File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33Changes that may have an impact on backwards compatibility (i.e. they may break existing workflows) are marked with ` [BC] ` .
44
5- ## Current development (master)
5+ ## 2.0.0 - 2023-03-23 (master)
66- Prevent E_WARN errors in build
77- Fix fallback Gitify-Cache-Folder
88- Bump symfony/console to 5.3.7
@@ -20,6 +20,12 @@ Changes that may have an impact on backwards compatibility (i.e. they may break
2020- Fix fatal type error in ClearCacheCommand. (thanks @jgullege19 ) (#414 )
2121- Trigger MODX into setup mode during build. (thanks @matdave ) (#406 )
2222- Fix package: install not working for MODX 3.x (#415 )
23+ - Add ability to specify a config file to use (thanks @rtripault ) (#417 )
24+ - Add ability to limit number of extracted resources per parent (thanks @rtripault ) (#418 )
25+ - Force refreshing namespace cache after build (thanks @rtripault ) (#422 )
26+ - Prevent content attribute being added/removed intermittently, by unsetting content for static elements when extracting (thanks @rtripault ) (#423 )
27+ - Fix undefined array key 'service' warning on PHP 8.x (thanks @hugopeek ) (#427 )
28+ - Automatically update the list of packages with versions during extract + improve install (#430 )
2329
2430## 0.12.0 - 2015-12-17
2531- Add ` exclude_tvs ` option to the ` content ` data type to allow excluding certain TVs
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The goal of Gitify is to provide a **two-way sync** of data typically stored in
55
66The project configuration, which determines what data is written to file and build to the database, is stored in a ` .gitify ` file in the project root.
77
8- ## Upgrading to v2 (:warn: in development)
8+ ## Upgrading to v2
99
1010Gitify v2 brings updated dependencies, additional functionality, and easier installation/updates via Composer.
1111
Original file line number Diff line number Diff line change 1- 2.0.0-alpha4
1+ 2.0.0-pl
You can’t perform that action at this time.
0 commit comments