Merge branch 'hotfix/4.7.3.2' into develop

This commit is contained in:
James Cole 2018-05-16 21:55:42 +02:00
commit 1732ce63f3
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# 4.7.3.2
- Forgot to increase the version number :(.
# 4.7.3.1
- Fixed a critical bug where the rules-engine would fire inadvertently.
# 4.7.3
- Currency added to API
- Firfely III will also generate a cash wallet for new users.

View File

@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
manifest = (
appTitle = (defaultText = "Firefly III"),
appVersion = 11,
appMarketingVersion = (defaultText = "4.7.3"),
appVersion = 12,
appMarketingVersion = (defaultText = "4.7.3.2"),
actions = [
# Define your "new document" handlers here.

View File

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.7.3.2] - 2018-05-16
### Fixed
- Forgot to increase the version number :(.
## [4.7.3.1] - 2018-05-14
### Fixed
- Fixed a critical bug where the rules-engine would fire inadvertently.
## [4.7.3] - 2018-04-29
### Added
- Currency added to API

View File

@ -88,7 +88,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.7.3',
'version' => '4.7.3.2',
'api_version' => '0.3',
'db_version' => 3,
'maxUploadSize' => 15242880,