Skip to content

Commit

Permalink
Custom Product Tabs Lite for WooCommerce: 1.8.0 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio-godaddy committed Jul 28, 2023
1 parent 168d340 commit bb6d811
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 deletions i18n/languages/woocommerce-custom-product-tabs-lite.pot
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
# Copyright (C) 2022 SkyVerge
# Copyright (C) 2023 SkyVerge
# 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.8\n"
"Project-Id-Version: Custom Product Tabs Lite for WooCommerce 1.8.0\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2022-12-02 21:01:11+00:00\n"
"POT-Creation-Date: 2023-07-28 11:15:57+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

#: woocommerce-custom-product-tabs-lite.php:81
#: woocommerce-custom-product-tabs-lite.php:102
#. translators: Placeholders: %s - plugin name
msgid "You cannot clone instances of %s."
msgstr ""

#: woocommerce-custom-product-tabs-lite.php:92
#: woocommerce-custom-product-tabs-lite.php:113
#. translators: Placeholders: %s - plugin name
msgid "You cannot unserialize instances of %s."
msgstr ""

#: woocommerce-custom-product-tabs-lite.php:204
#: woocommerce-custom-product-tabs-lite.php:225
msgid "Custom Tab"
msgstr ""

#: woocommerce-custom-product-tabs-lite.php:238
#: woocommerce-custom-product-tabs-lite.php:259
msgid "Tab Title"
msgstr ""

#: woocommerce-custom-product-tabs-lite.php:239
#: woocommerce-custom-product-tabs-lite.php:260
msgid "Required for tab to be visible"
msgstr ""

#: woocommerce-custom-product-tabs-lite.php:245
#: woocommerce-custom-product-tabs-lite.php:266
msgid "Content"
msgstr ""

#: woocommerce-custom-product-tabs-lite.php:246
#: woocommerce-custom-product-tabs-lite.php:267
msgid "HTML and text to display."
msgstr ""

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

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

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

== Changelog ==

= 2023.nn.nn - version 1.8.0-dev.1 =
= 2023.07.28 - version 1.8.0 =
* Misc - Add compatibility for WooCommerce High Performance Order Storage (HPOS)

= 2022.12.02 - version 1.7.8 =
Expand Down
8 changes: 4 additions & 4 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.8.0-dev.1
* Tested up to: 6.1.1
* Version: 1.8.0
* Tested up to: 6.2.2
* Text Domain: woocommerce-custom-product-tabs-lite
* Domain Path: /i18n/languages/
*
Expand All @@ -20,7 +20,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
*
* WC requires at least: 3.9.4
* WC tested up to: 7.1.0
* WC tested up to: 7.9.0
*/

defined( 'ABSPATH' ) or exit;
Expand Down Expand Up @@ -78,7 +78,7 @@ public function __construct() {
/**
* Declares HPOS compatibility.
*
* @since 1.8.0-dev.1
* @since 1.8.0
*
* @internal
*
Expand Down

0 comments on commit bb6d811

Please sign in to comment.