Skip to content

Releases: nystudio107/generator-craftplugin

Version 1.6.0

26 Apr 15:41
Compare
Choose a tag to compare

Added

  • Added support for the Codeception testing framework, thanks to a PR from Giel

Version 1.5.1

16 Apr 02:12
Compare
Choose a tag to compare

Changed

  • Updated to use the new Twig Extension class namespace to avoid deprecation errors

Fixed

  • Make sure that api_version_3_0 plugins & modules have the default asset bundle with the properly lowercase namespace

Version 1.5.0

29 Mar 23:58
Compare
Choose a tag to compare

Added

  • Include the following in the 'extra' section: developer, developerUrl, & documentationUrl
  • Move hasCpSettings and hasCpSection to plugin class

Fixed

  • Use fs.writeFileSync() for Node 10+ compatibility
  • Update _cpsection.twig to use the {% actionButton %} block instead of extraPageHeaderHtml
  • Fix module generated controller routes
  • Docs link to Craft 3 docs
  • Fixed iconpath for widgets and utilities for Modules
  • Remove deprecated composer/installers from the composer.json
  • Fixed docblock comments for serializeValue for Fields

Version 1.4.3

09 Feb 20:59
Compare
Choose a tag to compare

Changed

  • Improved the module's _Service.php template
  • Removed schemaVersion from the composer.json's extra array
  • Added the public property $schemaVersion in the plugin's primary class

Version 1.4.2

05 Feb 13:47
Compare
Choose a tag to compare

Changed

  • Fixed an issue with the translation and AssetBundle aliases

Version 1.4.1

27 Jan 00:21
Compare
Choose a tag to compare

Changed

  • Fixed module namespacing for controllers & aliases
  • Fixed an issue with empty names for various module components

Version 1.4.0

19 Jan 20:38
Compare
Choose a tag to compare

1.4.0 - 2018.01.19

Added

  • Added support for modules via module_api_version_3_0

Changed

  • Fixed the Craft 3 API Tasks to generate proper Craft 3 Queue Jobs
  • Added Code Comment documentation to Craft 3 API Tasks

Version 1.3.13

18 Jan 16:28
Compare
Choose a tag to compare

Added

  • Handle a default name for Fields in the Craft 3 API, in case they are left blank

Version 1.3.12

13 Jan 21:42
Compare
Choose a tag to compare

Added

  • Fixed a typo in someFunction

Version 1.3.11

13 Dec 18:56
Compare
Choose a tag to compare

Added

  • Removed repositories from composer.json