From ee739bc3c6de21ef40f5cec92d9bb2e26d5aaa55 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 28 Nov 2014 16:08:35 -0800 Subject: [PATCH 1/4] Add approved Language packs --- language/ar/googleanalytics_acp.php | 45 ++++++++++++++++++++ language/es/googleanalytics_acp.php | 45 ++++++++++++++++++++ language/fr/googleanalytics_acp.php | 45 ++++++++++++++++++++ language/nl/googleanalytics_acp.php | 45 ++++++++++++++++++++ language/pl/googleanalytics_acp.php | 45 ++++++++++++++++++++ language/pt/googleanalytics_acp.php | 45 ++++++++++++++++++++ language/ro/googleanalytics_acp.php | 45 ++++++++++++++++++++ language/sv/googleanalytics_acp.php | 45 ++++++++++++++++++++ language/zh_cmn_hant/googleanalytics_acp.php | 45 ++++++++++++++++++++ 9 files changed, 405 insertions(+) create mode 100755 language/ar/googleanalytics_acp.php create mode 100755 language/es/googleanalytics_acp.php create mode 100755 language/fr/googleanalytics_acp.php create mode 100755 language/nl/googleanalytics_acp.php create mode 100755 language/pl/googleanalytics_acp.php create mode 100755 language/pt/googleanalytics_acp.php create mode 100755 language/ro/googleanalytics_acp.php create mode 100755 language/sv/googleanalytics_acp.php create mode 100644 language/zh_cmn_hant/googleanalytics_acp.php diff --git a/language/ar/googleanalytics_acp.php b/language/ar/googleanalytics_acp.php new file mode 100755 index 0000000..120cc92 --- /dev/null +++ b/language/ar/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'أكتب كود Google Analytics ID الخاص بك، مثل: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” كود Google Analytics ID الذي أدخلته غير صالح.
يجب أن يكون على الشكل “UA-0000000-00”.', +)); diff --git a/language/es/googleanalytics_acp.php b/language/es/googleanalytics_acp.php new file mode 100755 index 0000000..dc56801 --- /dev/null +++ b/language/es/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'ID de Google Analytics', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Introduzca su código ID de Google Analytics, por ejemplo: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” no es un código ID válido de Google Analytics.
Debería ser de esta forma “UA-0000000-00”.', +)); diff --git a/language/fr/googleanalytics_acp.php b/language/fr/googleanalytics_acp.php new file mode 100755 index 0000000..f1ecdc9 --- /dev/null +++ b/language/fr/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'Votre ID Google Analytics', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Saisir votre code ID Google Analytics, i.e.: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” n’est pas un code ID Google Analytics valide.
Il doit être au format “UA-0000000-00”.', +)); diff --git a/language/nl/googleanalytics_acp.php b/language/nl/googleanalytics_acp.php new file mode 100755 index 0000000..f1d67fe --- /dev/null +++ b/language/nl/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Plaats hier je Google Analytics ID code, bijv: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” is geen geldige Google Analytics ID code.
Het moet iets zijn in de vorm van “UA-0000000-00”.', +)); diff --git a/language/pl/googleanalytics_acp.php b/language/pl/googleanalytics_acp.php new file mode 100755 index 0000000..291d6ea --- /dev/null +++ b/language/pl/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'Identyfikator śledzenia Google Analytics', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Wprowadź swój identyfikator śledzenia Google Analytics, n.p.: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” nie jest prawidłowym identyfikatorem śledzenia Google Analytics.
Identyfikator śledzenia powinien mieć postać “UA-0000000-00”.', +)); diff --git a/language/pt/googleanalytics_acp.php b/language/pt/googleanalytics_acp.php new file mode 100755 index 0000000..61baecc --- /dev/null +++ b/language/pt/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Introduza o seu código Google Analytics ID, e.g.: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” não é um código Google Analytics ID válido.
Ele deve estar na forma “UA-0000000-00”.', +)); diff --git a/language/ro/googleanalytics_acp.php b/language/ro/googleanalytics_acp.php new file mode 100755 index 0000000..ece67ec --- /dev/null +++ b/language/ro/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'Cod de urmarire Google Analytics ', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Scrie codul tau Google Analytics de urmarire, ex: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” nu este un cod valid de urmarire Google Analytics.
Trebuie sa fie sub forma “UA-0000000-00”.', +)); diff --git a/language/sv/googleanalytics_acp.php b/language/sv/googleanalytics_acp.php new file mode 100755 index 0000000..28f4fb5 --- /dev/null +++ b/language/sv/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Ange din Google Analytics ID kod, t.ex: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” är ingen giltig Google Analytics ID kod.
Den bör ha formatet “UA-0000000-00”.', +)); diff --git a/language/zh_cmn_hant/googleanalytics_acp.php b/language/zh_cmn_hant/googleanalytics_acp.php new file mode 100644 index 0000000..461bbff --- /dev/null +++ b/language/zh_cmn_hant/googleanalytics_acp.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics(分析) ID', + 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => '輸入你的 Google Analytics(分析) ID code, 例如: UA-0000000-00.', + 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” 不是有效的 Google Analytics(分析) ID code.
它的格式應該會是像這樣 “UA-0000000-00”.', +)); From 82381ce4114e2ac8087ad4d674fca4b655cc63f1 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 28 Nov 2014 16:09:59 -0800 Subject: [PATCH 2/4] Update composer lock with new EPV dependencies --- composer.lock | 113 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 77 insertions(+), 36 deletions(-) diff --git a/composer.lock b/composer.lock index 3de77d8..4598d07 100644 --- a/composer.lock +++ b/composer.lock @@ -3,20 +3,20 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "f7a61431d2a199f7a988c246345cb027", + "hash": "acc51160cecf3fcf60e406b77f894938", "packages": [ { "name": "composer/installers", - "version": "v1.0.17", + "version": "v1.0.18", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "f22820dd0854a406f86e2fc29b81c1898d68e5fb" + "reference": "74fb0a7a1a23696d9c8cc2fba5903f6711cdd067" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/f22820dd0854a406f86e2fc29b81c1898d68e5fb", - "reference": "f22820dd0854a406f86e2fc29b81c1898d68e5fb", + "url": "https://api.github.com/repos/composer/installers/zipball/74fb0a7a1a23696d9c8cc2fba5903f6711cdd067", + "reference": "74fb0a7a1a23696d9c8cc2fba5903f6711cdd067", "shasum": "" }, "replace": { @@ -93,7 +93,7 @@ "zend", "zikula" ], - "time": "2014-08-17 18:19:30" + "time": "2014-08-18 20:00:12" } ], "packages-dev": [ @@ -200,18 +200,19 @@ "source": { "type": "git", "url": "https://github.com/phpbb/epv.git", - "reference": "4122e7329b683ac253ad99a90d1415e2ec83eb3a" + "reference": "b921b294b594a3200aca6f1b52534101945dcfee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpbb/epv/zipball/4122e7329b683ac253ad99a90d1415e2ec83eb3a", - "reference": "4122e7329b683ac253ad99a90d1415e2ec83eb3a", + "url": "https://api.github.com/repos/phpbb/epv/zipball/b921b294b594a3200aca6f1b52534101945dcfee", + "reference": "b921b294b594a3200aca6f1b52534101945dcfee", "shasum": "" }, "require": { "gitonomy/gitlib": "0.1.*@dev", "nikic/php-parser": "0.9.*@dev", "php": ">=5.3.3", + "sensiolabs/ansi-to-html": "~1.1", "symfony/console": ">=2.3.0", "symfony/finder": ">=2.3.0", "symfony/yaml": ">=2.3.0|>=2.4.0|>=2.5.0" @@ -239,21 +240,65 @@ } ], "description": "A extension validator for phpBB extensions. Extensions are required to pass the validator when submitted to the extension database.", - "time": "2014-08-16 16:29:34" + "time": "2014-10-24 06:19:10" + }, + { + "name": "sensiolabs/ansi-to-html", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/sensiolabs/ansi-to-html.git", + "reference": "92d2ef7ffba5418be060d8ba8adaf7223d741f93" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/92d2ef7ffba5418be060d8ba8adaf7223d741f93", + "reference": "92d2ef7ffba5418be060d8ba8adaf7223d741f93", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "suggest": { + "twig/twig": "Provides nice templating features" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-0": { + "SensioLabs\\AnsiConverter": "." + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A library to convert a text with ANSI codes to HTML", + "time": "2014-08-01 14:02:39" }, { "name": "symfony/console", - "version": "v2.5.3", + "version": "v2.5.7", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "cd2d1e4bac2206b337326b0140ff475fe9ad5f63" + "reference": "61b13c27c9258e97009249d4ef193c964bf346b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/cd2d1e4bac2206b337326b0140ff475fe9ad5f63", - "reference": "cd2d1e4bac2206b337326b0140ff475fe9ad5f63", + "url": "https://api.github.com/repos/symfony/Console/zipball/61b13c27c9258e97009249d4ef193c964bf346b7", + "reference": "61b13c27c9258e97009249d4ef193c964bf346b7", "shasum": "" }, "require": { @@ -294,21 +339,21 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2014-08-05 09:00:40" + "time": "2014-11-20 13:22:25" }, { "name": "symfony/finder", - "version": "v2.5.3", + "version": "v2.5.7", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", - "reference": "090fe4eaff414d8f2171c7a4748ea868d530775f" + "reference": "743aabbf4958663ef626e10ae3a6c7b17a0fa3bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/090fe4eaff414d8f2171c7a4748ea868d530775f", - "reference": "090fe4eaff414d8f2171c7a4748ea868d530775f", + "url": "https://api.github.com/repos/symfony/Finder/zipball/743aabbf4958663ef626e10ae3a6c7b17a0fa3bd", + "reference": "743aabbf4958663ef626e10ae3a6c7b17a0fa3bd", "shasum": "" }, "require": { @@ -341,21 +386,21 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2014-07-28 13:20:46" + "time": "2014-10-26 07:41:27" }, { "name": "symfony/process", - "version": "v2.5.3", + "version": "v2.5.7", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", - "reference": "e0997d2a9a1a763484b34b989900b61322a9b056" + "reference": "ffe6e27a57e31262c3204a0955076c27c54c8e7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Process/zipball/e0997d2a9a1a763484b34b989900b61322a9b056", - "reference": "e0997d2a9a1a763484b34b989900b61322a9b056", + "url": "https://api.github.com/repos/symfony/Process/zipball/ffe6e27a57e31262c3204a0955076c27c54c8e7e", + "reference": "ffe6e27a57e31262c3204a0955076c27c54c8e7e", "shasum": "" }, "require": { @@ -388,21 +433,21 @@ ], "description": "Symfony Process Component", "homepage": "http://symfony.com", - "time": "2014-08-05 09:00:40" + "time": "2014-11-03 19:48:45" }, { "name": "symfony/yaml", - "version": "v2.5.3", + "version": "v2.5.7", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f" + "reference": "900d38bc8f74a50343ce65dd1c1e9819658ee56b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", - "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/900d38bc8f74a50343ce65dd1c1e9819658ee56b", + "reference": "900d38bc8f74a50343ce65dd1c1e9819658ee56b", "shasum": "" }, "require": { @@ -435,12 +480,10 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2014-08-05 09:00:40" + "time": "2014-11-20 13:22:25" } ], - "aliases": [ - - ], + "aliases": [], "minimum-stability": "stable", "stability-flags": { "phpbb/epv": 20 @@ -448,7 +491,5 @@ "platform": { "php": ">=5.3.3" }, - "platform-dev": [ - - ] + "platform-dev": [] } From e4f2ec1a94c09819318ed1a1255c55f6706eaf84 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 28 Nov 2014 16:10:12 -0800 Subject: [PATCH 3/4] Increment to version 1.0.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 63a381b..44cdee2 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "An extension that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.", "homepage": "https://phpbb.com", - "version": "1.0.0", + "version": "1.0.1", "keywords": ["phpbb", "extension", "google", "analytics"], "license": "GPL-2.0", "authors": [ From d40469d12de86b7b4e15a293ef30dda559383481 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 28 Nov 2014 16:20:11 -0800 Subject: [PATCH 4/4] Add Changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ca6682d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 1.0.1 - 2014-11-28 + +- Fixed issues in the README.md +- Added a new template event `phpbb_googleanalytics_alter_ga_requirements` which may be used by other extensions to add more tracking options (like the ability to track advertisements). See here for a example: https://support.google.com/analytics/answer/2444872?hl=en&utm_id=ad +- Added Arabic language pack +- Added Dutch language pack +- Added French language pack +- Added Mandarin Chinese language pack +- Added Polish language pack +- Added Portuguese language pack +- Added Romanian language pack +- Added Spanish language pack +- Added Swedish language pack + +## 1.0.0 - 2014-10-21 + +- First release