Skip to content

Commit

Permalink
Custom Product Tabs Lite for WooCommerce: 1.7.7 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jstern-godaddy committed Aug 3, 2022
1 parent b97108e commit f0e36b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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: Custom Product Tabs Lite for WooCommerce 1.7.7-dev.1\n"
"Project-Id-Version: Custom Product Tabs Lite for WooCommerce 1.7.7\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2022-08-02 03:33:04+00:00\n"
"POT-Creation-Date: 2022-08-03 16:19:42+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -43,7 +43,7 @@ msgstr ""
msgid "HTML and text to display."
msgstr ""

#: woocommerce-custom-product-tabs-lite.php:405
#: woocommerce-custom-product-tabs-lite.php:406
#. translators: Placeholders: %1$s - <strong>, %2$s - </strong>, %3$s - version
#. number, %4$s + %6$s - <a> tags, %5$s - </a>
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: skyverge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
Tags: woocommerce, product tabs, custom tab, woo commerce tab
Requires at least: 4.7
Tested up to: 6.0.1
Stable tag: 1.7.7-dev.1
Stable tag: 1.7.7

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 ==

= 2022.nn.nn - version 1.7.7-dev.1 =
= 2022.08.03 - version 1.7.7 =
* Fix - Sanitize input

= 2022.07.31 - version 1.7.6 =
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-custom-product-tabs-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Extends WooCommerce to add a custom product view page tab
* Author: SkyVerge
* Author URI: http://www.skyverge.com/
* Version: 1.7.7-dev.1
* Version: 1.7.7
* Tested up to: 6.0.1
* 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.7-dev.1';
const VERSION = '1.7.7';

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

0 comments on commit f0e36b9

Please sign in to comment.