prepare for rc.4 release

This commit is contained in:
Andy Miller
2020-02-03 10:10:26 -07:00
parent 887b34dd31
commit 1bbf8dffeb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.7.0-rc.4
## mm/dd/2020
## 03/02/2020
1. [](#new)
* _POTENTIAL BREAKING CHANGE:_ Upgraded Parsedown to 1.7 for Parsedown-Extra 0.8. Plugins that extend Parsedown may need a fix to render as HTML

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.0-rc.3');
define('GRAV_VERSION', '1.7.0-rc.4');
define('GRAV_TESTING', true);
define('DS', '/');