Skip to content

Commit a1c4afe

Browse files
committed
Merge tag '0.4.0' into develop
0.4.0
2 parents 6e49ee2 + 177edc9 commit a1c4afe

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

changelog.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Trigger Changelog
22

3+
## 0.4.0 - 2021-11-15
4+
### Changed
5+
- Compatible with PHP 8.
6+
37
## 0.3.3 - 2020-05-20
48
### Fixed
59
- Fixed an error saving global sets. Thanks [@riekusdn](https://github.com/workingconcept/trigger-craft-plugin/pull/6)!
@@ -17,17 +21,17 @@
1721
- Added `trigger/deploy/cancel` console command.
1822

1923
## 0.3.0 - 2019-11-12
20-
NOTE: this update modifies the database and resets the database schema. A one-time uninstall and reinstall of the plugin will add the new database table.
24+
This update modifies the database and resets the database schema. A one-time uninstall and reinstall of the plugin will add the new database table.
2125

2226
### Added
23-
- Added support for Craft sites that use Project Config.
27+
- Added support for Craft sites that use project config.
2428
- Added `%trigger_status` table to the database.
2529
- Moved `shouldDeploy` from Trigger settings to `%trigger_status` table, as the `status` column.
2630
- Added ability to deploy on element changes.
2731
- Added `deployOnContentChange` setting to enable this.
2832
- Trigger deployment (or change trigger status) on move of content in a structure and when saving globals.
2933
- Added override of `devMode` check to allow for deployments after content changes while in `devMode`.
30-
- NOTE: to enable this, create a `./config/trigger.php` file and set `devModeDeploy` to `true`.
34+
- To enable this, create a `./config/trigger.php` file and set `devModeDeploy` to `true`.
3135

3236
### Changed
3337
- Deployments can be triggered for all element types.
@@ -54,7 +58,7 @@ NOTE: this update modifies the database and resets the database schema. A one-ti
5458

5559
## 0.1.0 - 2019-10-26
5660
### Changed
57-
- Don't trigger deployments for unpublished edits to Drafts and Matrix blocks.
61+
- Dont trigger deployments for unpublished edits to Drafts and Matrix blocks.
5862

5963
## 0.0.1 - 2019-10-17
6064
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "workingconcept/craft-trigger",
33
"description": "Utility for triggering deployments when they're needed.",
44
"type": "craft-plugin",
5-
"version": "0.3.3",
5+
"version": "0.4.0",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)