Skip to content

Commit

Permalink
Custom Product Tabs Lite for WooCommerce: 1.9.0 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynes-godaddy committed Oct 29, 2024
1 parent 4c09801 commit 3f2056e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 43 deletions.
71 changes: 34 additions & 37 deletions i18n/languages/woocommerce-custom-product-tabs-lite.pot
Original file line number Diff line number Diff line change
@@ -1,25 +1,46 @@
# Copyright (C) 2023 SkyVerge
# Copyright (C) 2024 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.8.0\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\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: 2023-MO-DA HO:MI+ZONE\n"
"Project-Id-Version: Custom Product Tabs Lite for WooCommerce 1.9.0\n"
"Report-Msgid-Bugs-To: https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-10-29T15:26:46+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: woocommerce-custom-product-tabs-lite\n"

#. Plugin Name of the plugin
msgid "Custom Product Tabs Lite for WooCommerce"
msgstr ""

#. Plugin URI of the plugin
msgid "https://www.skyverge.com/product/woocommerce-custom-product-tabs-lite/"
msgstr ""

#. Description of the plugin
msgid "Extends WooCommerce to add a custom product view page tab"
msgstr ""

#. Author of the plugin
msgid "SkyVerge"
msgstr ""

#. Author URI of the plugin
msgid "http://www.skyverge.com/"
msgstr ""

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

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

Expand All @@ -43,31 +64,7 @@ msgstr ""
msgid "HTML and text to display."
msgstr ""

#. translators: Placeholders: %1$s - <strong>, %2$s - </strong>, %3$s - version number, %4$s + %6$s - <a> tags, %5$s - </a>
#: 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 ""
"%1$sCustom Product Tabs Lite for WooCommerce is inactive.%2$s This plugin "
"requires WooCommerce %3$s or newer. Please %4$sinstall WooCommerce %3$s or "
"newer%5$s, or %6$srun the WooCommerce database upgrade%5$s."
msgid "%1$sCustom Product Tabs Lite for WooCommerce is inactive.%2$s This plugin requires WooCommerce %3$s or newer. Please %4$sinstall WooCommerce %3$s or newer%5$s, or %6$srun the WooCommerce database upgrade%5$s."
msgstr ""

#. Plugin Name of the plugin/theme
msgid "Custom Product Tabs Lite for WooCommerce"
msgstr ""

#. Plugin URI of the plugin/theme
msgid "https://www.skyverge.com/product/woocommerce-custom-product-tabs-lite/"
msgstr ""

#. Description of the plugin/theme
msgid "Extends WooCommerce to add a custom product view page tab"
msgstr ""

#. Author of the plugin/theme
msgid "SkyVerge"
msgstr ""

#. Author URI of the plugin/theme
msgid "http://www.skyverge.com/"
msgstr ""
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.7
Stable tag: 1.9.0-dev.1
Tested up to: 6.6.2
Stable tag: 1.9.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 ==

= 2024.nn.nn - version 1.9.0-dev.1 =
= 2024.10.29 - version 1.9.0 =
* Fix - Ensure PHP 8.2+ compatibility
* Misc - Declare WordPress 6.7
* Misc - Declare WooCommerce 9.3.3 compatibility
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.9.0-dev.1
* Tested up to: 6.2.2
* Version: 1.9.0
* Tested up to: 6.6.2
* 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.9.0-dev.1';
const VERSION = '1.9.0';

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

0 comments on commit 3f2056e

Please sign in to comment.