Static Files Autoversioning
Version 2.2.0
December 28, 2023
Added
- Compatibility with the latest 5.0.0.alpha version of Craft CMS, a flexible and user-friendly content management system.
Changed
- Improved the readability and simplicity of the README.md file.
- Switched the license from MIT to GPLv3, a more restrictive and copyleft license.
- Updated the plugin keywords in composer.json to reflect the plugin’s features and benefits.
Codename
- Happy New Year Edition
Version 2.1.0
June 19, 2023
- Enhancement: Added function versionString to version with provided string to function as parameter, useful when using build.txt in main function.
- Enhancement: Added function versionTimestamp to version only from provided file Timestamp, useful when using build.txt in main function.
- Enhancement: Added function versionCustom to version only from custom build text file inside root directory with some content.
Version 2.0.0
November 11, 2022
- Craft 4 support in branch 2.x
Version 1.1.0
June 19, 2023
- Enhancement: Added function versionString to version with provided string to function as parameter, useful when using build.txt in main function.
- Enhancement: Added function versionTimestamp to version only from provided file Timestamp, useful when using build.txt in main function.
- Enhancement: Added function versionCustom to version only from custom build text file inside root directory with some content.
Version 1.0.0
March 21, 2021
- Craft 3 support in branch 1.x
- Initial release