Skip to content

Commit ce0d77d

Browse files
committed
Prep for release
1 parent e5f7290 commit ce0d77d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Changes 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The goal of Gitify is to provide a **two-way sync** of data typically stored in
55

66
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.
77

8-
## Upgrading to v2 (:warn: in development)
8+
## Upgrading to v2
99

1010
Gitify v2 brings updated dependencies, additional functionality, and easier installation/updates via Composer.
1111

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-alpha4
1+
2.0.0-pl

0 commit comments

Comments
 (0)