Releases: nystudio107/generator-craftplugin
Releases · nystudio107/generator-craftplugin
Version 1.1.38
Added
- Added CP Sections
Version 1.1.37
Added
- Added an example of how to access resources from AssetBundles
Changed
- Refactored the
assetbundles
multiple times
Version 1.1.36
Added
- AssetBundle all the things
Changed
- Use yii\base\Event as appropriate
- Switch to a better CHANGELOG format
- General cleanup
Version 1.1.35
- [Added] Added Elements
- [Added] Added pluginChangelogUrl
Version 1.1.34
- [Added] Added Fields
- [Improved] New-style arrays for the translations
- [Improved] Moved icon.svg & icon-mask.svg to /src
- [Improved] Moved commands to console/controllers
- [Improved] Moved component templates to templates/_components/
Version 1.1.33
- [Fixed] Fixed broken translations
Version 1.1.32
- [Added] Added Tasks component for the 3.0.x API
- [Improved] Cleaned up the translations
Version 1.1.31
- [Added] Added Utilities component
- [Added] Added the ability to generate multiple ConsoleCommands
- [Improved] Code comments now are more complete, and if disabled, @inheritdoc is used
- [Removed] Removed releases.json from the 3.0.x API
- [Improved] Implemented CHANGELOG.md
- [Improved] Cleaned up the plugin code
Version 1.1.30
- [Added] Added section comments
- [Added] Added widgets
- [Improved] Cleaned up the css/js/template naming
- [Improved] Use DIRECTORY_SEPARATOR everywhere instead of /'s
- [Improved] Added an example Site and CP route for each controller
Version 1.1.29
- [Improved] Added Console Commands to the 3.0.x API
- [Improved] PSR-2 linted code for the 3.0.x API
- [Improved] Various code-cleanup and fixes