From d48e4c66b21b5691abee56860cf4f9c254e96a16 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 5 Feb 2016 07:40:15 +0100 Subject: [PATCH] I have no idea what I'm doing --- config/firefly.php | 2 +- config/upgrade.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index f37b62ce98..73ab1dd3ee 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.7.0', + 'version' => '3.7.2', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true, diff --git a/config/upgrade.php b/config/upgrade.php index b590467b75..b3d88f8c86 100644 --- a/config/upgrade.php +++ b/config/upgrade.php @@ -11,5 +11,9 @@ return [ 'text' => [ '3.7.0' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' . + 'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0', + '3.7.1' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' . + 'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0', + '3.7.2' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' . 'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0'], ];