Skip to content

Commit

Permalink
Bump version number and update .pot
Browse files Browse the repository at this point in the history
  • Loading branch information
mAAdhaTTah committed Jul 2, 2017
1 parent 22a5461 commit d81a261
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
**Contributors:** JamesDiGioia, benbalter
**Tags:** github, git, version control, content, collaboration, publishing
**Requires at least:** 3.9
**Tested up to:** 4.7
**Stable tag:** 1.7.5
**Tested up to:** 4.8
**Stable tag:** 2.0.0
**License:** GPLv2
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
46 changes: 37 additions & 9 deletions languages/wp-github-sync.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2016 WordPress GitHub Sync
# Copyright (C) 2017 WordPress GitHub Sync
# This file is distributed under the same license as the WordPress GitHub Sync package.
msgid ""
msgstr ""
"Project-Id-Version: WordPress GitHub Sync 1.7.4\n"
"Project-Id-Version: WordPress GitHub Sync 2.0.0\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-github-sync\n"
"POT-Creation-Date: 2016-12-11 19:45:59+00:00\n"
"POT-Creation-Date: 2017-07-02 22:16:47+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Expand Down Expand Up @@ -152,16 +152,16 @@ msgstr ""
msgid "WordPress-GitHub-Sync needs a properly formed repository. Please update your settings."
msgstr ""

#: lib/client/base.php:144 lib/payload.php:54
#: lib/client/base.php:144 lib/payload.php:84
msgid "Sync branch not set. Filter `wpghs_sync_branch` misconfigured."
msgstr ""

#: lib/client/persist.php:23
msgid "There were no changes, so no additional commit was added."
msgstr ""

#: lib/controller.php:40 lib/controller.php:87 lib/controller.php:119
#: lib/controller.php:153 lib/controller.php:181
#: lib/controller.php:40 lib/controller.php:98 lib/controller.php:130
#: lib/controller.php:164 lib/controller.php:192
msgid "%s : Semaphore is locked, import/export already in progress."
msgstr ""

Expand All @@ -170,6 +170,10 @@ msgid "Failed to validate secret."
msgstr ""

#: lib/controller.php:57
msgid "%s won't be imported. Error: %s"
msgstr ""

#: lib/controller.php:68
msgid "%s won't be imported."
msgstr ""

Expand Down Expand Up @@ -213,7 +217,7 @@ msgstr ""
msgid "Successfully updated post ID %d."
msgstr ""

#: lib/export.php:258 lib/payload.php:65
#: lib/export.php:258 lib/payload.php:95
msgid "Commit message tag not set. Filter `wpghs_commit_msg_tag` misconfigured."
msgstr ""

Expand All @@ -225,6 +229,30 @@ msgstr ""
msgid "Already synced this commit."
msgstr ""

#: lib/payload.php:46
msgid "Maximum stack depth exceeded"
msgstr ""

#: lib/payload.php:49
msgid "Underflow or the modes mismatch"
msgstr ""

#: lib/payload.php:52
msgid "Unexpected control character found"
msgstr ""

#: lib/payload.php:55
msgid "Syntax error, malformed JSON"
msgstr ""

#: lib/payload.php:58
msgid "Malformed UTF-8 characters, possibly incorrectly encoded"
msgstr ""

#: lib/payload.php:61
msgid "Unknown error"
msgstr ""

#: views/options.php:16
msgid "Webhook callback"
msgstr ""
Expand All @@ -241,7 +269,7 @@ msgstr ""
msgid "Import from GitHub"
msgstr ""

#: wp-github-sync.php:217
#: wp-github-sync.php:231
msgid "To set up your site to sync with GitHub, update your <a href=\"%s\">settings</a> and click \"Export to GitHub.\""
msgstr ""
#. Plugin Name of the plugin/theme
Expand Down
4 changes: 2 additions & 2 deletions wp-github-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WordPress GitHub Sync
* Plugin URI: https://github.com/mAAdhaTTah/wordpress-github-sync
* Description: A WordPress plugin to sync content with a GitHub repository (or Jekyll site).
* Version: 1.7.5
* Version: 2.0.0
* Author: James DiGioia, Ben Balter
* Author URI: http://jamesdigioia.com
* License: GPLv2
Expand Down Expand Up @@ -66,7 +66,7 @@ class WordPress_GitHub_Sync {
*
* @var string
*/
public static $version = '1.7.5';
public static $version = '2.0.0';

/**
* Controller object.
Expand Down

0 comments on commit d81a261

Please sign in to comment.