mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Merge branch 'release/4.7.14'
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# 4.7.14 (API 0.9.2)
|
||||||
|
- 4.7.14 was released to fix an issue with the Composer installation script.
|
||||||
|
|
||||||
# 4.7.13 (API 0.9.2)
|
# 4.7.13 (API 0.9.2)
|
||||||
- 4.7.13 was released to fix an issue that affected the Softaculous build.
|
- 4.7.13 was released to fix an issue that affected the Softaculous build.
|
||||||
- A routine has been added that warns about transactions with a 0.00 amount.
|
- A routine has been added that warns about transactions with a 0.00 amount.
|
||||||
|
@@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
|
|||||||
|
|
||||||
manifest = (
|
manifest = (
|
||||||
appTitle = (defaultText = "Firefly III"),
|
appTitle = (defaultText = "Firefly III"),
|
||||||
appVersion = 23,
|
appVersion = 24,
|
||||||
appMarketingVersion = (defaultText = "4.7.13"),
|
appMarketingVersion = (defaultText = "4.7.14"),
|
||||||
|
|
||||||
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.7.13
|
- VERSION=4.7.14
|
||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
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.7.14 (API 0.9.2)] - 2019-02-24
|
||||||
|
|
||||||
|
4.7.14 was released to fix an issue with the Composer installation script.
|
||||||
|
|
||||||
## [4.7.13 (API 0.9.2)] - 2019-02-23
|
## [4.7.13 (API 0.9.2)] - 2019-02-23
|
||||||
|
|
||||||
4.7.13 was released to fix an issue that affected the Softaculous build.
|
4.7.13 was released to fix an issue that affected the Softaculous build.
|
||||||
|
@@ -123,7 +123,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pre-install-cmd": [
|
"pre-install-cmd": [
|
||||||
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.deploy/heroku/.env.heroku', '.env');copy('.deploy/heroku/.locales', '.locales')}\""
|
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.deploy/heroku/.env.heroku', '.env');copy('.deploy/heroku/.locales', '.locales');}\""
|
||||||
],
|
],
|
||||||
"post-root-package-install": [
|
"post-root-package-install": [
|
||||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||||
|
12
composer.lock
generated
12
composer.lock
generated
@@ -5564,21 +5564,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "johnkary/phpunit-speedtrap",
|
"name": "johnkary/phpunit-speedtrap",
|
||||||
"version": "v3.0.0",
|
"version": "v3.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/johnkary/phpunit-speedtrap.git",
|
"url": "https://github.com/johnkary/phpunit-speedtrap.git",
|
||||||
"reference": "5f1ede99bd53fd0e5ff72669877420e801256d90"
|
"reference": "dac11b8640d4be7a70f336616947fa84f169835a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/5f1ede99bd53fd0e5ff72669877420e801256d90",
|
"url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/dac11b8640d4be7a70f336616947fa84f169835a",
|
||||||
"reference": "5f1ede99bd53fd0e5ff72669877420e801256d90",
|
"reference": "dac11b8640d4be7a70f336616947fa84f169835a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1",
|
"php": ">=7.1",
|
||||||
"phpunit/phpunit": "^7.0"
|
"phpunit/phpunit": "^7.0 || ^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@@ -5608,7 +5608,7 @@
|
|||||||
"profile",
|
"profile",
|
||||||
"slow"
|
"slow"
|
||||||
],
|
],
|
||||||
"time": "2018-02-24T18:55:28+00:00"
|
"time": "2019-02-24T02:40:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "justinrainbow/json-schema",
|
"name": "justinrainbow/json-schema",
|
||||||
|
@@ -93,7 +93,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.7.13',
|
'version' => '4.7.14',
|
||||||
'api_version' => '0.9.2',
|
'api_version' => '0.9.2',
|
||||||
'db_version' => 9,
|
'db_version' => 9,
|
||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
|
Reference in New Issue
Block a user