prepare for release

This commit is contained in:
Andy Miller 2021-01-21 11:57:00 -07:00
parent a628cb6775
commit 30195b6c9e
No known key found for this signature in database
GPG Key ID: 2B07A47E470BCFDE
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# v1.7.2
## mm/dd/2021
## 01/21/2021
1. [](#improved)
* IMPORTANT - Please [checkout the process](https://getgrav.org/blog/grav-170-cli-self-upgrade-bug) to `self-upgrade` from CLI if you are on **Grav 1.7.0 or 1.7.1**
* Added support for symlinking individual plugins and themes by using `bin/grav install -p myplugin` or `-t mytheme`
* Added support for symlinking plugins and themes with `hebe.json` file to support custom folder structures
* Added support for running post-install scripts in `bin/gpm selfupgrade` if Grav was updated manually

View File

@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.1');
define('GRAV_VERSION', '1.7.2');
define('GRAV_SCHEMA', '1.7.2_2021-01-21_1');
define('GRAV_TESTING', false);