Releases: nystudio107/generator-craftplugin
Releases · nystudio107/generator-craftplugin
Version 1.2.28
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
Changed
- Removed pointless
DIRECTORY_SEPARATOR
inrenderTemplate()
calls
Version 1.2.26
Changed
- Fixed EJS syntax errors in the
Install.php
migration
Version 1.2.25
Changed
- Added
dateCreated
,dateUpdated
, anduid
to theInstall.php
migration - Added a
foreignKey
example in theInstall.php
migration
Version 1.2.24
Fixed
- Changed the translation category
toLowerCase()
for compliance with Craft3.0.0-beta-7
Version 1.2.23
Fixed
- Added a
$
in front of the@property
variables - Fixed errant output when
codeComments
was on
Version 1.2.22
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
Changed
- Require
craftcms/cms
incomposer.json
again - Translations are a lowercase version of the pluginHandle
Version 1.2.20
Changed
- Refactored the
_Record.php
template to be in line with the current Craft 3 beta
Version 1.2.19
Added
- Modern-style
[]
forconfig.php