Releases: publishpress/library-version-loader-generator
Releases · publishpress/library-version-loader-generator
1.2.3
1.2.2
Changelog
Fixed
- Fix the support for pre-release version numbers that contain: alpha, beta, rc.
1.2.1
Changelog
Added
- Added ability to control test file generation through
extra.generator.generate-test-fileconfiguration option in composer.json.
1.2.0
Changelog
Added
- Added ability to customize namespace through
extra.generator.namespacein composer.json configuration.
1.1.8
Changelog
- ADDED: Add support for custom priority for loader actions;
1.1.7
Changelog
- ADDED: Add support for custom lib/src directory;
1.1.6
Changelog
- CHANGED: Changed priority of the plugins_loaded action from 1 to -20;
1.1.5
Changelog
- CHANGED: Removed placeholders from templates and used variables;
1.1.4
Changelog
- FIXED: Fix conditional in the include.php file template;
1.1.3
Changelog
- FIXED: Add use function to fix context of add_action and do_action to the include.php file template.