Skip to content

Releases: nystudio107/generator-craftplugin

Version 1.2.8

09 Feb 01:26
Compare
Choose a tag to compare

Changed

  • pluginName, pluginAuthorName, pluginDescription and copyrightNotice are now all output unescaped

Version 1.2.7

09 Feb 01:14
Compare
Choose a tag to compare

Changed

  • extra.name is now the actual plugin name in the composer.json
  • Removed extra.version in the composer.json since it's already specified in version
  • Removed extra.description in the composer.json since it's already specified in description
  • Removed extra.developer in the composer.json since it's already specified in authors[]
  • Removed extra.developerUrl in the composer.json since it's already specified in authors[]

Version 1.2.6

09 Feb 00:28
Compare
Choose a tag to compare

Fixed

  • Fixed the incorrectly hard-code version in the composer.json

Version 1.2.5

06 Feb 18:49
Compare
Choose a tag to compare

Changed

  • Fixed an issue with the generated Element template that would throw a PHP error

Version 1.2.4

06 Feb 02:10
Compare
Choose a tag to compare

Changed

  • Ensured that the calls to getPublishedUrl() correspond to the published assets directory
  • Removed deprecated view.registerCssResource() and view.registerJsResource() calls

Added

  • Added proper namespacing for the Field JavaScript

Version 1.2.3

05 Feb 19:35
Compare
Choose a tag to compare

Fixed

  • Changed the default class name from the reserved word Default to the plugin handle if no name is provided

Version 1.2.2

03 Feb 00:03
Compare
Choose a tag to compare

1.2.2 - 2017.02.02

Fixed

  • Updated the console controllers and web controllers to return something more useful
  • Fixed the generated route URIs to kebab-case the plugin handle
  • Fixed the action URIs in the comments for controllers to kebab-case the plugin handle

    Changed

  • plugin -> craft-plugin in composer.json

Version 1.2.1

31 Jan 05:21
Compare
Choose a tag to compare

Fixed

  • Removed errant tabs from the composer.json file

Version 1.2.0

30 Jan 18:27
Compare
Choose a tag to compare

Added

  • Craft 3 beta support

Version 1.1.39

29 Jan 02:57
Compare
Choose a tag to compare

Added

  • Added config.php

    Fixed

  • Fixed the logo in README.md
  • Handle a case where a plugin has no services