diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1e52cae3..84bf414904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.6.3.1] - 2017-07-23 +### Fixed +- Hotfix to close issue #715 + ## [4.6.3] - 2017-07-23 diff --git a/config/firefly.php b/config/firefly.php index 7176320a68..742edb35be 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -23,7 +23,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true), - 'version' => '4.6.3', + 'version' => '4.6.3.1', 'maxUploadSize' => 15242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], 'list_length' => 10, diff --git a/resources/views/rules/index.twig b/resources/views/rules/index.twig index 72db68f64a..2a4c8c8ffd 100644 --- a/resources/views/rules/index.twig +++ b/resources/views/rules/index.twig @@ -111,7 +111,7 @@ title="{{ 'test_rule_triggers'|_ }}"> {# actually execute rule #} -