Releases: nystudio107/generator-craftplugin
Releases · nystudio107/generator-craftplugin
Version 1.2.18
Added
- Check for whether our plugin is being installed in
EVENT_AFTER_INSTALL_PLUGIN
event handlers
Version 1.2.17
Added
- Added a
.gitignore
file for the Craft 3.x API
Version 1.2.16
Added
- Ensure that PHP reserved words are not used for the plugin name; appened "Plugin" if so
- Ensure that PHP reserved words are not used for a component name; append the component type if so
Version 1.2.15
Added
- Added
getContentColumnType()
,normalizeValue()
, &serializeValue()
toFields.php
- Added merging of parent rules for
Fields.php
Fixed
- Fixed missing
use craft\events\PluginEvent;
in_Plugin.php
Version 1.2.14
Changed
- Removed deprecated methods for events like
onAfterInstall
- Added an example of using
Plugins::
events
Version 1.2.13
Fixed
- Switched the translation back to use the
pluginCamelHandle
doh
Version 1.2.12
Fixed
- Fixed the composer URL in the README.md to be kebab-case
- Switched the translation back to use the
pluginDirName
Version 1.2.11
Changed
- Composer package names and github-related names are now in kebab-case
Version 1.2.10
Changed
- Removed the
[]
around the version number inCHANGELOG.md
- Fixed the incorrect
.png
suffix for the plugin asset bundle icon
Version 1.2.9
Changed
- Removed
extra.pluginDocumentationUrl
fromcomposer.json
Added
- Added
support.docs
tocomposer.json
- Added
support.issues
tocomposer.json