From 1629ca0739027f99e666a7a3f94943136314de20 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 10 Apr 2020 21:20:04 +0200 Subject: [PATCH] Update for some bugs. --- changelog.md | 5 ++++- composer.lock | 10 +++++----- config/firefly.php | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 1f1572a77c..db8da01f1d 100644 --- a/changelog.md +++ b/changelog.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.2.1 (API 1.1.0)] - 2020-04-10 -## [5.2.0 (API 1.1.0)] - 2020-04-11 +Firefly III 5.2.1 fixes an issue with charts and allows users to store budgets again. + +## [5.2.0 (API 1.1.0)] - 2020-04-10 - ⚠️ This will be the last version to support PHP version 7.3. The next release will require PHP **7.4** - ⚠️ The bunq and CSV import routines have been disabled and replaced by their stand alone variants: [bunq](https://github.com/firefly-iii/bunq-importer), [CSV](https://github.com/firefly-iii/csv-importer). diff --git a/composer.lock b/composer.lock index 4be8ef67dd..17281ac28c 100644 --- a/composer.lock +++ b/composer.lock @@ -6978,16 +6978,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.3.0", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc" + "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", + "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", "shasum": "" }, "require": { @@ -7026,7 +7026,7 @@ "parser", "php" ], - "time": "2019-11-08T13:50:10+00:00" + "time": "2020-04-10T16:34:50+00:00" }, { "name": "ocramius/package-versions", diff --git a/config/firefly.php b/config/firefly.php index 2d4ae05666..97fcf9c5be 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -138,7 +138,7 @@ return [ ], 'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'), - 'version' => '5.2.0', + 'version' => '5.2.1', 'api_version' => '1.1.0', 'db_version' => 13, 'maxUploadSize' => 15242880,