Releases: nystudio107/generator-craftplugin
Releases · nystudio107/generator-craftplugin
Version 1.2.8
Changed
pluginName
,pluginAuthorName
,pluginDescription
andcopyrightNotice
are now all output unescaped
Version 1.2.7
Changed
extra.name
is now the actual plugin name in thecomposer.json
- Removed
extra.version
in thecomposer.json
since it's already specified inversion
- Removed
extra.description
in thecomposer.json
since it's already specified indescription
- Removed
extra.developer
in thecomposer.json
since it's already specified inauthors[]
- Removed
extra.developerUrl
in thecomposer.json
since it's already specified inauthors[]
Version 1.2.6
Fixed
- Fixed the incorrectly hard-code version in the
composer.json
Version 1.2.5
Changed
- Fixed an issue with the generated Element template that would throw a PHP error
Version 1.2.4
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
Fixed
- Changed the default class name from the reserved word
Default
to the plugin handle if no name is provided
Version 1.2.2
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
Fixed
- Removed errant tabs from the
composer.json
file
Version 1.2.0
Added
- Craft 3 beta support
Version 1.1.39
Added
- Added config.php
Fixed
- Fixed the logo in README.md
- Handle a case where a plugin has no services