Skip to content

Commit

Permalink
Prepare for rc release
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Miller <[email protected]>
  • Loading branch information
rhukster committed Jul 9, 2020
1 parent 360bed8 commit 82f1182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.7.0-rc.14
## mm/dd/2020
## 07/20/2020

1. [](#improved)
* Added ability to `noprocess` specific items only in Link/Image Excerpts, e.g. `http://foo.com/page?id=foo&target=_blank&noprocess=id` [#2954](https://github.com/getgrav/grav/pull/2954)
Expand All @@ -9,8 +9,8 @@
* Fixed UTF-8 issue in `Excerpts::getExcerptsFromHtml`
* Fixed some compatibility issues with recent Changes to `Assets` handling
* Fixed issue with `CSS_IMPORTS_REGEX` breaking with complex URLs [#2958](https://github.com/getgrav/grav/issues/2958)
* Moved duplicated `CSS_IMPORT_REGEX` to local variable in `AssetUtilsTrait::moveImports()`
* Fixed page media only accepting images [#2943](https://github.com/getgrav/grav/issues/2943)
* Moved duplicated CSS_IMPORT_REGEX to local variable in `AssetUtilsTrait::moveImports()`

# v1.7.0-rc.13
## 07/01/2020
Expand Down
2 changes: 1 addition & 1 deletion system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.0-rc.13');
define('GRAV_VERSION', '1.7.0-rc.14');
define('GRAV_TESTING', true);
define('DS', '/');

Expand Down

0 comments on commit 82f1182

Please sign in to comment.