Skip to content

Commit

Permalink
Version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bekarice committed Aug 23, 2017
1 parent 4a5d8a1 commit 449f745
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 26 deletions.
41 changes: 21 additions & 20 deletions i18n/languages/woocommerce-customizer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Customizer 2.5.0\n"
"Project-Id-Version: WooCommerce Customizer 2.5.1\n"
"Report-Msgid-Bugs-To: "
"https://github.com/skyverge/woocommerce-customizer/issues\n"
"POT-Creation-Date: 2014-09-05 23:18:53+00:00\n"
Expand Down Expand Up @@ -272,44 +272,45 @@ msgstr ""
msgid "Change the default placeholder image by setting this to a valid image URL"
msgstr ""

#: woocommerce-customizer.php:48
#. translators: %1$s and %2$s are <strong> tags. %3$s and %4$s are <a> tags
msgid ""
"%1$sWooCommerce Customizer is inactive.%2$s This version requires "
"WooCommerce 2.5.5 or newer. Please %3$supdate WooCommerce to version 2.5.5 "
"or newer%4$s"
#: woocommerce-customizer.php:121
#. translators: Placeholders: %s - plugin name
msgid "You cannot clone instances of %s."
msgstr ""

#: woocommerce-customizer.php:133
#. translators: Placeholders: %s - plugin name
msgid "You cannot unserialize instances of %s."
msgstr ""

#: woocommerce-customizer.php:68
#: woocommerce-customizer.php:237
#. translators: %1$s and %2$s are <strong> tags. %3$s and %4$s are <a> tags
msgid ""
"%1$sWooCommerce Customizer is inactive%2$s as it requires WooCommerce. "
"Please %3$sactivate WooCommerce version 2.5.5 or newer%4$s"
msgstr ""

#: woocommerce-customizer.php:161
#. translators: Placeholders: %s - plugin name
msgid "You cannot clone instances of %s."
msgstr ""

#: woocommerce-customizer.php:173
#. translators: Placeholders: %s - plugin name
msgid "You cannot unserialize instances of %s."
#: woocommerce-customizer.php:257
#. translators: Placeholders: %1$s <strong>, %2$s - </strong>, %3$s and %5$s -
#. <a> tags, %4$s - </a>
msgid ""
"%1$sWooCommerce Customizer is inactive.%2$s This plugin requires "
"WooCommerce 2.5.5 or newer. Please %3$supdate WooCommerce%4$s or %5$srun "
"the WooCommerce database upgrade%4$s."
msgstr ""

#: woocommerce-customizer.php:409
#: woocommerce-customizer.php:400
msgid "Configure"
msgstr ""

#: woocommerce-customizer.php:410
#: woocommerce-customizer.php:401
msgid "FAQ"
msgstr ""

#: woocommerce-customizer.php:411
#: woocommerce-customizer.php:402
msgid "Support"
msgstr ""

#: woocommerce-customizer.php:456
#: woocommerce-customizer.php:447
#. translators: Placeholder: %s - sale percentage
msgid "up to %s"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-customizer",
"version": "2.5.1-dev",
"version": "2.5.1",
"author": "SkyVerge",
"homepage": "http://www.skyverge.com",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=Donation+for+WooCommerce+Customizer
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
Requires at least: 4.1
Tested up to: 4.8
Tested up to: 4.8.1
WC requires at least: 2.5.5
WC tested up to: 3.1.1
Stable tag: 2.5.1-dev
Stable tag: 2.5.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -73,7 +73,7 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust

== Changelog ==

= 2.5.1-dev =
= 2.5.1 =
* Tweak - Hook customizations later to be more aggressive about using WC Customizer values rather than filters from other plugins or themes

= 2.5.0 =
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
* Author: SkyVerge
* Author URI: http://www.skyverge.com
* Version: 2.5.1-dev
* Version: 2.5.1
* Text Domain: woocommerce-customizer
* Domain Path: /i18n/languages/
*
Expand Down Expand Up @@ -71,7 +71,7 @@ class WC_Customizer {


/** plugin version number */
const VERSION = '2.5.1-dev';
const VERSION = '2.5.1';

/** @var \WC_Customizer single instance of this plugin */
protected static $instance;
Expand Down

0 comments on commit 449f745

Please sign in to comment.