Releases: nystudio107/generator-craftplugin
Releases · nystudio107/generator-craftplugin
Version 1.3.0
Added
- Added a
.craftplugin
file that defines the settings of the plugin - Added the ability to add components on ad-hoc via
yo craftplugin --controllerName="Something"
- Added a video to the documentation showing how all of this works
- Added more documentation on using
yo craftplugin
Version 1.2.37
Changed
- Refresh the Yii schema caches after adding tables in the
Install.php
migration
Version 1.2.36
Changed
- Renamed
someField
->someAttribute
to fix Twig errors on the plugin Settings page
Version 1.2.35
Changed
- Fixed the
Install.php
migration to sync with Craft beta changes ofConnection
->DbConfig
Version 1.2.34
Added
- Updated
composer.json
to add more common editor settings,/vendor
, etc.
Version 1.2.33
Added
- Added
asset-packagist
tocomposer.json
for Scrutinizer & manual plugin install
Version 1.2.32
Added
- Added an example of accessing a plugin's settings from a service
Version 1.2.31
Changed
- Fixed the docblock for the
install
migration - Better log statement formatting
Version 1.2.30
Changed
- Changed the
install
migration to use$this->driver = Craft::$app->getConfig()->getDb()->driver;
- Brought the
config.php
file in line with the changes in Craft 3 beta 8
Version 1.2.29
Changed
- The
install
migration is now coded more defensively, to add & drop tables only if they don't exist already - Changed
hasSettings
->hasCpSettings
in thecomposer.json