- Change: Prevent translations from containing unintended markup
- Change: Note compatibility through WP 6.7+
- Change: Update copyright date (2025)
- Change: Tweak formatting in
README.md
- New: Add
.gitignore
file - Change: Remove development and testing-related files from release packaging
- Unit tests:
- Hardening: Prevent direct web access to
bootstrap.php
- Allow tests to run against current versions of WordPress
- New: Add
composer.json
for PHPUnit Polyfill dependency - Change: Prevent PHP warnings due to missing core-related generated files
- Change: In bootstrap, add backcompat for PHPUnit pre-v6.0
- Change: In bootstrap, store path to plugin file constant
- New: Add script to install WP for unit testing
- Hardening: Prevent direct web access to
- Change: Note compatibility through WP 5.8+
- Change: Unit tests: In bootstrap, move definition of constant for plugin file directory to top of file
- Change: Note compatibility through WP 5.7+
- Change: Add a tad more to the plugin's longer description
- Change: Update copyright date (2021)
- Change: Trivial code tweaks
- Change: Fix typo in inline parameter documentation
- Change: Unit tests: Move
phpunit/
intotests/
- Initial public release.