Skip to content

Releases: publishpress/library-version-loader-generator

1.2.3

23 Jul 02:59
07b8fbb

Choose a tag to compare

Changelog

[1.2.3] - Jul 22, 2025

  • Fix PHP warning when used with stable version releases.

1.2.2

14 Jul 17:17
4bbf958

Choose a tag to compare

Changelog

Fixed

  • Fix the support for pre-release version numbers that contain: alpha, beta, rc.

1.2.1

03 Jun 21:25
8421c65

Choose a tag to compare

Changelog

Added

  • Added ability to control test file generation through extra.generator.generate-test-file configuration option in composer.json.

1.2.0

03 Jun 21:13
cf0a591

Choose a tag to compare

Changelog

Added

  • Added ability to customize namespace through extra.generator.namespace in composer.json configuration.

1.1.8

26 Apr 00:49

Choose a tag to compare

Changelog

  • ADDED: Add support for custom priority for loader actions;

1.1.7

25 Apr 14:33

Choose a tag to compare

Changelog

  • ADDED: Add support for custom lib/src directory;

1.1.6

24 Apr 21:20

Choose a tag to compare

Changelog

  • CHANGED: Changed priority of the plugins_loaded action from 1 to -20;

1.1.5

20 Apr 20:14

Choose a tag to compare

Changelog

  • CHANGED: Removed placeholders from templates and used variables;

1.1.4

20 Apr 15:46

Choose a tag to compare

Changelog

  • FIXED: Fix conditional in the include.php file template;

1.1.3

20 Apr 14:58

Choose a tag to compare

Changelog

  • FIXED: Add use function to fix context of add_action and do_action to the include.php file template.