mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New release related files [skip ci]
This commit is contained in:
parent
5cc3261ba2
commit
d937a8c897
@ -1,12 +1,18 @@
|
|||||||
# 4.6.9.1
|
# 4.6.10
|
||||||
|
- Greatly expanded Docker support thanks to [alazare619](https://github.com/alazare619)
|
||||||
|
- [Issue 967](https://github.com/firefly-iii/firefly-iii/issues/967), thanks to [Aquariu](https://github.com/Aquariu)
|
||||||
|
- Improved Sandstorm support.
|
||||||
|
- [Issue 963](https://github.com/firefly-iii/firefly-iii/issues/963), as reported by [gavu](https://github.com/gavu)
|
||||||
|
- [Issue 970](https://github.com/firefly-iii/firefly-iii/issues/970), as reported by [gavu](https://github.com/gavu)
|
||||||
|
- [Issue 971](https://github.com/firefly-iii/firefly-iii/issues/971), as reported by [gavu](https://github.com/gavu)
|
||||||
|
- Various Sandstorm.io related issues.
|
||||||
|
|
||||||
* Updated license
|
# 4.6.9.1
|
||||||
* Updated file list
|
- Updated license
|
||||||
|
- Updated file list
|
||||||
|
|
||||||
# 4.6.9
|
# 4.6.9
|
||||||
|
- First version that works!
|
||||||
* First version that works!
|
|
||||||
|
|
||||||
# 3.4.3
|
# 3.4.3
|
||||||
|
- Initial release on Sandstorm.io
|
||||||
* Initial release on Sandstorm.io
|
|
@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
|
|||||||
|
|
||||||
manifest = (
|
manifest = (
|
||||||
appTitle = (defaultText = "Firefly III"),
|
appTitle = (defaultText = "Firefly III"),
|
||||||
appVersion = 1,
|
appVersion = 2,
|
||||||
appMarketingVersion = (defaultText = "4.6.9.1"),
|
appMarketingVersion = (defaultText = "4.6.10"),
|
||||||
|
|
||||||
actions = [
|
actions = [
|
||||||
# Define your "new document" handlers here.
|
# Define your "new document" handlers here.
|
||||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -2,6 +2,20 @@
|
|||||||
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.6.10] - 2017-11-xx
|
||||||
|
### Added
|
||||||
|
- Greatly expanded Docker support thanks to [alazare619](https://github.com/alazare619)
|
||||||
|
- [Issue 967](https://github.com/firefly-iii/firefly-iii/issues/967), thanks to [Aquariu](https://github.com/Aquariu)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Improved Sandstorm support.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [Issue 963](https://github.com/firefly-iii/firefly-iii/issues/963), as reported by [gavu](https://github.com/gavu)
|
||||||
|
- [Issue 970](https://github.com/firefly-iii/firefly-iii/issues/970), as reported by [gavu](https://github.com/gavu)
|
||||||
|
- [Issue 971](https://github.com/firefly-iii/firefly-iii/issues/971), as reported by [gavu](https://github.com/gavu)
|
||||||
|
- Various Sandstorm.io related issues.
|
||||||
|
|
||||||
## [4.6.9] - 2017-10-22
|
## [4.6.9] - 2017-10-22
|
||||||
### Added
|
### Added
|
||||||
- Firefly III is now available on the [Sandstorm.io](https://apps.sandstorm.io/app/uws252ya9mep4t77tevn85333xzsgrpgth8q4y1rhknn1hammw70) market.
|
- Firefly III is now available on the [Sandstorm.io](https://apps.sandstorm.io/app/uws252ya9mep4t77tevn85333xzsgrpgth8q4y1rhknn1hammw70) market.
|
||||||
|
2
composer.lock
generated
2
composer.lock
generated
@ -1271,7 +1271,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mtdowling/cron-expression",
|
"name": "mtdowling/cron-expression",
|
||||||
"version": "v1.2.0",
|
"version": "v1.2.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mtdowling/cron-expression.git",
|
"url": "https://github.com/mtdowling/cron-expression.git",
|
||||||
|
@ -33,7 +33,7 @@ return [
|
|||||||
'is_demo_site' => false,
|
'is_demo_site' => false,
|
||||||
],
|
],
|
||||||
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
||||||
'version' => '4.6.9',
|
'version' => '4.6.10',
|
||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||||
'list_length' => 10,
|
'list_length' => 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user