Releases: TukuToi/better-wp-plugin-boilerplate
Releases · TukuToi/better-wp-plugin-boilerplate
4.0.1
2023-08-01
Changed
- Use Constant instead of function for the plugin base name
- Added License to main project
- Updated readme with information on translation and minor fixes
HEADS UP
This is the last release before a full refactor towards more modern approaches such as using namespaces and autoloader. This version (4.0.1) will not receive any further updates unless security fixes. Version 5.0.0 and upwards is the only actively supported version from today on.
The new version 5.0.0 and upwards is NOT backwards compatible with prior versions.
4.0.0
2022-02-19
Changed
- Removed uninstall hook with class again in favour of uninstall.php file. Peformance issues with uninstall hook never resolved in Core are the reason.
- Updated Header tags to be more dynamic for Generate Plugin features, does not affect functionality.
- Updated prefixes of global functions for better replacement with Generate Plugin Features. Does not affect functionality.
Fixed
- Issue where activation and deactivation could have thrown notices due to undefined indexes.
2022-02-20
- Add pfx_ in readme