Skip to content

Releases: workingconcept/trigger-craft-plugin

0.4.0

15 Nov 16:36
177edc9
Compare
Choose a tag to compare

Changed

  • Compatible with PHP 8.

0.3.3

20 May 15:02
Compare
Choose a tag to compare

Fixed

  • Fixed an error saving global sets. Thanks @riekusdn!

0.3.2

03 Mar 15:12
Compare
Choose a tag to compare

Fixed

  • Any 2xx response (not just 200) is now considered a success. (Thanks @rhoffmann!)

Added

  • Dashboard widget now displays current status.

0.3.1

14 Nov 02:02
Compare
Choose a tag to compare

Added

  • Added Deployments::EVENT_BEFORE_DEPLOY and Deployments::EVENT_CHECK_ELEMENT.
  • Added trigger/deploy/cancel console command.

0.3.0

12 Nov 21:50
453db2a
Compare
Choose a tag to compare

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_status table to the database.
    • Moved shouldDeploy from Trigger settings to %trigger_status table, as the status column.
  • Added ability to deploy on element changes.
    • Added deployOnContentChange setting to enable this.
  • Trigger deployment (or change trigger status) on move of content in a structure and when saving globals.
  • Added override of devMode check to allow for deployments after content changes while in devMode.
    • NOTE: to enable this, create a ./config/trigger.php file and set devModeDeploy to true.