Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzwood committed Mar 23, 2023
1 parent e5f7290 commit ce0d77d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changes that may have an impact on backwards compatibility (i.e. they may break existing workflows) are marked with `[BC]`.

## Current development (master)
## 2.0.0 - 2023-03-23 (master)
- Prevent E_WARN errors in build
- Fix fallback Gitify-Cache-Folder
- Bump symfony/console to 5.3.7
Expand All @@ -20,6 +20,12 @@ Changes that may have an impact on backwards compatibility (i.e. they may break
- Fix fatal type error in ClearCacheCommand. (thanks @jgullege19) (#414)
- Trigger MODX into setup mode during build. (thanks @matdave) (#406)
- Fix package:install not working for MODX 3.x (#415)
- Add ability to specify a config file to use (thanks @rtripault) (#417)
- Add ability to limit number of extracted resources per parent (thanks @rtripault) (#418)
- Force refreshing namespace cache after build (thanks @rtripault) (#422)
- Prevent content attribute being added/removed intermittently, by unsetting content for static elements when extracting (thanks @rtripault) (#423)
- Fix undefined array key 'service' warning on PHP 8.x (thanks @hugopeek) (#427)
- Automatically update the list of packages with versions during extract + improve install (#430)

## 0.12.0 - 2015-12-17
- Add `exclude_tvs` option to the `content` data type to allow excluding certain TVs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The goal of Gitify is to provide a **two-way sync** of data typically stored in

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.

## Upgrading to v2 (:warn: in development)
## Upgrading to v2

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha4
2.0.0-pl

0 comments on commit ce0d77d

Please sign in to comment.