From 36db3b8930b740a03e9872825ed3384c93f1910c Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Tue, 9 Apr 2019 10:42:19 +0200 Subject: [PATCH] Version 3.5.39 --- composer.lock | 30 +++++++++---------- system/config/constants.php | 2 +- system/docs/CHANGELOG.md | 2 +- .../repository/classes/RepositorySettings.php | 2 ++ 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/composer.lock b/composer.lock index e981f8ed68..a5c8b88b95 100644 --- a/composer.lock +++ b/composer.lock @@ -131,16 +131,16 @@ }, { "name": "matthiasmullie/minify", - "version": "1.3.60", + "version": "1.3.61", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", - "reference": "ab7fea80ce5ce6549baaf272bc8bd926a7e08f90" + "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/ab7fea80ce5ce6549baaf272bc8bd926a7e08f90", - "reference": "ab7fea80ce5ce6549baaf272bc8bd926a7e08f90", + "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751", + "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751", "shasum": "" }, "require": { @@ -187,20 +187,20 @@ "minifier", "minify" ], - "time": "2018-04-18T08:50:35+00:00" + "time": "2018-11-26T23:10:39+00:00" }, { "name": "matthiasmullie/path-converter", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", - "reference": "3082a6838be02b930239a97d38b5c9da4d693aca" + "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/3082a6838be02b930239a97d38b5c9da4d693aca", - "reference": "3082a6838be02b930239a97d38b5c9da4d693aca", + "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9", + "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9", "shasum": "" }, "require": { @@ -236,7 +236,7 @@ "paths", "relative" ], - "time": "2018-02-02T11:30:10+00:00" + "time": "2018-10-25T15:19:41+00:00" }, { "name": "michelf/php-markdown", @@ -507,16 +507,16 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.2.22", + "version": "6.2.26", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "ac6e92fccc7d9383dfd787056831349621b1aca2" + "reference": "367241059ca166e3a76490f4448c284e0a161f15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ac6e92fccc7d9383dfd787056831349621b1aca2", - "reference": "ac6e92fccc7d9383dfd787056831349621b1aca2", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15", + "reference": "367241059ca166e3a76490f4448c284e0a161f15", "shasum": "" }, "require": { @@ -565,7 +565,7 @@ "pdf417", "qrcode" ], - "time": "2018-09-14T15:26:29+00:00" + "time": "2018-10-16T17:24:05+00:00" }, { "name": "true/punycode", diff --git a/system/config/constants.php b/system/config/constants.php index 7af5acd34e..d28f1bb005 100644 --- a/system/config/constants.php +++ b/system/config/constants.php @@ -13,7 +13,7 @@ * Core version */ define('VERSION', '3.5'); -define('BUILD', '38'); +define('BUILD', '39'); define('LONG_TERM_SUPPORT', true); diff --git a/system/docs/CHANGELOG.md b/system/docs/CHANGELOG.md index e589281e40..be2d138f55 100644 --- a/system/docs/CHANGELOG.md +++ b/system/docs/CHANGELOG.md @@ -1,7 +1,7 @@ Contao Open Source CMS changelog ================================ -Version 3.5.39 (2019-04-XX) +Version 3.5.39 (2019-04-09) --------------------------- ### Fixed diff --git a/system/modules/repository/classes/RepositorySettings.php b/system/modules/repository/classes/RepositorySettings.php index 80d4621675..a739be21a6 100644 --- a/system/modules/repository/classes/RepositorySettings.php +++ b/system/modules/repository/classes/RepositorySettings.php @@ -17,6 +17,8 @@ // valid core versions in descending order define('REPOSITORY_COREVERSIONS', + '30050399,30050399;'. // 3.5.39 + '30050389,30050389;'. // 3.5.38 '30050379,30050379;'. // 3.5.37 '30050369,30050369;'. // 3.5.36 '30050359,30050359;'. // 3.5.35