Plugin Directory

Changeset 3401819


Ignore:
Timestamp:
11/24/2025 12:01:38 PM (7 weeks ago)
Author:
pluginever
Message:

Update to version 1.2.4

Location:
product-tabs-manager
Files:
14 added
12 deleted
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • product-tabs-manager/tags/1.2.4/includes/Admin/Admin.php

    r3383247 r3401819  
    7575        wp_enqueue_style( 'bytekit-layout' );
    7676
    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
    7880        product_tabs_manager()->scripts->register_style( 'ptabsm-admin', 'css/admin.css' );
    7981        product_tabs_manager()->scripts->register_script( 'ptabsm-admin', 'js/admin.js' );
  • product-tabs-manager/tags/1.2.4/includes/Admin/Notices.php

    r3383247 r3401819  
    3131
    3232        // phpcs:disable
    33         // TODO: Uncomment the below code when halloween offer is over.
     33        // TODO: Uncomment the below code when Black Friday offer is over.
    3434        /*
    3535        if ( ! defined( 'PTABSM_PRO_VERSION' ) ) {
     
    4646        // phpcs:enable
    4747
    48         // Halloween offer notice.
    49         $halloween_end_time = date_i18n( strtotime( '2025-11-08 00: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 ) {
    5151            product_tabs_manager()->notices->add(
    5252                array(
    53                     'message'     => __DIR__ . '/views/notices/halloween.php',
     53                    'message'     => __DIR__ . '/views/notices/black-friday.php',
    5454                    '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',
    5858                )
    5959            );
  • product-tabs-manager/tags/1.2.4/languages/product-tabs-manager.pot

    r3383247 r3401819  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Product Tabs Manager 1.2.3\n"
     5"Project-Id-Version: Product Tabs Manager 1.2.4\n"
    66"Report-Msgid-Bugs-To: "
    77"https://pluginever.com/plugins/product-tabs-manager-pro/\n"
    8 "POT-Creation-Date: 2025-10-23 10:00:57+00:00\n"
     8"POT-Creation-Date: 2025-11-24 11:50:27+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    5454msgstr ""
    5555
    56 #: includes/Admin/Admin.php:89
     56#: includes/Admin/Admin.php:91
    5757msgid "Select categories"
    5858msgstr ""
    5959
    60 #: includes/Admin/Admin.php:90
     60#: includes/Admin/Admin.php:92
    6161msgid "Select products"
    6262msgstr ""
    6363
    64 #: includes/Admin/Admin.php:91
     64#: includes/Admin/Admin.php:93
    6565msgid "Select user role"
    6666msgstr ""
    6767
    68 #: includes/Admin/Admin.php:111
     68#: includes/Admin/Admin.php:113
    6969#. translators: 1: Plugin name 2: WordPress
    7070msgid ""
     
    7373msgstr ""
    7474
    75 #: includes/Admin/Admin.php:113
     75#: includes/Admin/Admin.php:115
    7676msgid "Thanks :)"
    7777msgstr ""
    7878
    79 #: includes/Admin/Admin.php:131
     79#: includes/Admin/Admin.php:133
    8080#. translators: 1: Plugin version
    8181msgid "Version %s"
     
    447447msgstr ""
    448448
    449 #: includes/Admin/views/notices/halloween.php:22
    450 msgid "Limited Time Offer! PluginEver Halloween Sale: 30% OFF!!"
    451 msgstr ""
    452 
    453 #: includes/Admin/views/notices/halloween.php:29
    454 #. 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:42
     449#: includes/Admin/views/notices/black-friday.php:19
     450msgid "Black Friday Mega Sale! Get Flat 40% OFF on Product Tabs Manager Pro !!"
     451msgstr ""
     452
     453#: includes/Admin/views/notices/black-friday.php:26
     454#. translators: 1. Offer Percentage, 2. Coupon Code.
     455msgid ""
     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!"
     458msgstr ""
     459
     460#: includes/Admin/views/notices/black-friday.php:38
    461461msgid "Claim your discount!!"
    462462msgstr ""
    463463
    464 #: includes/Admin/views/notices/halloween.php:46
     464#: includes/Admin/views/notices/black-friday.php:42
    465465msgid "Remind me later"
    466466msgstr ""
    467467
    468 #: includes/Admin/views/notices/halloween.php:50
     468#: includes/Admin/views/notices/black-friday.php:46
    469469msgid "Never show this again!"
    470 msgstr ""
    471 
    472 #: includes/Admin/views/notices/halloween.php:54
    473 msgid "DISMISS"
    474 msgstr ""
    475 
    476 #: includes/Admin/views/notices/halloween.php:57
    477 msgid "Valid until November 8, 2025"
    478470msgstr ""
    479471
  • product-tabs-manager/tags/1.2.4/product-tabs-manager.php

    r3383247 r3401819  
    44 * Plugin URI:           https://pluginever.com/plugins/product-tabs-manager-pro/
    55 * Description:          Tailor your WooCommerce product tabs effortlessly with our customizable plugin.
    6  * Version:              1.2.3
     6 * Version:              1.2.4
    77 * Requires at least:    5.2
    88 * Requires PHP:         7.4
  • product-tabs-manager/tags/1.2.4/readme.txt

    r3383247 r3401819  
    33Tags: woocommerce tabs, woocommerce product tabs, custom tab, product tabs, woocommerce custom tabs
    44Tested up to: 6.8
    5 Stable tag: 1.2.3
     5Stable tag: 1.2.4
    66License: GPL v2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2828✅ **Seamless WooCommerce Integration:** Built exclusively for WooCommerce for reliable performance.
    2929✅ **Advanced Styling Options:** Add custom CSS or icons for a professional look.
    30 
    3130
    3231### 🌟 Core Features (Free)
     
    5453🔸 **Category-Specific Tabs:** Set up tabs specific to product categories for targeted information.
    5554
    56 
    5755### 🔮 Upcoming Features
    5856🌟 **Dynamic Attribute-Based Tabs:** Automatically create tabs based on product attributes like size, color, or specifications.
     
    7270### Explore Some of Our Top Rated Plugins
    7371[**WC Key Manager**](https://wordpress.org/plugins/wc-key-manager/) | [**WC Min Max Quantities**](https://wordpress.org/plugins/wc-min-max-quantities/)
    74 
    7572
    7673### 🛠️ How It Works
     
    137134
    138135== Changelog ==
     136= 1.2.4 (24th November 2025) =
     137* Enhance: Update the plugin notices.
     138* Fix: Few known issues are fixed.
     139
    139140= 1.2.3 (23rd October 2025) =
    140141* Enhance: Update the plugin notices.
  • product-tabs-manager/tags/1.2.4/vendor/composer/autoload_static.php

    r3340350 r3401819  
    88{
    99    public static $prefixLengthsPsr4 = array (
    10         'P' => 
     10        'P' =>
    1111        array (
    1212            'ProductTabsManager\\' => 19,
     
    1515
    1616    public static $prefixDirsPsr4 = array (
    17         'ProductTabsManager\\' => 
     17        'ProductTabsManager\\' =>
    1818        array (
    1919            0 => __DIR__ . '/../..' . '/includes',
  • product-tabs-manager/tags/1.2.4/vendor/composer/installed.php

    r3383247 r3401819  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • product-tabs-manager/trunk/includes/Admin/Admin.php

    r3383247 r3401819  
    7575        wp_enqueue_style( 'bytekit-layout' );
    7676
    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
    7880        product_tabs_manager()->scripts->register_style( 'ptabsm-admin', 'css/admin.css' );
    7981        product_tabs_manager()->scripts->register_script( 'ptabsm-admin', 'js/admin.js' );
  • product-tabs-manager/trunk/includes/Admin/Notices.php

    r3383247 r3401819  
    3131
    3232        // phpcs:disable
    33         // TODO: Uncomment the below code when halloween offer is over.
     33        // TODO: Uncomment the below code when Black Friday offer is over.
    3434        /*
    3535        if ( ! defined( 'PTABSM_PRO_VERSION' ) ) {
     
    4646        // phpcs:enable
    4747
    48         // Halloween offer notice.
    49         $halloween_end_time = date_i18n( strtotime( '2025-11-08 00: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 ) {
    5151            product_tabs_manager()->notices->add(
    5252                array(
    53                     'message'     => __DIR__ . '/views/notices/halloween.php',
     53                    'message'     => __DIR__ . '/views/notices/black-friday.php',
    5454                    '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',
    5858                )
    5959            );
  • product-tabs-manager/trunk/languages/product-tabs-manager.pot

    r3383247 r3401819  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Product Tabs Manager 1.2.3\n"
     5"Project-Id-Version: Product Tabs Manager 1.2.4\n"
    66"Report-Msgid-Bugs-To: "
    77"https://pluginever.com/plugins/product-tabs-manager-pro/\n"
    8 "POT-Creation-Date: 2025-10-23 10:00:57+00:00\n"
     8"POT-Creation-Date: 2025-11-24 11:50:27+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    5454msgstr ""
    5555
    56 #: includes/Admin/Admin.php:89
     56#: includes/Admin/Admin.php:91
    5757msgid "Select categories"
    5858msgstr ""
    5959
    60 #: includes/Admin/Admin.php:90
     60#: includes/Admin/Admin.php:92
    6161msgid "Select products"
    6262msgstr ""
    6363
    64 #: includes/Admin/Admin.php:91
     64#: includes/Admin/Admin.php:93
    6565msgid "Select user role"
    6666msgstr ""
    6767
    68 #: includes/Admin/Admin.php:111
     68#: includes/Admin/Admin.php:113
    6969#. translators: 1: Plugin name 2: WordPress
    7070msgid ""
     
    7373msgstr ""
    7474
    75 #: includes/Admin/Admin.php:113
     75#: includes/Admin/Admin.php:115
    7676msgid "Thanks :)"
    7777msgstr ""
    7878
    79 #: includes/Admin/Admin.php:131
     79#: includes/Admin/Admin.php:133
    8080#. translators: 1: Plugin version
    8181msgid "Version %s"
     
    447447msgstr ""
    448448
    449 #: includes/Admin/views/notices/halloween.php:22
    450 msgid "Limited Time Offer! PluginEver Halloween Sale: 30% OFF!!"
    451 msgstr ""
    452 
    453 #: includes/Admin/views/notices/halloween.php:29
    454 #. 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:42
     449#: includes/Admin/views/notices/black-friday.php:19
     450msgid "Black Friday Mega Sale! Get Flat 40% OFF on Product Tabs Manager Pro !!"
     451msgstr ""
     452
     453#: includes/Admin/views/notices/black-friday.php:26
     454#. translators: 1. Offer Percentage, 2. Coupon Code.
     455msgid ""
     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!"
     458msgstr ""
     459
     460#: includes/Admin/views/notices/black-friday.php:38
    461461msgid "Claim your discount!!"
    462462msgstr ""
    463463
    464 #: includes/Admin/views/notices/halloween.php:46
     464#: includes/Admin/views/notices/black-friday.php:42
    465465msgid "Remind me later"
    466466msgstr ""
    467467
    468 #: includes/Admin/views/notices/halloween.php:50
     468#: includes/Admin/views/notices/black-friday.php:46
    469469msgid "Never show this again!"
    470 msgstr ""
    471 
    472 #: includes/Admin/views/notices/halloween.php:54
    473 msgid "DISMISS"
    474 msgstr ""
    475 
    476 #: includes/Admin/views/notices/halloween.php:57
    477 msgid "Valid until November 8, 2025"
    478470msgstr ""
    479471
  • product-tabs-manager/trunk/product-tabs-manager.php

    r3383247 r3401819  
    44 * Plugin URI:           https://pluginever.com/plugins/product-tabs-manager-pro/
    55 * Description:          Tailor your WooCommerce product tabs effortlessly with our customizable plugin.
    6  * Version:              1.2.3
     6 * Version:              1.2.4
    77 * Requires at least:    5.2
    88 * Requires PHP:         7.4
  • product-tabs-manager/trunk/readme.txt

    r3383247 r3401819  
    33Tags: woocommerce tabs, woocommerce product tabs, custom tab, product tabs, woocommerce custom tabs
    44Tested up to: 6.8
    5 Stable tag: 1.2.3
     5Stable tag: 1.2.4
    66License: GPL v2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2828✅ **Seamless WooCommerce Integration:** Built exclusively for WooCommerce for reliable performance.
    2929✅ **Advanced Styling Options:** Add custom CSS or icons for a professional look.
    30 
    3130
    3231### 🌟 Core Features (Free)
     
    5453🔸 **Category-Specific Tabs:** Set up tabs specific to product categories for targeted information.
    5554
    56 
    5755### 🔮 Upcoming Features
    5856🌟 **Dynamic Attribute-Based Tabs:** Automatically create tabs based on product attributes like size, color, or specifications.
     
    7270### Explore Some of Our Top Rated Plugins
    7371[**WC Key Manager**](https://wordpress.org/plugins/wc-key-manager/) | [**WC Min Max Quantities**](https://wordpress.org/plugins/wc-min-max-quantities/)
    74 
    7572
    7673### 🛠️ How It Works
     
    137134
    138135== Changelog ==
     136= 1.2.4 (24th November 2025) =
     137* Enhance: Update the plugin notices.
     138* Fix: Few known issues are fixed.
     139
    139140= 1.2.3 (23rd October 2025) =
    140141* Enhance: Update the plugin notices.
  • product-tabs-manager/trunk/vendor/composer/autoload_static.php

    r3340350 r3401819  
    88{
    99    public static $prefixLengthsPsr4 = array (
    10         'P' => 
     10        'P' =>
    1111        array (
    1212            'ProductTabsManager\\' => 19,
     
    1515
    1616    public static $prefixDirsPsr4 = array (
    17         'ProductTabsManager\\' => 
     17        'ProductTabsManager\\' =>
    1818        array (
    1919            0 => __DIR__ . '/../..' . '/includes',
  • product-tabs-manager/trunk/vendor/composer/installed.php

    r3383247 r3401819  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.