Skip to content

Releases: nystudio107/generator-craftplugin

Version 1.2.28

16 Mar 15:19
Compare
Choose a tag to compare

Changed

  • Changed the XXXX plugin loaded log message so that we're no longer concatenating a translated string with a non-translated string

Version 1.2.27

15 Mar 02:41
Compare
Choose a tag to compare

Changed

  • Removed pointless DIRECTORY_SEPARATOR in renderTemplate() calls

Version 1.2.26

14 Mar 21:06
Compare
Choose a tag to compare

Changed

  • Fixed EJS syntax errors in the Install.php migration

Version 1.2.25

14 Mar 20:16
Compare
Choose a tag to compare

Changed

  • Added dateCreated, dateUpdated, and uid to the Install.php migration
  • Added a foreignKey example in the Install.php migration

Version 1.2.24

14 Mar 20:16
Compare
Choose a tag to compare

Fixed

  • Changed the translation category toLowerCase() for compliance with Craft 3.0.0-beta-7

Version 1.2.23

13 Mar 17:55
Compare
Choose a tag to compare

Fixed

  • Added a $ in front of the @property variables
  • Fixed errant output when codeComments was on

Version 1.2.22

12 Mar 17:26
Compare
Choose a tag to compare

Added

  • Added code inspection typehinting for the $plugin static variable in the plugin's main class
  • Added code inspection typehinting for services via @property on plugin's main class

Fixed

  • Fixed an issue with it not including yii\base\Event by default

Version 1.2.21

12 Mar 13:40
Compare
Choose a tag to compare

Changed

  • Require craftcms/cms in composer.json again
  • Translations are a lowercase version of the pluginHandle

Version 1.2.20

05 Mar 19:14
Compare
Choose a tag to compare

Changed

  • Refactored the _Record.php template to be in line with the current Craft 3 beta

Version 1.2.19

05 Mar 02:56
Compare
Choose a tag to compare

Added

  • Modern-style [] for config.php