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 2
2
3
3
Changes that may have an impact on backwards compatibility (i.e. they may break existing workflows) are marked with ` [BC] ` .
4
4
5
- ## Current development (master)
5
+ ## 2.0.0 - 2023-03-23 (master)
6
6
- Prevent E_WARN errors in build
7
7
- Fix fallback Gitify-Cache-Folder
8
8
- 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
20
20
- Fix fatal type error in ClearCacheCommand. (thanks @jgullege19 ) (#414 )
21
21
- Trigger MODX into setup mode during build. (thanks @matdave ) (#406 )
22
22
- 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 )
23
29
24
30
## 0.12.0 - 2015-12-17
25
31
- 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
5
5
6
6
The 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.
7
7
8
- ## Upgrading to v2 (:warn: in development)
8
+ ## Upgrading to v2
9
9
10
10
Gitify v2 brings updated dependencies, additional functionality, and easier installation/updates via Composer.
11
11
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