Skip to content

Releases: nystudio107/generator-craftplugin

Version 1.2.18

04 Mar 02:09
Compare
Choose a tag to compare

Added

  • Check for whether our plugin is being installed in EVENT_AFTER_INSTALL_PLUGIN event handlers

Version 1.2.17

25 Feb 22:55
Compare
Choose a tag to compare

Added

  • Added a .gitignore file for the Craft 3.x API

Version 1.2.16

24 Feb 23:49
Compare
Choose a tag to compare

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

15 Feb 22:34
Compare
Choose a tag to compare

Added

  • Added getContentColumnType(), normalizeValue(), & serializeValue() to Fields.php
  • Added merging of parent rules for Fields.php

Fixed

  • Fixed missing use craft\events\PluginEvent; in _Plugin.php

Version 1.2.14

15 Feb 20:31
Compare
Choose a tag to compare

Changed

  • Removed deprecated methods for events like onAfterInstall
  • Added an example of using Plugins:: events

Version 1.2.13

15 Feb 02:16
Compare
Choose a tag to compare

Fixed

  • Switched the translation back to use the pluginCamelHandle doh

Version 1.2.12

15 Feb 00:59
Compare
Choose a tag to compare

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

15 Feb 00:41
Compare
Choose a tag to compare

Changed

  • Composer package names and github-related names are now in kebab-case

Version 1.2.10

11 Feb 02:23
Compare
Choose a tag to compare

Changed

  • Removed the [] around the version number in CHANGELOG.md
  • Fixed the incorrect .png suffix for the plugin asset bundle icon

Version 1.2.9

09 Feb 01:39
Compare
Choose a tag to compare

Changed

  • Removed extra.pluginDocumentationUrl from composer.json

Added

  • Added support.docs to composer.json
  • Added support.issues to composer.json