From ab9ebbf0b773841653761e1fb8499d7aa67e32ba Mon Sep 17 00:00:00 2001 From: Juerg Hunziker Date: Thu, 31 May 2018 13:16:42 +0200 Subject: [PATCH] set version to 2.0.2 --- languages/rokka-integration-de_CH.po | 2 +- languages/rokka-integration-de_DE.po | 2 +- languages/rokka-integration.pot | 2 +- readme.txt | 6 +++++- rokka-integration.php | 2 +- scripts/translations/extract_messages.sh | 2 +- src/class-rokka-integration.php | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/languages/rokka-integration-de_CH.po b/languages/rokka-integration-de_CH.po index 3bf99a3..3ddb0b8 100644 --- a/languages/rokka-integration-de_CH.po +++ b/languages/rokka-integration-de_CH.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: rokka-integration 2.0.1\n" +"Project-Id-Version: rokka-integration 2.0.2\n" "Report-Msgid-Bugs-To: contact@liip.ch\n" "POT-Creation-Date: 2017-09-20 15:42+0200\n" "PO-Revision-Date: 2017-04-04 11:53+0200\n" diff --git a/languages/rokka-integration-de_DE.po b/languages/rokka-integration-de_DE.po index 8ebf016..8f04b09 100644 --- a/languages/rokka-integration-de_DE.po +++ b/languages/rokka-integration-de_DE.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: rokka-integration 2.0.1\n" +"Project-Id-Version: rokka-integration 2.0.2\n" "Report-Msgid-Bugs-To: contact@liip.ch\n" "POT-Creation-Date: 2017-09-20 15:42+0200\n" "PO-Revision-Date: 2017-04-04 11:57+0200\n" diff --git a/languages/rokka-integration.pot b/languages/rokka-integration.pot index 29f252c..f983513 100644 --- a/languages/rokka-integration.pot +++ b/languages/rokka-integration.pot @@ -5,7 +5,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: rokka-integration 2.0.1\n" +"Project-Id-Version: rokka-integration 2.0.2\n" "Report-Msgid-Bugs-To: contact@liip.ch\n" "POT-Creation-Date: 2017-09-20 15:42+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/readme.txt b/readme.txt index 715c63f..1da1d02 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: rokka, image, service, cdn, integration Requires at least: 4.0 Tested up to: 4.9.4 Requires PHP: 5.6 -Stable tag: 2.0.1 +Stable tag: 2.0.2 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -72,6 +72,10 @@ Please create a new GitHub issue and let us know: [https://github.com/rokka-io/r == Changelog == += 2.0.2 = + +* [BUGFIX] Fetch image meta data if not passed to get_size_by_image_url() + = 2.0.1 = * [BUGFIX] Autoformat option was not set when syncing stacks for the first time. diff --git a/rokka-integration.php b/rokka-integration.php index cdede29..c2e0f89 100644 --- a/rokka-integration.php +++ b/rokka-integration.php @@ -3,7 +3,7 @@ * Plugin Name: Rokka Integration * Plugin URI: https://github.com/rokka-io/rokka-wordpress-plugin * Description: Rokka image processing and cdn plugin for WordPress. - * Version: 2.0.1 + * Version: 2.0.2 * Author: Liip AG * Author URI: https://www.liip.ch * diff --git a/scripts/translations/extract_messages.sh b/scripts/translations/extract_messages.sh index 193c216..b898708 100755 --- a/scripts/translations/extract_messages.sh +++ b/scripts/translations/extract_messages.sh @@ -10,7 +10,7 @@ find "." \ -not -path "tests/*" \ -not -path "vendor/*" \ -type f \( -name "*.php" \) \ - | xargs xgettext --language=PHP --add-comments=TRANSLATORS: --force-po --from-code=UTF-8 --no-wrap --foreign-user --package-name="rokka-integration" --package-version=2.0.1 --msgid-bugs-address=contact@liip.ch \ + | xargs xgettext --language=PHP --add-comments=TRANSLATORS: --force-po --from-code=UTF-8 --no-wrap --foreign-user --package-name="rokka-integration" --package-version=2.0.2 --msgid-bugs-address=contact@liip.ch \ --keyword=__ \ --keyword=_e \ --keyword=__ngettext:1,2 \ diff --git a/src/class-rokka-integration.php b/src/class-rokka-integration.php index 761d9a5..28b7a1f 100644 --- a/src/class-rokka-integration.php +++ b/src/class-rokka-integration.php @@ -42,7 +42,7 @@ class Rokka_Integration { * * @var string */ - public $_version = '2.0.1'; + public $_version = '2.0.2'; /** * The plugin token.