From b23457d389f993997278e0a22cc27131b712c6ee Mon Sep 17 00:00:00 2001 From: Stanislas Rolland Date: Thu, 14 Jul 2016 18:22:21 -0400 Subject: [PATCH 1/2] [TASK] Update version to 6.3.10 Change-Id: Id01583fdf5e46f395e70e50a4f84ee2d178c4212 --- ChangeLog | 4 ++++ composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c1ff8f..df1c16b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-07-14 Stanislas Rolland + + * Update version to 6.3.10 + 2016-06-29 Stanislas Rolland * Resolves #76640: Fix removed TCA icon options diff --git a/composer.json b/composer.json index bbc06b8..15f991b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sjbr/static-info-tables", "description": "Data and API for countries, languages and currencies.", - "version": "6.3.9", + "version": "6.3.10", "type": "typo3-cms-extension", "license": "GPL-2.0+", "authors": [ diff --git a/ext_emconf.php b/ext_emconf.php index aae0d20..434f11b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'title' => 'Static Info Tables', 'description' => 'Data and API for countries, languages and currencies.', 'category' => 'misc', - 'version' => '6.3.9', + 'version' => '6.3.10', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '', From 484d9c1d6a98a739c54df298db3fadf57ef7f818 Mon Sep 17 00:00:00 2001 From: Bernhard Berger Date: Mon, 26 Sep 2016 16:18:10 +0200 Subject: [PATCH 2/2] [BUGFIX] move extbase table mapping to ext_typoscript_setup.txt --- .../TypoScript/Extbase/setup.txt => ext_typoscript_setup.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Configuration/TypoScript/Extbase/setup.txt => ext_typoscript_setup.txt (100%) diff --git a/Configuration/TypoScript/Extbase/setup.txt b/ext_typoscript_setup.txt similarity index 100% rename from Configuration/TypoScript/Extbase/setup.txt rename to ext_typoscript_setup.txt