Releases: nystudio107/generator-craftplugin
Releases · nystudio107/generator-craftplugin
Version 1.6.0
Version 1.5.1
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
Added
- Include the following in the 'extra' section:
developer
,developerUrl
, &documentationUrl
- Move
hasCpSettings
andhasCpSection
to plugin class
Fixed
- Use
fs.writeFileSync()
for Node 10+ compatibility - Update
_cpsection.twig
to use the{% actionButton %}
block instead ofextraPageHeaderHtml
- Fix module generated controller routes
- Docs link to Craft 3 docs
- Fixed iconpath for widgets and utilities for Modules
- Remove deprecated
composer/installers
from thecomposer.json
- Fixed docblock comments for
serializeValue
for Fields
Version 1.4.3
Changed
- Improved the module's
_Service.php
template - Removed
schemaVersion
from thecomposer.json
'sextra
array - Added the public property
$schemaVersion
in the plugin's primary class
Version 1.4.2
Changed
- Fixed an issue with the translation and AssetBundle aliases
Version 1.4.1
Changed
- Fixed module namespacing for controllers & aliases
- Fixed an issue with empty names for various module components
Version 1.4.0
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 QueueJobs
- Added Code Comment documentation to Craft 3 API
Tasks
Version 1.3.13
Added
- Handle a default name for Fields in the Craft 3 API, in case they are left blank
Version 1.3.12
Added
- Fixed a typo in
someFunction
Version 1.3.11
Added
- Removed
repositories
fromcomposer.json