Merge tag '1.7.3' into develop

Release v1.7.3
This commit is contained in:
Andy Miller 2021-01-21 15:19:11 -07:00
commit b598f8f972
No known key found for this signature in database
GPG Key ID: 2B07A47E470BCFDE
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# v1.7.2
# v1.7.3
## 01/21/2021
1. [](#improved)
@ -12,6 +12,12 @@
* Fixed Clockwork debugger in sub-folder multi-site setups
* Fixed `Unsupported option "curl" passed to "Symfony\Component\HttpClient\CurlHttpClient"` in `bin/gpm selfupgrade` [#3165](https://github.com/getgrav/grav/issues/3165)
# v1.7.2
## 01/21/2021
1. [](#improved)
* This release was pulled due to a bug in the installer, 1.7.3 replaces it.
# v1.7.1
## 01/20/2021

View File

@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.2');
define('GRAV_VERSION', '1.7.3');
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
define('GRAV_TESTING', false);