Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
JDGrimes committed Aug 9, 2016
1 parent 417583b commit 53efccd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @type string WORDPOINTS_WOOCOMMERCE_VERSION
*/
define( 'WORDPOINTS_WOOCOMMERCE_VERSION', '1.0.1' );
define( 'WORDPOINTS_WOOCOMMERCE_VERSION', '1.0.2' );

/**
* The full path to the module's main directory.
Expand Down
18 changes: 9 additions & 9 deletions src/languages/wordpoints-woocommerce.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2015 J.D. Grimes
# Copyright (C) 2016 J.D. Grimes
# This file is distributed under the same license as the WordPoints WooCommerce package.
msgid ""
msgstr ""
"Project-Id-Version: WordPoints WooCommerce 1.0.0\n"
"Project-Id-Version: WordPoints WooCommerce 1.0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-08 21:29:13+00:00\n"
"POT-Creation-Date: 2016-08-09 14:42:33+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"

Expand Down Expand Up @@ -114,20 +114,20 @@ msgstr ""
msgid "1 point is worth 0.01 monetary units"
msgstr ""

#: components/points/includes/gateways/points.php:159
#: components/points/includes/gateways/points.php:181
#: components/points/includes/gateways/points.php:157
#: components/points/includes/gateways/points.php:179
msgid "Payment error:"
msgstr ""

#: components/points/includes/gateways/points.php:160
#: components/points/includes/gateways/points.php:158
msgid "You have insufficient points to make this purchase."
msgstr ""

#: components/points/includes/gateways/points.php:182
#: components/points/includes/gateways/points.php:180
msgid "Unable to subtract the points from your account."
msgstr ""

#: components/points/includes/gateways/points.php:234
#: components/points/includes/gateways/points.php:228
msgid "Refunded %s points."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions src/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* ---------------------------------------------------------------------------------|
*
* @package WordPoints_WooCommerce
* @version 1.0.1
* @version 1.0.2
* @author J.D. Grimes <[email protected]>
*/

Expand All @@ -17,7 +17,7 @@
Module Name: WooCommerce
Author: J.D. Grimes
Author URI: http://codesymphony.co/
Version: 1.0.1
Version: 1.0.2
Description: Let your users pay with points.
Text Domain: wordpoints-woocommerce
Domain Path: /languages
Expand Down

0 comments on commit 53efccd

Please sign in to comment.