mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
prepare for release
This commit is contained in:
parent
a628cb6775
commit
30195b6c9e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user