Changeset 3401819
- Timestamp:
- 11/24/2025 12:01:38 PM (7 weeks ago)
- Location:
- product-tabs-manager
- Files:
-
- 14 added
- 12 deleted
- 14 edited
- 1 copied
-
tags/1.2.4 (copied) (copied from product-tabs-manager/trunk)
-
tags/1.2.4/assets/css/black-friday-rtl.css (added)
-
tags/1.2.4/assets/css/black-friday.asset.php (added)
-
tags/1.2.4/assets/css/black-friday.css (added)
-
tags/1.2.4/assets/css/halloween-rtl.css (deleted)
-
tags/1.2.4/assets/css/halloween.asset.php (deleted)
-
tags/1.2.4/assets/css/halloween.css (deleted)
-
tags/1.2.4/assets/images/black-friday-banner.3a36692a.png (added)
-
tags/1.2.4/assets/images/black-friday-banner.png (added)
-
tags/1.2.4/assets/images/black-friday-icon.png (added)
-
tags/1.2.4/assets/images/halloween-banner.svg (deleted)
-
tags/1.2.4/assets/images/halloween-icon.svg (deleted)
-
tags/1.2.4/includes/Admin/Admin.php (modified) (1 diff)
-
tags/1.2.4/includes/Admin/Notices.php (modified) (2 diffs)
-
tags/1.2.4/includes/Admin/views/notices/black-friday.php (added)
-
tags/1.2.4/includes/Admin/views/notices/halloween.php (deleted)
-
tags/1.2.4/languages/product-tabs-manager.pot (modified) (4 diffs)
-
tags/1.2.4/product-tabs-manager.php (modified) (1 diff)
-
tags/1.2.4/readme.txt (modified) (5 diffs)
-
tags/1.2.4/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.2.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/assets/css/black-friday-rtl.css (added)
-
trunk/assets/css/black-friday.asset.php (added)
-
trunk/assets/css/black-friday.css (added)
-
trunk/assets/css/halloween-rtl.css (deleted)
-
trunk/assets/css/halloween.asset.php (deleted)
-
trunk/assets/css/halloween.css (deleted)
-
trunk/assets/images/black-friday-banner.3a36692a.png (added)
-
trunk/assets/images/black-friday-banner.png (added)
-
trunk/assets/images/black-friday-icon.png (added)
-
trunk/assets/images/halloween-banner.svg (deleted)
-
trunk/assets/images/halloween-icon.svg (deleted)
-
trunk/includes/Admin/Admin.php (modified) (1 diff)
-
trunk/includes/Admin/Notices.php (modified) (2 diffs)
-
trunk/includes/Admin/views/notices/black-friday.php (added)
-
trunk/includes/Admin/views/notices/halloween.php (deleted)
-
trunk/languages/product-tabs-manager.pot (modified) (4 diffs)
-
trunk/product-tabs-manager.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-tabs-manager/tags/1.2.4/includes/Admin/Admin.php
r3383247 r3401819 75 75 wp_enqueue_style( 'bytekit-layout' ); 76 76 77 product_tabs_manager()->scripts->enqueue_style( 'ptabsm-halloween', 'css/halloween.css' ); 77 // TODO: Remove black friday styles later. 78 product_tabs_manager()->scripts->enqueue_style( 'ptabsm-black-friday', 'css/black-friday.css' ); 79 78 80 product_tabs_manager()->scripts->register_style( 'ptabsm-admin', 'css/admin.css' ); 79 81 product_tabs_manager()->scripts->register_script( 'ptabsm-admin', 'js/admin.js' ); -
product-tabs-manager/tags/1.2.4/includes/Admin/Notices.php
r3383247 r3401819 31 31 32 32 // phpcs:disable 33 // TODO: Uncomment the below code when halloweenoffer is over.33 // TODO: Uncomment the below code when Black Friday offer is over. 34 34 /* 35 35 if ( ! defined( 'PTABSM_PRO_VERSION' ) ) { … … 46 46 // phpcs:enable 47 47 48 // Halloweenoffer notice.49 $ halloween_end_time = date_i18n( strtotime( '2025-11-0800:00:00' ) );50 if ( $current_time < $halloween_end_time ) {48 // Black Friday offer notice. 49 $black_friday_end_time = date_i18n( strtotime( '2025-12-05 00:00:00' ) ); 50 if ( ! defined( 'PTABSM_PRO_VERSION' ) && $current_time < $black_friday_end_time ) { 51 51 product_tabs_manager()->notices->add( 52 52 array( 53 'message' => __DIR__ . '/views/notices/ halloween.php',53 'message' => __DIR__ . '/views/notices/black-friday.php', 54 54 'dismissible' => false, 55 'notice_id' => 'ptabsm_ halloween_promo_2025',56 'style' => 'border-left-color: # 8500ff;',57 'class' => 'notice- halloween',55 'notice_id' => 'ptabsm_black_friday_promo_2025', 56 'style' => 'border-left-color: #000000;', 57 'class' => 'notice-black-friday', 58 58 ) 59 59 ); -
product-tabs-manager/tags/1.2.4/languages/product-tabs-manager.pot
r3383247 r3401819 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Product Tabs Manager 1.2. 3\n"5 "Project-Id-Version: Product Tabs Manager 1.2.4\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://pluginever.com/plugins/product-tabs-manager-pro/\n" 8 "POT-Creation-Date: 2025-1 0-23 10:00:57+00:00\n"8 "POT-Creation-Date: 2025-11-24 11:50:27+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 54 54 msgstr "" 55 55 56 #: includes/Admin/Admin.php: 8956 #: includes/Admin/Admin.php:91 57 57 msgid "Select categories" 58 58 msgstr "" 59 59 60 #: includes/Admin/Admin.php:9 060 #: includes/Admin/Admin.php:92 61 61 msgid "Select products" 62 62 msgstr "" 63 63 64 #: includes/Admin/Admin.php:9 164 #: includes/Admin/Admin.php:93 65 65 msgid "Select user role" 66 66 msgstr "" 67 67 68 #: includes/Admin/Admin.php:11 168 #: includes/Admin/Admin.php:113 69 69 #. translators: 1: Plugin name 2: WordPress 70 70 msgid "" … … 73 73 msgstr "" 74 74 75 #: includes/Admin/Admin.php:11 375 #: includes/Admin/Admin.php:115 76 76 msgid "Thanks :)" 77 77 msgstr "" 78 78 79 #: includes/Admin/Admin.php:13 179 #: includes/Admin/Admin.php:133 80 80 #. translators: 1: Plugin version 81 81 msgid "Version %s" … … 447 447 msgstr "" 448 448 449 #: includes/Admin/views/notices/ halloween.php:22450 msgid " Limited Time Offer! PluginEver Halloween Sale: 30% OFF!!"451 msgstr "" 452 453 #: includes/Admin/views/notices/ halloween.php:29454 #. translators: 1. Offer Percentage, 2. Coupon Code.455 msgid "" 456 " Spectacular Halloween Deal! Get %1$s on all premium plugins with code %2$s."457 " Don't miss out — this offer vanishes soon! 👻"458 msgstr "" 459 460 #: includes/Admin/views/notices/ halloween.php:42449 #: includes/Admin/views/notices/black-friday.php:19 450 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Product Tabs Manager Pro !!" 451 msgstr "" 452 453 #: includes/Admin/views/notices/black-friday.php:26 454 #. translators: 1. Offer Percentage, 2. Coupon Code. 455 msgid "" 456 "Unlock premium features at an unbeatable price this Black Friday! Enjoy " 457 "%1$s on Product Tabs Manager Pro with code %2$s. Hurry, this deal ends soon!" 458 msgstr "" 459 460 #: includes/Admin/views/notices/black-friday.php:38 461 461 msgid "Claim your discount!!" 462 462 msgstr "" 463 463 464 #: includes/Admin/views/notices/ halloween.php:46464 #: includes/Admin/views/notices/black-friday.php:42 465 465 msgid "Remind me later" 466 466 msgstr "" 467 467 468 #: includes/Admin/views/notices/ halloween.php:50468 #: includes/Admin/views/notices/black-friday.php:46 469 469 msgid "Never show this again!" 470 msgstr ""471 472 #: includes/Admin/views/notices/halloween.php:54473 msgid "DISMISS"474 msgstr ""475 476 #: includes/Admin/views/notices/halloween.php:57477 msgid "Valid until November 8, 2025"478 470 msgstr "" 479 471 -
product-tabs-manager/tags/1.2.4/product-tabs-manager.php
r3383247 r3401819 4 4 * Plugin URI: https://pluginever.com/plugins/product-tabs-manager-pro/ 5 5 * Description: Tailor your WooCommerce product tabs effortlessly with our customizable plugin. 6 * Version: 1.2. 36 * Version: 1.2.4 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 -
product-tabs-manager/tags/1.2.4/readme.txt
r3383247 r3401819 3 3 Tags: woocommerce tabs, woocommerce product tabs, custom tab, product tabs, woocommerce custom tabs 4 4 Tested up to: 6.8 5 Stable tag: 1.2. 35 Stable tag: 1.2.4 6 6 License: GPL v2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 28 28 ✅ **Seamless WooCommerce Integration:** Built exclusively for WooCommerce for reliable performance. 29 29 ✅ **Advanced Styling Options:** Add custom CSS or icons for a professional look. 30 31 30 32 31 ### 🌟 Core Features (Free) … … 54 53 🔸 **Category-Specific Tabs:** Set up tabs specific to product categories for targeted information. 55 54 56 57 55 ### 🔮 Upcoming Features 58 56 🌟 **Dynamic Attribute-Based Tabs:** Automatically create tabs based on product attributes like size, color, or specifications. … … 72 70 ### Explore Some of Our Top Rated Plugins 73 71 [**WC Key Manager**](https://wordpress.org/plugins/wc-key-manager/) | [**WC Min Max Quantities**](https://wordpress.org/plugins/wc-min-max-quantities/) 74 75 72 76 73 ### 🛠️ How It Works … … 137 134 138 135 == Changelog == 136 = 1.2.4 (24th November 2025) = 137 * Enhance: Update the plugin notices. 138 * Fix: Few known issues are fixed. 139 139 140 = 1.2.3 (23rd October 2025) = 140 141 * Enhance: Update the plugin notices. -
product-tabs-manager/tags/1.2.4/vendor/composer/autoload_static.php
r3340350 r3401819 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( 10 'P' => 10 'P' => 11 11 array ( 12 12 'ProductTabsManager\\' => 19, … … 15 15 16 16 public static $prefixDirsPsr4 = array ( 17 'ProductTabsManager\\' => 17 'ProductTabsManager\\' => 18 18 array ( 19 19 0 => __DIR__ . '/../..' . '/includes', -
product-tabs-manager/tags/1.2.4/vendor/composer/installed.php
r3383247 r3401819 2 2 'root' => array( 3 3 'name' => 'pluginever/product-tabs-manager', 4 'pretty_version' => 'v1.2. 3',5 'version' => '1.2. 3.0',6 'reference' => ' a79292c1a1bdc3ee9bb35dd80809473fa0df3791',4 'pretty_version' => 'v1.2.4', 5 'version' => '1.2.4.0', 6 'reference' => '235de50a0424ea5015786d9be02250b6d41eb68c', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'pluginever/product-tabs-manager' => array( 23 'pretty_version' => 'v1.2. 3',24 'version' => '1.2. 3.0',25 'reference' => ' a79292c1a1bdc3ee9bb35dd80809473fa0df3791',23 'pretty_version' => 'v1.2.4', 24 'version' => '1.2.4.0', 25 'reference' => '235de50a0424ea5015786d9be02250b6d41eb68c', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
product-tabs-manager/trunk/includes/Admin/Admin.php
r3383247 r3401819 75 75 wp_enqueue_style( 'bytekit-layout' ); 76 76 77 product_tabs_manager()->scripts->enqueue_style( 'ptabsm-halloween', 'css/halloween.css' ); 77 // TODO: Remove black friday styles later. 78 product_tabs_manager()->scripts->enqueue_style( 'ptabsm-black-friday', 'css/black-friday.css' ); 79 78 80 product_tabs_manager()->scripts->register_style( 'ptabsm-admin', 'css/admin.css' ); 79 81 product_tabs_manager()->scripts->register_script( 'ptabsm-admin', 'js/admin.js' ); -
product-tabs-manager/trunk/includes/Admin/Notices.php
r3383247 r3401819 31 31 32 32 // phpcs:disable 33 // TODO: Uncomment the below code when halloweenoffer is over.33 // TODO: Uncomment the below code when Black Friday offer is over. 34 34 /* 35 35 if ( ! defined( 'PTABSM_PRO_VERSION' ) ) { … … 46 46 // phpcs:enable 47 47 48 // Halloweenoffer notice.49 $ halloween_end_time = date_i18n( strtotime( '2025-11-0800:00:00' ) );50 if ( $current_time < $halloween_end_time ) {48 // Black Friday offer notice. 49 $black_friday_end_time = date_i18n( strtotime( '2025-12-05 00:00:00' ) ); 50 if ( ! defined( 'PTABSM_PRO_VERSION' ) && $current_time < $black_friday_end_time ) { 51 51 product_tabs_manager()->notices->add( 52 52 array( 53 'message' => __DIR__ . '/views/notices/ halloween.php',53 'message' => __DIR__ . '/views/notices/black-friday.php', 54 54 'dismissible' => false, 55 'notice_id' => 'ptabsm_ halloween_promo_2025',56 'style' => 'border-left-color: # 8500ff;',57 'class' => 'notice- halloween',55 'notice_id' => 'ptabsm_black_friday_promo_2025', 56 'style' => 'border-left-color: #000000;', 57 'class' => 'notice-black-friday', 58 58 ) 59 59 ); -
product-tabs-manager/trunk/languages/product-tabs-manager.pot
r3383247 r3401819 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Product Tabs Manager 1.2. 3\n"5 "Project-Id-Version: Product Tabs Manager 1.2.4\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://pluginever.com/plugins/product-tabs-manager-pro/\n" 8 "POT-Creation-Date: 2025-1 0-23 10:00:57+00:00\n"8 "POT-Creation-Date: 2025-11-24 11:50:27+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 54 54 msgstr "" 55 55 56 #: includes/Admin/Admin.php: 8956 #: includes/Admin/Admin.php:91 57 57 msgid "Select categories" 58 58 msgstr "" 59 59 60 #: includes/Admin/Admin.php:9 060 #: includes/Admin/Admin.php:92 61 61 msgid "Select products" 62 62 msgstr "" 63 63 64 #: includes/Admin/Admin.php:9 164 #: includes/Admin/Admin.php:93 65 65 msgid "Select user role" 66 66 msgstr "" 67 67 68 #: includes/Admin/Admin.php:11 168 #: includes/Admin/Admin.php:113 69 69 #. translators: 1: Plugin name 2: WordPress 70 70 msgid "" … … 73 73 msgstr "" 74 74 75 #: includes/Admin/Admin.php:11 375 #: includes/Admin/Admin.php:115 76 76 msgid "Thanks :)" 77 77 msgstr "" 78 78 79 #: includes/Admin/Admin.php:13 179 #: includes/Admin/Admin.php:133 80 80 #. translators: 1: Plugin version 81 81 msgid "Version %s" … … 447 447 msgstr "" 448 448 449 #: includes/Admin/views/notices/ halloween.php:22450 msgid " Limited Time Offer! PluginEver Halloween Sale: 30% OFF!!"451 msgstr "" 452 453 #: includes/Admin/views/notices/ halloween.php:29454 #. translators: 1. Offer Percentage, 2. Coupon Code.455 msgid "" 456 " Spectacular Halloween Deal! Get %1$s on all premium plugins with code %2$s."457 " Don't miss out — this offer vanishes soon! 👻"458 msgstr "" 459 460 #: includes/Admin/views/notices/ halloween.php:42449 #: includes/Admin/views/notices/black-friday.php:19 450 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Product Tabs Manager Pro !!" 451 msgstr "" 452 453 #: includes/Admin/views/notices/black-friday.php:26 454 #. translators: 1. Offer Percentage, 2. Coupon Code. 455 msgid "" 456 "Unlock premium features at an unbeatable price this Black Friday! Enjoy " 457 "%1$s on Product Tabs Manager Pro with code %2$s. Hurry, this deal ends soon!" 458 msgstr "" 459 460 #: includes/Admin/views/notices/black-friday.php:38 461 461 msgid "Claim your discount!!" 462 462 msgstr "" 463 463 464 #: includes/Admin/views/notices/ halloween.php:46464 #: includes/Admin/views/notices/black-friday.php:42 465 465 msgid "Remind me later" 466 466 msgstr "" 467 467 468 #: includes/Admin/views/notices/ halloween.php:50468 #: includes/Admin/views/notices/black-friday.php:46 469 469 msgid "Never show this again!" 470 msgstr ""471 472 #: includes/Admin/views/notices/halloween.php:54473 msgid "DISMISS"474 msgstr ""475 476 #: includes/Admin/views/notices/halloween.php:57477 msgid "Valid until November 8, 2025"478 470 msgstr "" 479 471 -
product-tabs-manager/trunk/product-tabs-manager.php
r3383247 r3401819 4 4 * Plugin URI: https://pluginever.com/plugins/product-tabs-manager-pro/ 5 5 * Description: Tailor your WooCommerce product tabs effortlessly with our customizable plugin. 6 * Version: 1.2. 36 * Version: 1.2.4 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 -
product-tabs-manager/trunk/readme.txt
r3383247 r3401819 3 3 Tags: woocommerce tabs, woocommerce product tabs, custom tab, product tabs, woocommerce custom tabs 4 4 Tested up to: 6.8 5 Stable tag: 1.2. 35 Stable tag: 1.2.4 6 6 License: GPL v2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 28 28 ✅ **Seamless WooCommerce Integration:** Built exclusively for WooCommerce for reliable performance. 29 29 ✅ **Advanced Styling Options:** Add custom CSS or icons for a professional look. 30 31 30 32 31 ### 🌟 Core Features (Free) … … 54 53 🔸 **Category-Specific Tabs:** Set up tabs specific to product categories for targeted information. 55 54 56 57 55 ### 🔮 Upcoming Features 58 56 🌟 **Dynamic Attribute-Based Tabs:** Automatically create tabs based on product attributes like size, color, or specifications. … … 72 70 ### Explore Some of Our Top Rated Plugins 73 71 [**WC Key Manager**](https://wordpress.org/plugins/wc-key-manager/) | [**WC Min Max Quantities**](https://wordpress.org/plugins/wc-min-max-quantities/) 74 75 72 76 73 ### 🛠️ How It Works … … 137 134 138 135 == Changelog == 136 = 1.2.4 (24th November 2025) = 137 * Enhance: Update the plugin notices. 138 * Fix: Few known issues are fixed. 139 139 140 = 1.2.3 (23rd October 2025) = 140 141 * Enhance: Update the plugin notices. -
product-tabs-manager/trunk/vendor/composer/autoload_static.php
r3340350 r3401819 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( 10 'P' => 10 'P' => 11 11 array ( 12 12 'ProductTabsManager\\' => 19, … … 15 15 16 16 public static $prefixDirsPsr4 = array ( 17 'ProductTabsManager\\' => 17 'ProductTabsManager\\' => 18 18 array ( 19 19 0 => __DIR__ . '/../..' . '/includes', -
product-tabs-manager/trunk/vendor/composer/installed.php
r3383247 r3401819 2 2 'root' => array( 3 3 'name' => 'pluginever/product-tabs-manager', 4 'pretty_version' => 'v1.2. 3',5 'version' => '1.2. 3.0',6 'reference' => ' a79292c1a1bdc3ee9bb35dd80809473fa0df3791',4 'pretty_version' => 'v1.2.4', 5 'version' => '1.2.4.0', 6 'reference' => '235de50a0424ea5015786d9be02250b6d41eb68c', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'pluginever/product-tabs-manager' => array( 23 'pretty_version' => 'v1.2. 3',24 'version' => '1.2. 3.0',25 'reference' => ' a79292c1a1bdc3ee9bb35dd80809473fa0df3791',23 'pretty_version' => 'v1.2.4', 24 'version' => '1.2.4.0', 25 'reference' => '235de50a0424ea5015786d9be02250b6d41eb68c', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.