Merge tag '1.7.4' into develop

Release v1.7.4
This commit is contained in:
Andy Miller 2021-02-01 15:35:00 -07:00
commit 4e01de183f
No known key found for this signature in database
GPG Key ID: 2B07A47E470BCFDE
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# v1.7.4
## mm/dd/2021
## 02/01/2021
1. [](#new)
* Added `FlexForm::setSubmitMethod()` to customize form submit action

View File

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