You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Trigger Changelog
2
2
3
+
## 0.4.0 - 2021-11-15
4
+
### Changed
5
+
- Compatible with PHP 8.
6
+
3
7
## 0.3.3 - 2020-05-20
4
8
### Fixed
5
9
- Fixed an error saving global sets. Thanks [@riekusdn](https://github.com/workingconcept/trigger-craft-plugin/pull/6)!
@@ -17,17 +21,17 @@
17
21
- Added `trigger/deploy/cancel` console command.
18
22
19
23
## 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.
21
25
22
26
### Added
23
-
- Added support for Craft sites that use Project Config.
27
+
- Added support for Craft sites that use project config.
24
28
- Added `%trigger_status` table to the database.
25
29
- Moved `shouldDeploy` from Trigger settings to `%trigger_status` table, as the `status` column.
26
30
- Added ability to deploy on element changes.
27
31
- Added `deployOnContentChange` setting to enable this.
28
32
- Trigger deployment (or change trigger status) on move of content in a structure and when saving globals.
29
33
- 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`.
31
35
32
36
### Changed
33
37
- 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
54
58
55
59
## 0.1.0 - 2019-10-26
56
60
### Changed
57
-
- Don't trigger deployments for unpublished edits to Drafts and Matrix blocks.
61
+
- Don’t trigger deployments for unpublished edits to Drafts and Matrix blocks.
0 commit comments