Skip to content

Commit

Permalink
WooCommerce Custom Product Tabs Lite: 1.7.1 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Nov 11, 2019
1 parent 9526329 commit 3a5c8df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions i18n/languages/woocommerce-custom-product-tabs-lite.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Custom Product Tabs Lite 1.7.0\n"
"Project-Id-Version: WooCommerce Custom Product Tabs Lite 1.7.1\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2019-08-15 23:45:16+00:00\n"
"POT-Creation-Date: 2019-11-11 10:08:33+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: skyverge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
Tags: woocommerce, product tabs, custom tab, woo commerce tab
Requires at least: 4.4
Tested up to: 5.2.2
Stable tag: 1.7.1-dev.1
Tested up to: 5.2.4
Stable tag: 1.7.1

This plugin extends WooCommerce by allowing a custom product tab to be created with any content.

Expand Down Expand Up @@ -80,7 +80,7 @@ add_filter( 'woocommerce_custom_product_tabs_lite_title', 'sv_change_custom_tab_

== Changelog ==

= 2019.nn.nn - version 1.7.1-dev.1 =
= 2019.11.11 - version 1.7.1 =
* Misc - Add support for WooCommerce 3.8

= 2019.08.15 - version 1.7.0
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-custom-product-tabs-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Description: Extends WooCommerce to add a custom product view page tab
* Author: SkyVerge
* Author URI: http://www.skyverge.com/
* Version: 1.7.1-dev.1
* Tested up to: 5.2.2
* Version: 1.7.1
* Tested up to: 5.2.4
* Text Domain: woocommerce-custom-product-tabs-lite
* Domain Path: /i18n/languages/
*
Expand Down Expand Up @@ -40,7 +40,7 @@ class WooCommerceCustomProductTabsLite {


/** plugin version number */
const VERSION = '1.7.1-dev.1';
const VERSION = '1.7.1';

/** required WooCommerce version number */
const MIN_WOOCOMMERCE_VERSION = '3.0.9';
Expand Down

0 comments on commit 3a5c8df

Please sign in to comment.