mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-10 11:48:10 +00:00
Update version.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
# 4.8.1.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 4.8.1.1
|
# 4.8.1.1
|
||||||
|
|
||||||
- Add some sensible maximum amounts to form inputs.
|
- Add some sensible maximum amounts to form inputs.
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
|
|||||||
|
|
||||||
manifest = (
|
manifest = (
|
||||||
appTitle = (defaultText = "Firefly III"),
|
appTitle = (defaultText = "Firefly III"),
|
||||||
appVersion = 37,
|
appVersion = 38,
|
||||||
appMarketingVersion = (defaultText = "4.8.1.1"),
|
appMarketingVersion = (defaultText = "4.8.1.2"),
|
||||||
|
|
||||||
actions = [
|
actions = [
|
||||||
# Define your "new document" handlers here.
|
# Define your "new document" handlers here.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
language: bash
|
language: bash
|
||||||
env:
|
env:
|
||||||
- VERSION=4.8.1.1
|
- VERSION=4.8.1.2
|
||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [4.8.1.2 (API 0.10.2)] - 2019-10-05
|
||||||
|
|
||||||
## [4.8.1.1 (API 0.10.2)] - 2019-09-12
|
## [4.8.1.1 (API 0.10.2)] - 2019-09-12
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ return [
|
|||||||
'is_demo_site' => false,
|
'is_demo_site' => false,
|
||||||
],
|
],
|
||||||
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
||||||
'version' => '4.8.1.1',
|
'version' => '4.8.1.2',
|
||||||
'api_version' => '0.10.2',
|
'api_version' => '0.10.2',
|
||||||
'db_version' => 11,
|
'db_version' => 11,
|
||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
|
|||||||
Reference in New Issue
Block a user