Changeset 2944583
- Timestamp:
- 07/28/2023 11:16:23 AM (3 years ago)
- Location:
- woocommerce-custom-product-tabs-lite/trunk
- Files:
-
- 1 deleted
- 3 edited
-
build (deleted)
-
i18n/languages/woocommerce-custom-product-tabs-lite.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woocommerce-custom-product-tabs-lite.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-custom-product-tabs-lite/trunk/i18n/languages/woocommerce-custom-product-tabs-lite.pot
r2827929 r2944583 1 # Copyright (C) 202 2SkyVerge1 # Copyright (C) 2023 SkyVerge 2 2 # This file is distributed under the GNU General Public License v3.0. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Custom Product Tabs Lite for WooCommerce 1. 7.8\n"5 "Project-Id-Version: Custom Product Tabs Lite for WooCommerce 1.8.0\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://woocommerce.com/my-account/marketplace-ticket-form/\n" 8 "POT-Creation-Date: 202 2-12-02 21:01:11+00:00\n"8 "POT-Creation-Date: 2023-07-28 11:15:57+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 2-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" 15 15 16 #: woocommerce-custom-product-tabs-lite.php: 8116 #: woocommerce-custom-product-tabs-lite.php:102 17 17 #. translators: Placeholders: %s - plugin name 18 18 msgid "You cannot clone instances of %s." 19 19 msgstr "" 20 20 21 #: woocommerce-custom-product-tabs-lite.php: 9221 #: woocommerce-custom-product-tabs-lite.php:113 22 22 #. translators: Placeholders: %s - plugin name 23 23 msgid "You cannot unserialize instances of %s." 24 24 msgstr "" 25 25 26 #: woocommerce-custom-product-tabs-lite.php:2 0426 #: woocommerce-custom-product-tabs-lite.php:225 27 27 msgid "Custom Tab" 28 28 msgstr "" 29 29 30 #: woocommerce-custom-product-tabs-lite.php:2 3830 #: woocommerce-custom-product-tabs-lite.php:259 31 31 msgid "Tab Title" 32 32 msgstr "" 33 33 34 #: woocommerce-custom-product-tabs-lite.php:2 3934 #: woocommerce-custom-product-tabs-lite.php:260 35 35 msgid "Required for tab to be visible" 36 36 msgstr "" 37 37 38 #: woocommerce-custom-product-tabs-lite.php:2 4538 #: woocommerce-custom-product-tabs-lite.php:266 39 39 msgid "Content" 40 40 msgstr "" 41 41 42 #: woocommerce-custom-product-tabs-lite.php:2 4642 #: woocommerce-custom-product-tabs-lite.php:267 43 43 msgid "HTML and text to display." 44 44 msgstr "" 45 45 46 #: woocommerce-custom-product-tabs-lite.php:4 0646 #: woocommerce-custom-product-tabs-lite.php:427 47 47 #. translators: Placeholders: %1$s - <strong>, %2$s - </strong>, %3$s - version 48 48 #. number, %4$s + %6$s - <a> tags, %5$s - </a> -
woocommerce-custom-product-tabs-lite/trunk/readme.txt
r2827929 r2944583 4 4 Requires at least: 5.6 5 5 Requires PHP: 7.4 6 Tested up to: 6. 1.17 Stable tag: 1. 7.86 Tested up to: 6.2.2 7 Stable tag: 1.8.0 8 8 9 9 This plugin extends WooCommerce by allowing a custom product tab to be created with any content. … … 81 81 82 82 == Changelog == 83 84 = 2023.07.28 - version 1.8.0 = 85 * Misc - Add compatibility for WooCommerce High Performance Order Storage (HPOS) 83 86 84 87 = 2022.12.02 - version 1.7.8 = -
woocommerce-custom-product-tabs-lite/trunk/woocommerce-custom-product-tabs-lite.php
r2827929 r2944583 6 6 * Author: SkyVerge 7 7 * Author URI: http://www.skyverge.com/ 8 * Version: 1. 7.89 * Tested up to: 6. 1.18 * Version: 1.8.0 9 * Tested up to: 6.2.2 10 10 * Text Domain: woocommerce-custom-product-tabs-lite 11 11 * Domain Path: /i18n/languages/ 12 12 * 13 * Copyright: (c) 2012-202 2, SkyVerge, Inc. (info@skyverge.com)13 * Copyright: (c) 2012-2023, SkyVerge, Inc. (info@skyverge.com) 14 14 * 15 15 * License: GNU General Public License v3.0 … … 17 17 * 18 18 * @author SkyVerge 19 * @copyright Copyright (c) 2012-202 2, SkyVerge, Inc. (info@skyverge.com)19 * @copyright Copyright (c) 2012-2023, SkyVerge, Inc. (info@skyverge.com) 20 20 * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0 21 21 * 22 22 * WC requires at least: 3.9.4 23 * WC tested up to: 7. 1.023 * WC tested up to: 7.9.0 24 24 */ 25 25 … … 41 41 42 42 /** plugin version number */ 43 const VERSION = '1. 7.8';43 const VERSION = '1.8.0'; 44 44 45 45 /** required WooCommerce version number */ … … 57 57 58 58 /** 59 * Gets things started by adding an action to initialize this plugin once 60 * WooCommerce is known to be active and initialized 59 * Gets things started by adding an action to initialize this plugin once WooCommerce is known to be active and initialized. 60 * 61 * @since 1.0.0 61 62 */ 62 63 public function __construct() { … … 69 70 add_action( 'init', array( $this, 'load_translation' ) ); 70 71 add_action( 'woocommerce_init', array( $this, 'init' ) ); 72 73 // handle HPOS compatibility 74 add_action( 'before_woocommerce_init', [ $this, 'handle_hpos_compatibility' ] ); 75 } 76 77 78 /** 79 * Declares HPOS compatibility. 80 * 81 * @since 1.8.0 82 * 83 * @internal 84 * 85 * @return void 86 */ 87 public function handle_hpos_compatibility() 88 { 89 if ( class_exists(\Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 90 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', plugin_basename( __FILE__ ), true ); 91 } 71 92 } 72 93
Note: See TracChangeset
for help on using the changeset viewer.