Changeset 3259417
- Timestamp:
- 03/20/2025 07:54:54 PM (13 months ago)
- Location:
- woocommerce-product-tabs
- Files:
-
- 15 edited
- 1 copied
-
assets/blueprints/blueprint.json (modified) (2 diffs)
-
tags/2.1.10 (copied) (copied from woocommerce-product-tabs/trunk)
-
tags/2.1.10/SECURITY.md (modified) (1 diff)
-
tags/2.1.10/languages/woocommerce-product-tabs.pot (modified) (4 diffs)
-
tags/2.1.10/readme.txt (modified) (11 diffs)
-
tags/2.1.10/src/Admin/Wizard/Steps/Welcome.php (modified) (1 diff)
-
tags/2.1.10/src/Plugin.php (modified) (1 diff)
-
tags/2.1.10/vendor/composer/installed.php (modified) (2 diffs)
-
tags/2.1.10/woocommerce-product-tabs.php (modified) (2 diffs)
-
trunk/SECURITY.md (modified) (1 diff)
-
trunk/languages/woocommerce-product-tabs.pot (modified) (4 diffs)
-
trunk/readme.txt (modified) (11 diffs)
-
trunk/src/Admin/Wizard/Steps/Welcome.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woocommerce-product-tabs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-product-tabs/assets/blueprints/blueprint.json
r3058894 r3259417 35 35 { 36 36 "step": "runPHP", 37 "code": "<?php\ninclude 'wordpress/wp-load.php';\nwp_insert_post(array(\n'import_id' => 5,\n'post_title' => 'Soap','post_excerpt' => 'Welcome to the WooCommerce Product Tabs preview. Scroll down to see the extra tabs that we have added to this product.',\n\n'post_content' => '<!-- wp:paragraph -->\n<p>Welcome to the WooCommerce Product Tabspreview. This is the description.</p>\n<!-- \/wp:paragraph -->',\n'post_status' => 'publish',\n'post_type' => 'product',\n'post_author' => 1 ));"37 "code": "<?php\ninclude 'wordpress/wp-load.php';\nwp_insert_post(array(\n'import_id' => 5,\n'post_title' => 'Soap','post_excerpt' => 'Welcome to the Product Tabs for WooCommerce preview. Scroll down to see the extra tabs that we have added to this product.',\n\n'post_content' => '<!-- wp:paragraph -->\n<p>Welcome to the Product Tabs for WooCommerce preview. This is the description.</p>\n<!-- \/wp:paragraph -->',\n'post_status' => 'publish',\n'post_type' => 'product',\n'post_author' => 1 ));" 38 38 }, 39 39 { … … 72 72 "step": "setSiteOptions", 73 73 "options": { 74 "blogname": " WooCommerce Product Tabs(Free)"74 "blogname": "Product Tabs for WooCommerce (Free)" 75 75 } 76 76 } -
woocommerce-product-tabs/tags/2.1.10/SECURITY.md
r3019157 r3259417 3 3 ## Reporting a Vulnerability 4 4 5 Please report security bugs found in the source code for the * WooCommerce Product Tabs* plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/woocommerce-product-tabs).5 Please report security bugs found in the source code for the *Product Tabs for WooCommerce* plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/woocommerce-product-tabs). 6 6 7 7 The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin. -
woocommerce-product-tabs/tags/2.1.10/languages/woocommerce-product-tabs.pot
r2940825 r3259417 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Product Tabs2.0.21\n"5 "Project-Id-Version: Product Tabs for WooCommerce 2.0.21\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-product-tabs\n" … … 16 16 17 17 #. Plugin Name of the plugin/theme 18 msgid " WooCommerce Product Tabs"18 msgid "Product Tabs for WooCommerce" 19 19 msgstr "" 20 20 … … 189 189 #. Description of the plugin/theme 190 190 msgid "" 191 " WooCommerce Product Tabsis the best WordPress plugin to add new tabs for "191 "Product Tabs for WooCommerce is the best WordPress plugin to add new tabs for " 192 192 "WooCommerce products. You can add as many custom tabs as you need to the " 193 193 "product using this plugin." … … 214 214 #: public/class-woocommerce-product-tabs-public.php:187 215 215 msgctxt "admin menu" 216 msgid " WooCommerce Product Tabs"216 msgid "Product Tabs for WooCommerce" 217 217 msgstr "" 218 218 -
woocommerce-product-tabs/tags/2.1.10/readme.txt
r3253387 r3259417 1 === WooCommerce Product Tabs===1 === Product Tabs for WooCommerce === 2 2 3 3 Contributors: barn2media 4 Tags: woocommerce product tabs, woocommerce custom tabs, woocommerce tabs, woocommerce tab manager, woocommerce tabs plugin4 Tags: product tabs for woocommerce, woocommerce custom tabs, woocommerce tabs, woocommerce tab manager, woocommerce tabs plugin 5 5 Requires PHP: 7.4 6 6 Requires at least: 6.1 7 7 Tested up to: 6.7 8 Stable tag: 2.1. 98 Stable tag: 2.1.10 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 15 15 == Description == 16 16 17 WooCommerce Product Tabslets you add an unlimited number of extra tabs to any or all of your product pages.17 Product Tabs for WooCommerce lets you add an unlimited number of extra tabs to any or all of your product pages. 18 18 19 19 Each tab has a WYSIWYG editor which you can use to add absolutely any type of information to the product page. You can add HTML code, shortcodes, images, videos, audio embeds - the possibilities are endless! … … 21 21 https://youtu.be/kH3HtsMyE4Y?si=vXIgnKviIaIwAIAW 22 22 23 Adding extra tabs to product pages is an excellent way to provide more information to customers without adding clutter or affecting the layout. Here are some examples of popular uses for WooCommerce product tabs:23 Adding extra tabs to product pages is an excellent way to provide more information to customers without adding clutter or affecting the layout. Here are some examples of popular uses for Product Tabs for WooCommerce: 24 24 25 25 - **Extra product information** - Add a product specifications tab, downloads tab, FAQ tab, ingredients or materials tab, size guide, assembly/usage instructions, unboxing videos, demos, and 3D models. 26 26 - **Reassure customers** - Create WooCommerce product page tabs to showcase your certifications, warranty information, 27 27 - **Add social proof to the WooCommerce product page** - Add customers testimonials with photos and videos, or embed social media feeds. 28 - **Additional order information** - Add a shipping or delivery tab to your product pages, provide location-specific information and maps, or even a product enquiry tab by using WooCommerce Product Tabswith your favorite WordPress contact form plugin.28 - **Additional order information** - Add a shipping or delivery tab to your product pages, provide location-specific information and maps, or even a product enquiry tab by using Product Tabs for WooCommerce with your favorite WordPress contact form plugin. 29 29 - **Company background** - Customers love knowing who they’re ordering from. Add personality to your brand by adding a charitable causes tab, a sustainability tab, or a tab describing your company story and history. 30 30 - **Upsell related products** - Display related products or items from the same collection in an extra tab on the product page. This helps to increase your average order value. … … 36 36 [Homepage](https://barn2.com/wordpress-plugins/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) | [Documentation](https://barn2.com/kb/woocommerce-product-tabs-free-documentation/) | [Support](https://wordpress.org/support/plugin/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) | [Buy Pro](https://barn2.com/wordpress-plugins/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg#pricing) 37 37 38 ### WooCommerce Product Tabs(free) includes:###38 ###Product Tabs for WooCommerce (free) includes:### 39 39 40 40 - Create an unlimited number of WooCommerce product page tabs. … … 44 44 - Re-order tabs by setting priorities. 45 45 46 [** WooCommerce Product Tabs**](https://barn2.com/wordpress-plugins/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) **(Pro)** – our premium version adds lots more functionality to take your product tabs to the next level:46 [**Product Tabs for WooCommerce**](https://barn2.com/wordpress-plugins/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) **(Pro)** – our premium version adds lots more functionality to take your product tabs to the next level: 47 47 48 48 [View free & pro comparison table](https://barn2.com/kb/woocommerce-product-tabs-free-pro-comparison/) … … 58 58 59 59 ###Recommended integrations### 60 Use WooCommerce Product Tabswith other Barn2 plugins to add extra features to your product page tabs:60 Use Product Tabs for WooCommerce with other Barn2 plugins to add extra features to your product page tabs: 61 61 62 62 - [WooCommerce Quick View Pro](https://barn2.com/wordpress-plugins/woocommerce-quick-view-pro/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) - Add quick view buttons to your shop pages, with the extra tabs displayed in a product lightbox. No need for customers to visit separate product pages! … … 84 84 = Can I see a demo of the tab manager plugin in action? = 85 85 86 Absolutely! You can see the WooCommerce Product TabsPro plugin in action on the [demo site](https://producttabs.barn2.com/).86 Absolutely! You can see the Product Tabs for WooCommerce Pro plugin in action on the [demo site](https://producttabs.barn2.com/). 87 87 88 88 = How can I choose which products to display each tab on? = … … 96 96 = Where can I find the documentation? = 97 97 98 We have provided a [documentation page](https://barn2.com/kb/woocommerce-product-tabs-free-documentation/) for the free WooCommerce Product Tabsplugin, plus a full [knowledge base](https://barn2.com/kb-categories/product-tabs-documentation/) for the premium version.98 We have provided a [documentation page](https://barn2.com/kb/woocommerce-product-tabs-free-documentation/) for the free Product Tabs for WooCommerce plugin, plus a full [knowledge base](https://barn2.com/kb-categories/product-tabs-documentation/) for the premium version. 99 99 100 100 = Does this plugin work with all themes? = … … 104 104 = Where can I get support? = 105 105 106 For the free version of WooCommerce Product Tabs, you can use the support forum on wordpress.org - just click the ‘Support’ link above. The Pro version comes with premium support from our expert support team and guaranteed response times. You can request premium support via the Barn2 [Support Center](https://wordpress.org/support/plugin/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg).106 For the free version of Product Tabs for WooCommerce, you can use the support forum on wordpress.org - just click the ‘Support’ link above. The Pro version comes with premium support from our expert support team and guaranteed response times. You can request premium support via the Barn2 [Support Center](https://wordpress.org/support/plugin/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg). 107 107 108 108 = How can I add a new tab? = … … 131 131 == Changelog == 132 132 133 = 2.1.10 = 134 Release date 20 March 2025 135 136 * Tweak: Changed the plugin's name to Product Tabs for WooCommerce 137 133 138 = 2.1.9 = 134 139 Release date 10 March 2024 … … 330 335 331 336 == Upgrade Notice == 332 WooCommerce Product Tabs 333 337 Product Tabs for WooCommerce 338 -
woocommerce-product-tabs/tags/2.1.10/src/Admin/Wizard/Steps/Welcome.php
r3033369 r3259417 21 21 { 22 22 $this->set_id( 'welcome_free' ); 23 $this->set_title( 'Welcome to WooCommerce Product Tabs' );23 $this->set_title( 'Welcome to Product Tabs for WooCommerce' ); 24 24 $this->set_name( esc_html__( 'Welcome', 'woocommerce-product-tabs' ) ); 25 25 $this->set_tooltip( FALSE ); -
woocommerce-product-tabs/tags/2.1.10/src/Plugin.php
r3103652 r3259417 20 20 class Plugin extends Simple_Plugin { 21 21 22 const NAME = ' WooCommerce Product TabsFree';22 const NAME = 'Product Tabs for WooCommerce Free'; 23 23 const ITEM_ID = 559044; 24 24 -
woocommerce-product-tabs/tags/2.1.10/vendor/composer/installed.php
r3253387 r3259417 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 85c59a93ad5e27e5812c168deac75f280d62c4fb',6 'reference' => 'e672713a8228e31ba4b573165b6989197f759510', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 85c59a93ad5e27e5812c168deac75f280d62c4fb',16 'reference' => 'e672713a8228e31ba4b573165b6989197f759510', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
woocommerce-product-tabs/tags/2.1.10/woocommerce-product-tabs.php
r3253387 r3259417 9 9 * 10 10 * @wordpress-plugin 11 * Plugin Name: WooCommerce Product Tabs(Free)11 * Plugin Name: Product Tabs for WooCommerce (Free) 12 12 * Plugin URI: https://barn2.com/wordpress-plugins/woocommerce-product-tabs/ 13 13 * Description: Boost your product pages by adding custom tabs containing extra information. 14 * Version: 2.1. 914 * Version: 2.1.10 15 15 * Author: Barn2 Plugins 16 16 * Author URI: https://barn2.com … … 35 35 } 36 36 37 const PLUGIN_VERSION = '2.1. 9';37 const PLUGIN_VERSION = '2.1.10'; 38 38 const PLUGIN_FILE = __FILE__; 39 39 -
woocommerce-product-tabs/trunk/SECURITY.md
r3019157 r3259417 3 3 ## Reporting a Vulnerability 4 4 5 Please report security bugs found in the source code for the * WooCommerce Product Tabs* plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/woocommerce-product-tabs).5 Please report security bugs found in the source code for the *Product Tabs for WooCommerce* plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/woocommerce-product-tabs). 6 6 7 7 The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin. -
woocommerce-product-tabs/trunk/languages/woocommerce-product-tabs.pot
r2940825 r3259417 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Product Tabs2.0.21\n"5 "Project-Id-Version: Product Tabs for WooCommerce 2.0.21\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-product-tabs\n" … … 16 16 17 17 #. Plugin Name of the plugin/theme 18 msgid " WooCommerce Product Tabs"18 msgid "Product Tabs for WooCommerce" 19 19 msgstr "" 20 20 … … 189 189 #. Description of the plugin/theme 190 190 msgid "" 191 " WooCommerce Product Tabsis the best WordPress plugin to add new tabs for "191 "Product Tabs for WooCommerce is the best WordPress plugin to add new tabs for " 192 192 "WooCommerce products. You can add as many custom tabs as you need to the " 193 193 "product using this plugin." … … 214 214 #: public/class-woocommerce-product-tabs-public.php:187 215 215 msgctxt "admin menu" 216 msgid " WooCommerce Product Tabs"216 msgid "Product Tabs for WooCommerce" 217 217 msgstr "" 218 218 -
woocommerce-product-tabs/trunk/readme.txt
r3253387 r3259417 1 === WooCommerce Product Tabs===1 === Product Tabs for WooCommerce === 2 2 3 3 Contributors: barn2media 4 Tags: woocommerce product tabs, woocommerce custom tabs, woocommerce tabs, woocommerce tab manager, woocommerce tabs plugin4 Tags: product tabs for woocommerce, woocommerce custom tabs, woocommerce tabs, woocommerce tab manager, woocommerce tabs plugin 5 5 Requires PHP: 7.4 6 6 Requires at least: 6.1 7 7 Tested up to: 6.7 8 Stable tag: 2.1. 98 Stable tag: 2.1.10 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 15 15 == Description == 16 16 17 WooCommerce Product Tabslets you add an unlimited number of extra tabs to any or all of your product pages.17 Product Tabs for WooCommerce lets you add an unlimited number of extra tabs to any or all of your product pages. 18 18 19 19 Each tab has a WYSIWYG editor which you can use to add absolutely any type of information to the product page. You can add HTML code, shortcodes, images, videos, audio embeds - the possibilities are endless! … … 21 21 https://youtu.be/kH3HtsMyE4Y?si=vXIgnKviIaIwAIAW 22 22 23 Adding extra tabs to product pages is an excellent way to provide more information to customers without adding clutter or affecting the layout. Here are some examples of popular uses for WooCommerce product tabs:23 Adding extra tabs to product pages is an excellent way to provide more information to customers without adding clutter or affecting the layout. Here are some examples of popular uses for Product Tabs for WooCommerce: 24 24 25 25 - **Extra product information** - Add a product specifications tab, downloads tab, FAQ tab, ingredients or materials tab, size guide, assembly/usage instructions, unboxing videos, demos, and 3D models. 26 26 - **Reassure customers** - Create WooCommerce product page tabs to showcase your certifications, warranty information, 27 27 - **Add social proof to the WooCommerce product page** - Add customers testimonials with photos and videos, or embed social media feeds. 28 - **Additional order information** - Add a shipping or delivery tab to your product pages, provide location-specific information and maps, or even a product enquiry tab by using WooCommerce Product Tabswith your favorite WordPress contact form plugin.28 - **Additional order information** - Add a shipping or delivery tab to your product pages, provide location-specific information and maps, or even a product enquiry tab by using Product Tabs for WooCommerce with your favorite WordPress contact form plugin. 29 29 - **Company background** - Customers love knowing who they’re ordering from. Add personality to your brand by adding a charitable causes tab, a sustainability tab, or a tab describing your company story and history. 30 30 - **Upsell related products** - Display related products or items from the same collection in an extra tab on the product page. This helps to increase your average order value. … … 36 36 [Homepage](https://barn2.com/wordpress-plugins/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) | [Documentation](https://barn2.com/kb/woocommerce-product-tabs-free-documentation/) | [Support](https://wordpress.org/support/plugin/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) | [Buy Pro](https://barn2.com/wordpress-plugins/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg#pricing) 37 37 38 ### WooCommerce Product Tabs(free) includes:###38 ###Product Tabs for WooCommerce (free) includes:### 39 39 40 40 - Create an unlimited number of WooCommerce product page tabs. … … 44 44 - Re-order tabs by setting priorities. 45 45 46 [** WooCommerce Product Tabs**](https://barn2.com/wordpress-plugins/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) **(Pro)** – our premium version adds lots more functionality to take your product tabs to the next level:46 [**Product Tabs for WooCommerce**](https://barn2.com/wordpress-plugins/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) **(Pro)** – our premium version adds lots more functionality to take your product tabs to the next level: 47 47 48 48 [View free & pro comparison table](https://barn2.com/kb/woocommerce-product-tabs-free-pro-comparison/) … … 58 58 59 59 ###Recommended integrations### 60 Use WooCommerce Product Tabswith other Barn2 plugins to add extra features to your product page tabs:60 Use Product Tabs for WooCommerce with other Barn2 plugins to add extra features to your product page tabs: 61 61 62 62 - [WooCommerce Quick View Pro](https://barn2.com/wordpress-plugins/woocommerce-quick-view-pro/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg) - Add quick view buttons to your shop pages, with the extra tabs displayed in a product lightbox. No need for customers to visit separate product pages! … … 84 84 = Can I see a demo of the tab manager plugin in action? = 85 85 86 Absolutely! You can see the WooCommerce Product TabsPro plugin in action on the [demo site](https://producttabs.barn2.com/).86 Absolutely! You can see the Product Tabs for WooCommerce Pro plugin in action on the [demo site](https://producttabs.barn2.com/). 87 87 88 88 = How can I choose which products to display each tab on? = … … 96 96 = Where can I find the documentation? = 97 97 98 We have provided a [documentation page](https://barn2.com/kb/woocommerce-product-tabs-free-documentation/) for the free WooCommerce Product Tabsplugin, plus a full [knowledge base](https://barn2.com/kb-categories/product-tabs-documentation/) for the premium version.98 We have provided a [documentation page](https://barn2.com/kb/woocommerce-product-tabs-free-documentation/) for the free Product Tabs for WooCommerce plugin, plus a full [knowledge base](https://barn2.com/kb-categories/product-tabs-documentation/) for the premium version. 99 99 100 100 = Does this plugin work with all themes? = … … 104 104 = Where can I get support? = 105 105 106 For the free version of WooCommerce Product Tabs, you can use the support forum on wordpress.org - just click the ‘Support’ link above. The Pro version comes with premium support from our expert support team and guaranteed response times. You can request premium support via the Barn2 [Support Center](https://wordpress.org/support/plugin/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg).106 For the free version of Product Tabs for WooCommerce, you can use the support forum on wordpress.org - just click the ‘Support’ link above. The Pro version comes with premium support from our expert support team and guaranteed response times. You can request premium support via the Barn2 [Support Center](https://wordpress.org/support/plugin/woocommerce-product-tabs/?utm_source=wporg&utm_medium=freeplugin&utm_campaign=freepluginwporg&utm_content=wta-wporg). 107 107 108 108 = How can I add a new tab? = … … 131 131 == Changelog == 132 132 133 = 2.1.10 = 134 Release date 20 March 2025 135 136 * Tweak: Changed the plugin's name to Product Tabs for WooCommerce 137 133 138 = 2.1.9 = 134 139 Release date 10 March 2024 … … 330 335 331 336 == Upgrade Notice == 332 WooCommerce Product Tabs 333 337 Product Tabs for WooCommerce 338 -
woocommerce-product-tabs/trunk/src/Admin/Wizard/Steps/Welcome.php
r3033369 r3259417 21 21 { 22 22 $this->set_id( 'welcome_free' ); 23 $this->set_title( 'Welcome to WooCommerce Product Tabs' );23 $this->set_title( 'Welcome to Product Tabs for WooCommerce' ); 24 24 $this->set_name( esc_html__( 'Welcome', 'woocommerce-product-tabs' ) ); 25 25 $this->set_tooltip( FALSE ); -
woocommerce-product-tabs/trunk/src/Plugin.php
r3103652 r3259417 20 20 class Plugin extends Simple_Plugin { 21 21 22 const NAME = ' WooCommerce Product TabsFree';22 const NAME = 'Product Tabs for WooCommerce Free'; 23 23 const ITEM_ID = 559044; 24 24 -
woocommerce-product-tabs/trunk/vendor/composer/installed.php
r3253387 r3259417 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 85c59a93ad5e27e5812c168deac75f280d62c4fb',6 'reference' => 'e672713a8228e31ba4b573165b6989197f759510', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 85c59a93ad5e27e5812c168deac75f280d62c4fb',16 'reference' => 'e672713a8228e31ba4b573165b6989197f759510', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
woocommerce-product-tabs/trunk/woocommerce-product-tabs.php
r3253387 r3259417 9 9 * 10 10 * @wordpress-plugin 11 * Plugin Name: WooCommerce Product Tabs(Free)11 * Plugin Name: Product Tabs for WooCommerce (Free) 12 12 * Plugin URI: https://barn2.com/wordpress-plugins/woocommerce-product-tabs/ 13 13 * Description: Boost your product pages by adding custom tabs containing extra information. 14 * Version: 2.1. 914 * Version: 2.1.10 15 15 * Author: Barn2 Plugins 16 16 * Author URI: https://barn2.com … … 35 35 } 36 36 37 const PLUGIN_VERSION = '2.1. 9';37 const PLUGIN_VERSION = '2.1.10'; 38 38 const PLUGIN_FILE = __FILE__; 39 39
Note: See TracChangeset
for help on using the changeset viewer.