Releases: workingconcept/trigger-craft-plugin
Releases · workingconcept/trigger-craft-plugin
0.4.0
0.3.3
0.3.2
Fixed
- Any
2xxresponse (not just200) is now considered a success. (Thanks @rhoffmann!)
Added
- Dashboard widget now displays current status.
0.3.1
0.3.0
This release modifies the database and resets the database schema. You'll need to uninstall and reinstall the plugin when updating.
These improvements are courtesy of @wbrowar, gentleman superstar.
Added
- Added support for Craft sites that use Project Config.
- Added
%trigger_statustable to the database. - Moved
shouldDeployfrom Trigger settings to%trigger_statustable, as thestatuscolumn.
- Added
- Added ability to deploy on element changes.
- Added
deployOnContentChangesetting to enable this.
- Added
- Trigger deployment (or change trigger status) on move of content in a structure and when saving globals.
- Added override of
devModecheck to allow for deployments after content changes while indevMode.- NOTE: to enable this, create a
./config/trigger.phpfile and setdevModeDeploytotrue.
- NOTE: to enable this, create a