Releases: nystudio107/plugindev
Releases · nystudio107/plugindev
Version 1.0.9
Added
- Added
make clean
to the Makefile - Added Makefile Project Commands to
README.md
- Added
make composer xxx
- runs thecomposer
command passed in, e.g.make composer install
Version 1.0.8
Added
- Added
name
&description
to rootcomposer.json
- Added a
Makefile
for command aliases - Added
make mysql
andmake postgres
for switching between databases
Version 1.0.7
Added
- Add
craftcms/redactor
to the base config - Add
craftcms/commerce
to the base config - Added
soap
PHP extension for Commerce - Multiple sites for testing
- Prefab content with a "blog" channel for testing
Changed
- Set
useEmailAsUsername
tofalse
inconfig/general.php
so we can use the generic loginadmin
- Remove
errorTemplatePrefix
and remove theerrors/
templates completely, because, who cares?
Version 1.0.6
Added
- Added Redactor plugin installed by default
- Installed more NYS plugins by default
Changed
- Updated seed dbs & Project Config
Version 1.0.5
Added
- Added a default
SITE_NAME
inexample.env
Changed
- Updated the seed dbs and Project Config files to no longer include licenses
- Updated
README.md
project creation instructions
Version 1.0.4
Changed
- Default to using MySQL
- Updated
README.md
to be more useful
Version 1.0.3
Changed
- Remove
require
dependencies - Cleaned up
README.md
Version 1.0.2
Changed
- Removed
sitemodule
fromcomposer.json
- Put Craft dependencies back into the project
Version 1.0.1
Added
- Added postgres container
- Dynamic switching between mysql and postgres by just changing a line in
db.php
Changed
- Switch to Craft CMS 3.6.7 as a starting base
- Switch to MySQL 8.x
Version 1.0.0
Added
- Initial release