Releases: nystudio107/generator-craftplugin
Releases · nystudio107/generator-craftplugin
Version 1.1.28
- [Improved] We now call
parent::init()
in our overriden init() method in the 2.5.x API
Version 1.1.27
- [Fixed] Fixed an issue that would cause the generator to fail if you had empty Controller or Services names
Version 1.1.26
- [Fixed] Fixed a regression error that would cause Craft CMS API 2.5.x plugins to fail
- [Added] Added CHANGELOG.md to move the changelog to
- [Improved] Updated README.md
Version 1.1.25
- [Added] Added CHANGELOG.md
- [Improved] Updated README.md
Version 1.1.24
- [Improved] More Craft 3 API improvements / additions
- [Improved] Updated README.md
Version 1.1.23
- [Added] Initial Craft 3 support
- Updated README.md
Version 1.1.22
- [Fixed] Fixed an issue the FieldType namespacing JS code
- Updated README.md
Version 1.1.21
- [Fixed] Fixed an issue with Composer support to the generated plugins
- Updated README.md
Version 1.1.20
- [Added] Added Composer support to the generated plugins
- Updated README.md
Version 1.1.19
- [Fixed] Fixed a bug where empty service names would generate errors
- Updated README.md