Skip to content

Releases: nystudio107/generator-craftplugin

Version 1.1.28

09 Jan 18:01
Compare
Choose a tag to compare
  • [Improved] We now call parent::init() in our overriden init() method in the 2.5.x API

Version 1.1.27

09 Jan 17:56
Compare
Choose a tag to compare
  • [Fixed] Fixed an issue that would cause the generator to fail if you had empty Controller or Services names

Version 1.1.26

09 Jan 17:29
Compare
Choose a tag to compare
  • [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

09 Jan 05:02
Compare
Choose a tag to compare
  • [Added] Added CHANGELOG.md
  • [Improved] Updated README.md

Version 1.1.24

09 Jan 00:38
Compare
Choose a tag to compare
  • [Improved] More Craft 3 API improvements / additions
  • [Improved] Updated README.md

Version 1.1.23

03 Oct 07:40
Compare
Choose a tag to compare
  • [Added] Initial Craft 3 support
  • Updated README.md

Version 1.1.22

18 Sep 17:50
Compare
Choose a tag to compare
  • [Fixed] Fixed an issue the FieldType namespacing JS code
  • Updated README.md

Version 1.1.21

29 Jun 20:58
Compare
Choose a tag to compare
  • [Fixed] Fixed an issue with Composer support to the generated plugins
  • Updated README.md

Version 1.1.20

22 Jun 16:31
Compare
Choose a tag to compare
  • [Added] Added Composer support to the generated plugins
  • Updated README.md

Version 1.1.19

20 Jun 01:14
Compare
Choose a tag to compare
  • [Fixed] Fixed a bug where empty service names would generate errors
  • Updated README.md