From 4aac969ae450558f5785170b445fc400f9a9ec23 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 5 Mar 2019 17:52:44 +0100 Subject: [PATCH] Update version and changelog. --- .deploy/heroku/.locales | 2 - .sandstorm/changelog.md | 4 + .sandstorm/sandstorm-pkgdef.capnp | 4 +- .travis.yml | 2 +- changelog.md | 8 ++ composer.lock | 201 +++++++++++++++--------------- config/firefly.php | 2 +- 7 files changed, 118 insertions(+), 105 deletions(-) diff --git a/.deploy/heroku/.locales b/.deploy/heroku/.locales index 8f340cb677..125223c72d 100644 --- a/.deploy/heroku/.locales +++ b/.deploy/heroku/.locales @@ -7,5 +7,3 @@ nl_NL pl_PL pt_BR ru_RU -zh_TW -zh_CN diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index a77ee7e7c8..5f36a383fe 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,7 @@ +# 4.7.16 (API 0.9.2) +- 4.7.16 was released to fix a persistent issue with broken user preferences. +- Firefly III now uses Laravel 5.8 + # 4.7.15 (API 0.9.2) - 4.7.15 was released to fix some issues upgrading from older versions. - [Issue 2128](https://github.com/firefly-iii/firefly-iii/issues/2128) Support for Postgres SSL diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 7a4ea89516..16f69b1cd6 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Firefly III"), - appVersion = 25, - appMarketingVersion = (defaultText = "4.7.15"), + appVersion = 26, + appMarketingVersion = (defaultText = "4.7.16"), actions = [ # Define your "new document" handlers here. diff --git a/.travis.yml b/.travis.yml index fdb7899d81..ea28ac9300 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: bash env: - - VERSION=4.7.15 + - VERSION=4.7.16 dist: xenial diff --git a/changelog.md b/changelog.md index 47144e7fb1..b25db20044 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.7.16 (API 0.9.2)] - 2019-03-08 + +4.7.16 was released to fix a persistent issue with broken user preferences. + +### Changed + +- Firefly III now uses Laravel 5.8 + ## [4.7.15 (API 0.9.2)] - 2019-03-02 4.7.15 was released to fix some issues upgrading from older versions. diff --git a/composer.lock b/composer.lock index b79bdd2109..ad22ed84b2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,32 +4,36 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dd2fff5d2b6eaec77dbc0842903bf45f", + "content-hash": "e8ba6ad329690fa66b35a2b78e143f9b", "packages": [ { "name": "adldap2/adldap2", - "version": "v9.1.4", + "version": "v10.0.3", "source": { "type": "git", "url": "https://github.com/Adldap2/Adldap2.git", - "reference": "e74bf7e3762b35e828179b11eb100da4a12ff701" + "reference": "9e4a41dfd045b6b45b03576e409a99f69dd5dd8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/e74bf7e3762b35e828179b11eb100da4a12ff701", - "reference": "e74bf7e3762b35e828179b11eb100da4a12ff701", + "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/9e4a41dfd045b6b45b03576e409a99f69dd5dd8e", + "reference": "9e4a41dfd045b6b45b03576e409a99f69dd5dd8e", "shasum": "" }, "require": { "ext-ldap": "*", "illuminate/contracts": "~5.0", "php": ">=7.0", + "psr/log": "~1.1", "tightenco/collect": "~5.0" }, "require-dev": { "mockery/mockery": "~1.0", "phpunit/phpunit": "~6.0" }, + "suggest": { + "ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails" + }, "type": "library", "autoload": { "psr-4": { @@ -57,24 +61,24 @@ "ldap", "windows" ], - "time": "2018-12-06T15:03:32+00:00" + "time": "2019-02-20T15:52:32+00:00" }, { "name": "adldap2/adldap2-laravel", - "version": "v5.1.1", + "version": "v5.1.2", "source": { "type": "git", "url": "https://github.com/Adldap2/Adldap2-Laravel.git", - "reference": "293721cd55b9410e274985ec6f869ea0cc499275" + "reference": "31f80dfad6950f80698986e91cb65eb0c441f182" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Adldap2/Adldap2-Laravel/zipball/293721cd55b9410e274985ec6f869ea0cc499275", - "reference": "293721cd55b9410e274985ec6f869ea0cc499275", + "url": "https://api.github.com/repos/Adldap2/Adldap2-Laravel/zipball/31f80dfad6950f80698986e91cb65eb0c441f182", + "reference": "31f80dfad6950f80698986e91cb65eb0c441f182", "shasum": "" }, "require": { - "adldap2/adldap2": "^9.0", + "adldap2/adldap2": "^10.0", "php": ">=7.1" }, "require-dev": { @@ -110,7 +114,7 @@ "laravel", "ldap" ], - "time": "2019-01-08T15:37:47+00:00" + "time": "2019-02-27T07:09:43+00:00" }, { "name": "bacon/bacon-qr-code", @@ -1349,16 +1353,16 @@ }, { "name": "laravel/framework", - "version": "v5.8.2", + "version": "v5.8.3", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "c3b7cbe700efb0f4c9a5359feaedb0a1f0a741ca" + "reference": "d36d74acd3added5abbe7e7a84342b54bb0b0521" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/c3b7cbe700efb0f4c9a5359feaedb0a1f0a741ca", - "reference": "c3b7cbe700efb0f4c9a5359feaedb0a1f0a741ca", + "url": "https://api.github.com/repos/laravel/framework/zipball/d36d74acd3added5abbe7e7a84342b54bb0b0521", + "reference": "d36d74acd3added5abbe7e7a84342b54bb0b0521", "shasum": "" }, "require": { @@ -1492,7 +1496,7 @@ "framework", "laravel" ], - "time": "2019-02-27T14:02:36+00:00" + "time": "2019-03-05T13:51:19+00:00" }, { "name": "laravel/passport", @@ -3163,23 +3167,23 @@ }, { "name": "rcrowe/twigbridge", - "version": "v0.9.10", + "version": "v0.9.12", "source": { "type": "git", "url": "https://github.com/rcrowe/TwigBridge.git", - "reference": "b49db9f423170015b84993af09ab3e59bb677e0c" + "reference": "5c4e94cb3ff8f3c2f5c331c5a2314de1e7eaf4ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/b49db9f423170015b84993af09ab3e59bb677e0c", - "reference": "b49db9f423170015b84993af09ab3e59bb677e0c", + "url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/5c4e94cb3ff8f3c2f5c331c5a2314de1e7eaf4ad", + "reference": "5c4e94cb3ff8f3c2f5c331c5a2314de1e7eaf4ad", "shasum": "" }, "require": { - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.x", - "illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.x", - "php": ">=7.1", - "twig/twig": "~2.0" + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*", + "php": ">=7", + "twig/twig": "~1.30" }, "require-dev": { "laravel/framework": "5.0.*", @@ -3195,7 +3199,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.11-dev" + "dev-master": "0.10-dev" }, "laravel": { "providers": [ @@ -3231,7 +3235,7 @@ "laravel", "twig" ], - "time": "2019-02-26T20:10:04+00:00" + "time": "2019-02-27T16:14:57+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -3294,16 +3298,16 @@ }, { "name": "symfony/console", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4" + "reference": "9dc2299a016497f9ee620be94524e6c0af0280a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4", - "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4", + "url": "https://api.github.com/repos/symfony/console/zipball/9dc2299a016497f9ee620be94524e6c0af0280a9", + "reference": "9dc2299a016497f9ee620be94524e6c0af0280a9", "shasum": "" }, "require": { @@ -3362,7 +3366,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-01-25T14:35:16+00:00" + "time": "2019-02-23T15:17:42+00:00" }, { "name": "symfony/contracts", @@ -3434,7 +3438,7 @@ }, { "name": "symfony/css-selector", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -3487,16 +3491,16 @@ }, { "name": "symfony/debug", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65" + "reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65", - "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65", + "url": "https://api.github.com/repos/symfony/debug/zipball/de73f48977b8eaf7ce22814d66e43a1662cc864f", + "reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f", "shasum": "" }, "require": { @@ -3539,20 +3543,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-01-25T14:35:16+00:00" + "time": "2019-03-03T18:11:24+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1" + "reference": "3354d2e6af986dd71f68b4e5cf4a933ab58697fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1", - "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3354d2e6af986dd71f68b4e5cf4a933ab58697fb", + "reference": "3354d2e6af986dd71f68b4e5cf4a933ab58697fb", "shasum": "" }, "require": { @@ -3603,20 +3607,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2019-01-16T20:35:37+00:00" + "time": "2019-02-23T15:17:42+00:00" }, { "name": "symfony/finder", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c" + "reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/ef71816cbb264988bb57fe6a73f610888b9aa70c", - "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c", + "url": "https://api.github.com/repos/symfony/finder/zipball/267b7002c1b70ea80db0833c3afe05f0fbde580a", + "reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a", "shasum": "" }, "require": { @@ -3652,20 +3656,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-01-16T20:35:37+00:00" + "time": "2019-02-23T15:42:05+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39" + "reference": "850a667d6254ccf6c61d853407b16f21c4579c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8d2318b73e0a1bc75baa699d00ebe2ae8b595a39", - "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/850a667d6254ccf6c61d853407b16f21c4579c77", + "reference": "850a667d6254ccf6c61d853407b16f21c4579c77", "shasum": "" }, "require": { @@ -3706,20 +3710,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-01-29T09:49:29+00:00" + "time": "2019-02-26T08:03:39+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d" + "reference": "895ceccaa8149f9343e6134e607c21da42d73b7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d56b1706abaa771eb6acd894c6787cb88f1dc97d", - "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/895ceccaa8149f9343e6134e607c21da42d73b7a", + "reference": "895ceccaa8149f9343e6134e607c21da42d73b7a", "shasum": "" }, "require": { @@ -3795,7 +3799,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2019-02-03T12:47:33+00:00" + "time": "2019-03-03T19:38:09+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4079,7 +4083,7 @@ }, { "name": "symfony/process", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -4189,16 +4193,16 @@ }, { "name": "symfony/routing", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53" + "reference": "ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/7f8e44fc498972466f0841c3e48dc555f23bdf53", - "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53", + "url": "https://api.github.com/repos/symfony/routing/zipball/ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42", + "reference": "ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42", "shasum": "" }, "require": { @@ -4262,20 +4266,20 @@ "uri", "url" ], - "time": "2019-01-29T09:49:29+00:00" + "time": "2019-02-23T15:17:42+00:00" }, { "name": "symfony/translation", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050" + "reference": "748464177a77011f8f4cdd076773862ce4915f8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/23fd7aac70d99a17a8e6473a41fec8fab3331050", - "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050", + "url": "https://api.github.com/repos/symfony/translation/zipball/748464177a77011f8f4cdd076773862ce4915f8f", + "reference": "748464177a77011f8f4cdd076773862ce4915f8f", "shasum": "" }, "require": { @@ -4335,20 +4339,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-01-27T23:11:39+00:00" + "time": "2019-02-27T03:31:50+00:00" }, { "name": "symfony/var-dumper", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17" + "reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17", - "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9f87189ac10b42edf7fb8edc846f1937c6d157cf", + "reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf", "shasum": "" }, "require": { @@ -4411,20 +4415,20 @@ "debug", "dump" ], - "time": "2019-01-30T11:44:30+00:00" + "time": "2019-02-23T15:17:42+00:00" }, { "name": "tightenco/collect", - "version": "v5.8.2", + "version": "v5.8.3", "source": { "type": "git", "url": "https://github.com/tightenco/collect.git", - "reference": "9e431d3ba84ff02183bbb6da07410d59ef769f9b" + "reference": "7a9a1aa3f1478d6baba2d3a95e18d2ad8caaf5c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tightenco/collect/zipball/9e431d3ba84ff02183bbb6da07410d59ef769f9b", - "reference": "9e431d3ba84ff02183bbb6da07410d59ef769f9b", + "url": "https://api.github.com/repos/tightenco/collect/zipball/7a9a1aa3f1478d6baba2d3a95e18d2ad8caaf5c4", + "reference": "7a9a1aa3f1478d6baba2d3a95e18d2ad8caaf5c4", "shasum": "" }, "require": { @@ -4461,7 +4465,7 @@ "collection", "laravel" ], - "time": "2019-02-26T18:45:33+00:00" + "time": "2019-03-05T14:34:11+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -4512,22 +4516,21 @@ }, { "name": "twig/twig", - "version": "v2.6.2", + "version": "v1.37.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7" + "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/7d7342c8a4059fefb9b8d07db0cc14007021f9b7", - "reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/66be9366c76cbf23e82e7171d47cbfa54a057a62", + "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62", "shasum": "" }, "require": { - "php": "^7.0", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" + "php": ">=5.4.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", @@ -4537,7 +4540,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6-dev" + "dev-master": "1.37-dev" } }, "autoload": { @@ -4575,7 +4578,7 @@ "keywords": [ "templating" ], - "time": "2019-01-14T15:00:48+00:00" + "time": "2019-01-14T14:59:29+00:00" }, { "name": "vlucas/phpdotenv", @@ -4697,16 +4700,16 @@ "packages-dev": [ { "name": "barryvdh/laravel-ide-helper", - "version": "v2.6.0", + "version": "v2.6.1", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-ide-helper.git", - "reference": "754bb4d075d7fb2b23b1a416802c0e45884df495" + "reference": "725711022be71c6fa2e7bc8f9648bf125986f027" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/754bb4d075d7fb2b23b1a416802c0e45884df495", - "reference": "754bb4d075d7fb2b23b1a416802c0e45884df495", + "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/725711022be71c6fa2e7bc8f9648bf125986f027", + "reference": "725711022be71c6fa2e7bc8f9648bf125986f027", "shasum": "" }, "require": { @@ -4767,7 +4770,7 @@ "phpstorm", "sublime" ], - "time": "2019-02-18T19:54:27+00:00" + "time": "2019-03-05T09:24:51+00:00" }, { "name": "barryvdh/reflection-docblock", @@ -7080,16 +7083,16 @@ }, { "name": "symfony/filesystem", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee" + "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/7c16ebc2629827d4ec915a52ac809768d060a4ee", - "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601", + "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601", "shasum": "" }, "require": { @@ -7126,7 +7129,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2019-01-16T20:35:37+00:00" + "time": "2019-02-07T11:40:08+00:00" }, { "name": "theseer/tokenizer", @@ -7229,7 +7232,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.3.0", + "php": ">=7.2.0", "ext-bcmath": "*", "ext-curl": "*", "ext-gd": "*", diff --git a/config/firefly.php b/config/firefly.php index 15291bcc9d..4a7ffb1991 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -93,7 +93,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.7.15', + 'version' => '4.7.16', 'api_version' => '0.9.2', 'db_version' => 9, 'maxUploadSize' => 15242880,