Skip to content

Commit

Permalink
set version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed May 31, 2018
1 parent c1b1ec0 commit ab9ebbf
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion languages/rokka-integration-de_CH.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\n"
"POT-Creation-Date: 2017-09-20 15:42+0200\n"
"PO-Revision-Date: 2017-04-04 11:53+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/rokka-integration-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\n"
"POT-Creation-Date: 2017-09-20 15:42+0200\n"
"PO-Revision-Date: 2017-04-04 11:57+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/rokka-integration.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\n"
"POT-Creation-Date: 2017-09-20 15:42+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rokka-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion scripts/translations/extract_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] \
| 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 [email protected] \
--keyword=__ \
--keyword=_e \
--keyword=__ngettext:1,2 \
Expand Down
2 changes: 1 addition & 1 deletion src/class-rokka-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Rokka_Integration {
*
* @var string
*/
public $_version = '2.0.1';
public $_version = '2.0.2';

/**
* The plugin token.
Expand Down

0 comments on commit ab9ebbf

Please sign in to comment.