NoShop 0.9.3 — Release Notes

Release date: 2026-08-03

Highlights
- Compatibility: PHP 8+ and WordPress 7 compatibility fixes (constructor modernized, instance methods used correctly).
- Security & Hardening: Sanitization, escaping, and nonces added across admin forms; ABSPATH protection added to plugin and test files.
- Licensing: Switched license to GPLv3 and added COPYING file.
- WP Best Practices: Stylesheet enqueued via wp_enqueue_style; admin URLs escaped; WPDB helpers ($wpdb->insert/update/delete) used.
- Performance: Product list cached with wp_cache_set/get to reduce DB load.
- Tests: PHPUnit tests added (trunk/tests/) and ABSPATH guards added to tests.
- Misc: Replaced PayPal donate form with Donorbox link; updated readme and version to 0.9.3.

Full changelog
See trunk/readme.txt changelog (entry = 0.9.3 =) for detailed notes.
