Plugin Directory

Changeset 3401807


Ignore:
Timestamp:
11/24/2025 11:43:14 AM (4 months ago)
Author:
pluginever
Message:

Update to version 4.4.2

Location:
woo-category-slider-by-pluginever
Files:
14 added
12 deleted
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woo-category-slider-by-pluginever/tags/4.4.2/includes/Admin/Admin.php

    r3383209 r3401807  
    4343        wp_enqueue_style( 'bytekit-layout' );
    4444
     45        // TODO: Remove this after black friday.
    4546        wp_enqueue_style(
    46             'wc-category-slider-halloween',
    47             WC_CAT_SLIDER_ASSETS_URL . 'css/halloween.css',
     47            'wc-category-slider-black-friday',
     48            WC_CAT_SLIDER_ASSETS_URL . 'css/black-friday.css',
    4849            array(),
    4950            WC_CAT_SLIDER_VERSION
  • woo-category-slider-by-pluginever/tags/4.4.2/includes/Admin/Notices.php

    r3383209 r3401807  
    3232
    3333        // phpcs:disable
    34         // TODO: Uncomment the below code when halloween offer is over.
     34        // TODO: Uncomment the below code when Black Friday offer is over.
    3535        /*
    3636        if ( ! defined( 'WC_CAT_SLIDER_PRO_VERSION' ) ) {
     
    4747        // phpcs:enable
    4848
    49         // Halloween offer notice.
    50         $halloween_end_time = date_i18n( strtotime( '2025-11-08 00:00:00' ) );
    51         if ( $current_time < $halloween_end_time ) {
     49        // Black Friday offer notice.
     50        $black_friday_end_time = date_i18n( strtotime( '2025-12-05 00:00:00' ) );
     51        if ( ! defined( 'WC_CAT_SLIDER_PRO_VERSION' ) && $current_time < $black_friday_end_time ) {
    5252            wc_category_slider()->notices->add(
    5353                array(
    54                     'message'     => __DIR__ . '/views/notices/halloween.php',
     54                    'message'     => __DIR__ . '/views/notices/black-friday.php',
    5555                    'dismissible' => false,
    56                     'notice_id'   => 'wc_cat_slider_halloween_promo_2025',
    57                     'style'       => 'border-left-color: #8500ff;',
    58                     'class'       => 'notice-halloween',
     56                    'notice_id'   => 'wc_cat_slider_black_friday_promo_2025',
     57                    'style'       => 'border-left-color: #000000;',
     58                    'class'       => 'notice-black-friday',
    5959                )
    6060            );
  • woo-category-slider-by-pluginever/tags/4.4.2/languages/woo-category-slider-by-pluginever.pot

    r3383209 r3401807  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Product Category Slider for WooCommerce 4.4.1\n"
     5"Project-Id-Version: Product Category Slider for WooCommerce 4.4.2\n"
    66"Report-Msgid-Bugs-To: https://pluginever.com/support/\n"
    7 "POT-Creation-Date: 2025-10-20 11:27:01+00:00\n"
     7"POT-Creation-Date: 2025-11-24 11:37:01+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
     
    2525"X-Generator: grunt-wp-i18n 1.0.3\n"
    2626
    27 #: includes/Admin/Admin.php:145
     27#: includes/Admin/Admin.php:146
    2828msgid "Change Image"
    2929msgstr ""
    3030
    31 #: includes/Admin/Admin.php:146
     31#: includes/Admin/Admin.php:147
    3232msgid "Delete Image"
    3333msgstr ""
    3434
    35 #: includes/Admin/Admin.php:159
     35#: includes/Admin/Admin.php:160
    3636msgid "No Icon"
    3737msgstr ""
    3838
    39 #: includes/Admin/Admin.php:170
     39#: includes/Admin/Admin.php:171
    4040#. Translators: 1.Version Name.
    4141msgid "%s Icons"
    4242msgstr ""
    4343
    44 #: includes/Admin/Admin.php:386
     44#: includes/Admin/Admin.php:387
    4545msgid "Selection Type"
    4646msgstr ""
    4747
    48 #: includes/Admin/Admin.php:398
     48#: includes/Admin/Admin.php:399
    4949msgid "Select all categories or any custom categories"
    5050msgstr ""
    5151
    52 #: includes/Admin/Admin.php:404
     52#: includes/Admin/Admin.php:405
    5353msgid "Select Categories"
    5454msgstr ""
    5555
    56 #: includes/Admin/Admin.php:414
     56#: includes/Admin/Admin.php:415
    5757msgid "Select categories to show in the slider."
    5858msgstr ""
    5959
    60 #: includes/Admin/Admin.php:424
     60#: includes/Admin/Admin.php:425
    6161msgid "Limit Items"
    6262msgstr ""
    6363
    64 #: includes/Admin/Admin.php:428
     64#: includes/Admin/Admin.php:429
    6565msgid "Limit the number of category appear on the slider"
    6666msgstr ""
    6767
    68 #: includes/Admin/Admin.php:438
     68#: includes/Admin/Admin.php:439
    6969msgid "Include Children"
    7070msgstr ""
    7171
    72 #: includes/Admin/Admin.php:442
     72#: includes/Admin/Admin.php:443
    7373msgid "Enable to include subcategories of the selected categories"
    7474msgstr ""
    7575
    76 #: includes/Admin/Admin.php:451
     76#: includes/Admin/Admin.php:452
    7777msgid "Empty Categories"
    7878msgstr ""
    7979
    80 #: includes/Admin/Admin.php:452
     80#: includes/Admin/Admin.php:453
    8181msgid "Enable to show categories without products"
    8282msgstr ""
    8383
    84 #: includes/Admin/Admin.php:460
     84#: includes/Admin/Admin.php:461
    8585msgid "Order By"
    8686msgstr ""
    8787
    88 #: includes/Admin/Admin.php:467
     88#: includes/Admin/Admin.php:468
    8989msgid "Term ID"
    9090msgstr ""
    9191
    92 #: includes/Admin/Admin.php:468
     92#: includes/Admin/Admin.php:469
    9393msgid "Term Name"
    9494msgstr ""
    9595
    96 #: includes/Admin/Admin.php:469
     96#: includes/Admin/Admin.php:470
    9797msgid "Term Description"
    9898msgstr ""
    9999
    100 #: includes/Admin/Admin.php:470
     100#: includes/Admin/Admin.php:471
    101101msgid "Term Group"
    102102msgstr ""
    103103
    104 #: includes/Admin/Admin.php:471
     104#: includes/Admin/Admin.php:472
    105105msgid "Count"
    106106msgstr ""
    107107
    108 #: includes/Admin/Admin.php:472
     108#: includes/Admin/Admin.php:473
    109109msgid "Custom"
    110110msgstr ""
    111111
    112 #: includes/Admin/Admin.php:473 includes/functions.php:756
     112#: includes/Admin/Admin.php:474 includes/functions.php:756
    113113msgid "None"
    114114msgstr ""
    115115
    116 #: includes/Admin/Admin.php:477 includes/Admin/Admin.php:500
     116#: includes/Admin/Admin.php:478 includes/Admin/Admin.php:501
    117117msgid "Order category slider according to the selection type"
    118118msgstr ""
    119119
    120 #: includes/Admin/Admin.php:488
     120#: includes/Admin/Admin.php:489
    121121msgid "Order"
    122122msgstr ""
    123123
    124 #: includes/Admin/Admin.php:514
     124#: includes/Admin/Admin.php:515
    125125msgid "Publish"
    126126msgstr ""
    127127
    128 #: includes/Admin/Admin.php:515
     128#: includes/Admin/Admin.php:516
    129129msgid "Create Slider"
    130130msgstr ""
    131131
    132 #: includes/Admin/Admin.php:521
     132#: includes/Admin/Admin.php:522
    133133msgid "Update Slider"
    134134msgstr ""
    135135
    136 #: includes/Admin/Admin.php:545
     136#: includes/Admin/Admin.php:546
    137137msgid "Use the shortcode to render the slider anywhere in the page or post."
    138138msgstr ""
    139139
    140 #: includes/Admin/Admin.php:573
     140#: includes/Admin/Admin.php:574
    141141#: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:238
    142142msgid "Settings"
    143143msgstr ""
    144144
    145 #: includes/Admin/Admin.php:583
     145#: includes/Admin/Admin.php:584
    146146msgid "Category Settings"
    147147msgstr ""
    148148
    149 #: includes/Admin/Admin.php:593 includes/PostTypes.php:93
     149#: includes/Admin/Admin.php:594 includes/PostTypes.php:93
    150150msgid "Shortcode"
    151151msgstr ""
    152152
    153 #: includes/Admin/Admin.php:625
     153#: includes/Admin/Admin.php:626
    154154#. translators: 1: Plugin name 2: WordPress
    155155msgid ""
     
    158158msgstr ""
    159159
    160 #: includes/Admin/Admin.php:627
     160#: includes/Admin/Admin.php:628
    161161msgid "Thanks :)"
    162162msgstr ""
    163163
    164 #: includes/Admin/Admin.php:646
     164#: includes/Admin/Admin.php:647
    165165#. translators: 1: Plugin version
    166166msgid "Version %s"
     
    509509msgstr ""
    510510
    511 #: includes/Admin/views/notices/halloween.php:20
    512 msgid "Limited Time Offer! PluginEver Halloween Sale: 30% OFF!!"
    513 msgstr ""
    514 
    515 #: includes/Admin/views/notices/halloween.php:27
    516 #. translators: 1.Offer Percentage, 2. Coupon Code.
     511#: includes/Admin/views/notices/black-friday.php:19
     512msgid "Black Friday Mega Sale! Get Flat 40% OFF on Product Category Slider Pro !!"
     513msgstr ""
     514
     515#: includes/Admin/views/notices/black-friday.php:26
     516#. translators: 1. Offer Percentage, 2. Coupon Code.
    517517msgid ""
    518 "Spectacular Halloween Deal! Get %1$s on all premium plugins with code %2$s. "
    519 "Don't miss out — this offer vanishes soon! 👻"
    520 msgstr ""
    521 
    522 #: includes/Admin/views/notices/halloween.php:40
     518"Unlock premium features at an unbeatable price this Black Friday! Enjoy "
     519"%1$s on Product Category Slider Pro with code %2$s. Hurry, this deal ends "
     520"soon!"
     521msgstr ""
     522
     523#: includes/Admin/views/notices/black-friday.php:38
    523524msgid "Claim your discount!!"
    524525msgstr ""
    525526
    526 #: includes/Admin/views/notices/halloween.php:44
     527#: includes/Admin/views/notices/black-friday.php:42
    527528msgid "Remind me later"
    528529msgstr ""
    529530
    530 #: includes/Admin/views/notices/halloween.php:48
     531#: includes/Admin/views/notices/black-friday.php:46
    531532msgid "Never show this again!"
    532 msgstr ""
    533 
    534 #: includes/Admin/views/notices/halloween.php:52
    535 msgid "DISMISS"
    536 msgstr ""
    537 
    538 #: includes/Admin/views/notices/halloween.php:55
    539 msgid "Valid until November 8, 2025"
    540533msgstr ""
    541534
  • woo-category-slider-by-pluginever/tags/4.4.2/readme.txt

    r3383209 r3401807  
    33Tags: WooCommerce Product Category Slider, woocommerce, slider, category slider, product slider
    44Tested up to: 6.8
    5 Stable tag: 4.4.1
     5Stable tag: 4.4.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    169169
    170170== Changelog ==
     171= 4.4.2 (24th November 2025) =
     172* Enhance: Update the plugin notices.
     173* Compatibility - Compatibility checked with the latest versions of WooCommerce (v10.3).
     174
    171175= 4.4.1 (23rd October 2025) =
    172176* Enhance: Update the plugin notices.
  • woo-category-slider-by-pluginever/tags/4.4.2/vendor/composer/autoload_static.php

    r3344624 r3401807  
    88{
    99    public static $prefixLengthsPsr4 = array (
    10         'W' => 
     10        'W' =>
    1111        array (
    1212            'WooCommerceCategorySlider\\' => 26,
     
    1515
    1616    public static $prefixDirsPsr4 = array (
    17         'WooCommerceCategorySlider\\' => 
     17        'WooCommerceCategorySlider\\' =>
    1818        array (
    1919            0 => __DIR__ . '/../..' . '/includes',
  • woo-category-slider-by-pluginever/tags/4.4.2/vendor/composer/installed.php

    r3383209 r3401807  
    22    'root' => array(
    33        'name' => 'pluginever/wc-category-slider',
    4         'pretty_version' => 'v4.4.1',
    5         'version' => '4.4.1.0',
    6         'reference' => '89fa2752b47334c7c5fce21df9151603c7a7f540',
     4        'pretty_version' => 'v4.4.2',
     5        'version' => '4.4.2.0',
     6        'reference' => 'edfce9bfc2ea48defeb8b46bbb5b108461f0ef13',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'pluginever/wc-category-slider' => array(
    23             'pretty_version' => 'v4.4.1',
    24             'version' => '4.4.1.0',
    25             'reference' => '89fa2752b47334c7c5fce21df9151603c7a7f540',
     23            'pretty_version' => 'v4.4.2',
     24            'version' => '4.4.2.0',
     25            'reference' => 'edfce9bfc2ea48defeb8b46bbb5b108461f0ef13',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • woo-category-slider-by-pluginever/tags/4.4.2/woo-category-slider-by-pluginever.php

    r3383209 r3401807  
    44 * Plugin URI:           https://pluginever.com/plugins/woocommerce-category-slider-pro/
    55 * Description:          Showcase product categories in the most appealing way. Create an instant impression & trigger purchase intention.
    6  * Version:              4.4.1
     6 * Version:              4.4.2
    77 * Requires at least:    5.2
    88 * Requires PHP:         7.4
     
    1515 * Tested up to:         6.8
    1616 * WC requires at least: 3.0.0
    17  * WC tested up to:      10.2
     17 * WC tested up to:      10.3
    1818 * Requires Plugins:     woocommerce
    1919 *
  • woo-category-slider-by-pluginever/trunk/includes/Admin/Admin.php

    r3383209 r3401807  
    4343        wp_enqueue_style( 'bytekit-layout' );
    4444
     45        // TODO: Remove this after black friday.
    4546        wp_enqueue_style(
    46             'wc-category-slider-halloween',
    47             WC_CAT_SLIDER_ASSETS_URL . 'css/halloween.css',
     47            'wc-category-slider-black-friday',
     48            WC_CAT_SLIDER_ASSETS_URL . 'css/black-friday.css',
    4849            array(),
    4950            WC_CAT_SLIDER_VERSION
  • woo-category-slider-by-pluginever/trunk/includes/Admin/Notices.php

    r3383209 r3401807  
    3232
    3333        // phpcs:disable
    34         // TODO: Uncomment the below code when halloween offer is over.
     34        // TODO: Uncomment the below code when Black Friday offer is over.
    3535        /*
    3636        if ( ! defined( 'WC_CAT_SLIDER_PRO_VERSION' ) ) {
     
    4747        // phpcs:enable
    4848
    49         // Halloween offer notice.
    50         $halloween_end_time = date_i18n( strtotime( '2025-11-08 00:00:00' ) );
    51         if ( $current_time < $halloween_end_time ) {
     49        // Black Friday offer notice.
     50        $black_friday_end_time = date_i18n( strtotime( '2025-12-05 00:00:00' ) );
     51        if ( ! defined( 'WC_CAT_SLIDER_PRO_VERSION' ) && $current_time < $black_friday_end_time ) {
    5252            wc_category_slider()->notices->add(
    5353                array(
    54                     'message'     => __DIR__ . '/views/notices/halloween.php',
     54                    'message'     => __DIR__ . '/views/notices/black-friday.php',
    5555                    'dismissible' => false,
    56                     'notice_id'   => 'wc_cat_slider_halloween_promo_2025',
    57                     'style'       => 'border-left-color: #8500ff;',
    58                     'class'       => 'notice-halloween',
     56                    'notice_id'   => 'wc_cat_slider_black_friday_promo_2025',
     57                    'style'       => 'border-left-color: #000000;',
     58                    'class'       => 'notice-black-friday',
    5959                )
    6060            );
  • woo-category-slider-by-pluginever/trunk/languages/woo-category-slider-by-pluginever.pot

    r3383209 r3401807  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Product Category Slider for WooCommerce 4.4.1\n"
     5"Project-Id-Version: Product Category Slider for WooCommerce 4.4.2\n"
    66"Report-Msgid-Bugs-To: https://pluginever.com/support/\n"
    7 "POT-Creation-Date: 2025-10-20 11:27:01+00:00\n"
     7"POT-Creation-Date: 2025-11-24 11:37:01+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
     
    2525"X-Generator: grunt-wp-i18n 1.0.3\n"
    2626
    27 #: includes/Admin/Admin.php:145
     27#: includes/Admin/Admin.php:146
    2828msgid "Change Image"
    2929msgstr ""
    3030
    31 #: includes/Admin/Admin.php:146
     31#: includes/Admin/Admin.php:147
    3232msgid "Delete Image"
    3333msgstr ""
    3434
    35 #: includes/Admin/Admin.php:159
     35#: includes/Admin/Admin.php:160
    3636msgid "No Icon"
    3737msgstr ""
    3838
    39 #: includes/Admin/Admin.php:170
     39#: includes/Admin/Admin.php:171
    4040#. Translators: 1.Version Name.
    4141msgid "%s Icons"
    4242msgstr ""
    4343
    44 #: includes/Admin/Admin.php:386
     44#: includes/Admin/Admin.php:387
    4545msgid "Selection Type"
    4646msgstr ""
    4747
    48 #: includes/Admin/Admin.php:398
     48#: includes/Admin/Admin.php:399
    4949msgid "Select all categories or any custom categories"
    5050msgstr ""
    5151
    52 #: includes/Admin/Admin.php:404
     52#: includes/Admin/Admin.php:405
    5353msgid "Select Categories"
    5454msgstr ""
    5555
    56 #: includes/Admin/Admin.php:414
     56#: includes/Admin/Admin.php:415
    5757msgid "Select categories to show in the slider."
    5858msgstr ""
    5959
    60 #: includes/Admin/Admin.php:424
     60#: includes/Admin/Admin.php:425
    6161msgid "Limit Items"
    6262msgstr ""
    6363
    64 #: includes/Admin/Admin.php:428
     64#: includes/Admin/Admin.php:429
    6565msgid "Limit the number of category appear on the slider"
    6666msgstr ""
    6767
    68 #: includes/Admin/Admin.php:438
     68#: includes/Admin/Admin.php:439
    6969msgid "Include Children"
    7070msgstr ""
    7171
    72 #: includes/Admin/Admin.php:442
     72#: includes/Admin/Admin.php:443
    7373msgid "Enable to include subcategories of the selected categories"
    7474msgstr ""
    7575
    76 #: includes/Admin/Admin.php:451
     76#: includes/Admin/Admin.php:452
    7777msgid "Empty Categories"
    7878msgstr ""
    7979
    80 #: includes/Admin/Admin.php:452
     80#: includes/Admin/Admin.php:453
    8181msgid "Enable to show categories without products"
    8282msgstr ""
    8383
    84 #: includes/Admin/Admin.php:460
     84#: includes/Admin/Admin.php:461
    8585msgid "Order By"
    8686msgstr ""
    8787
    88 #: includes/Admin/Admin.php:467
     88#: includes/Admin/Admin.php:468
    8989msgid "Term ID"
    9090msgstr ""
    9191
    92 #: includes/Admin/Admin.php:468
     92#: includes/Admin/Admin.php:469
    9393msgid "Term Name"
    9494msgstr ""
    9595
    96 #: includes/Admin/Admin.php:469
     96#: includes/Admin/Admin.php:470
    9797msgid "Term Description"
    9898msgstr ""
    9999
    100 #: includes/Admin/Admin.php:470
     100#: includes/Admin/Admin.php:471
    101101msgid "Term Group"
    102102msgstr ""
    103103
    104 #: includes/Admin/Admin.php:471
     104#: includes/Admin/Admin.php:472
    105105msgid "Count"
    106106msgstr ""
    107107
    108 #: includes/Admin/Admin.php:472
     108#: includes/Admin/Admin.php:473
    109109msgid "Custom"
    110110msgstr ""
    111111
    112 #: includes/Admin/Admin.php:473 includes/functions.php:756
     112#: includes/Admin/Admin.php:474 includes/functions.php:756
    113113msgid "None"
    114114msgstr ""
    115115
    116 #: includes/Admin/Admin.php:477 includes/Admin/Admin.php:500
     116#: includes/Admin/Admin.php:478 includes/Admin/Admin.php:501
    117117msgid "Order category slider according to the selection type"
    118118msgstr ""
    119119
    120 #: includes/Admin/Admin.php:488
     120#: includes/Admin/Admin.php:489
    121121msgid "Order"
    122122msgstr ""
    123123
    124 #: includes/Admin/Admin.php:514
     124#: includes/Admin/Admin.php:515
    125125msgid "Publish"
    126126msgstr ""
    127127
    128 #: includes/Admin/Admin.php:515
     128#: includes/Admin/Admin.php:516
    129129msgid "Create Slider"
    130130msgstr ""
    131131
    132 #: includes/Admin/Admin.php:521
     132#: includes/Admin/Admin.php:522
    133133msgid "Update Slider"
    134134msgstr ""
    135135
    136 #: includes/Admin/Admin.php:545
     136#: includes/Admin/Admin.php:546
    137137msgid "Use the shortcode to render the slider anywhere in the page or post."
    138138msgstr ""
    139139
    140 #: includes/Admin/Admin.php:573
     140#: includes/Admin/Admin.php:574
    141141#: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:238
    142142msgid "Settings"
    143143msgstr ""
    144144
    145 #: includes/Admin/Admin.php:583
     145#: includes/Admin/Admin.php:584
    146146msgid "Category Settings"
    147147msgstr ""
    148148
    149 #: includes/Admin/Admin.php:593 includes/PostTypes.php:93
     149#: includes/Admin/Admin.php:594 includes/PostTypes.php:93
    150150msgid "Shortcode"
    151151msgstr ""
    152152
    153 #: includes/Admin/Admin.php:625
     153#: includes/Admin/Admin.php:626
    154154#. translators: 1: Plugin name 2: WordPress
    155155msgid ""
     
    158158msgstr ""
    159159
    160 #: includes/Admin/Admin.php:627
     160#: includes/Admin/Admin.php:628
    161161msgid "Thanks :)"
    162162msgstr ""
    163163
    164 #: includes/Admin/Admin.php:646
     164#: includes/Admin/Admin.php:647
    165165#. translators: 1: Plugin version
    166166msgid "Version %s"
     
    509509msgstr ""
    510510
    511 #: includes/Admin/views/notices/halloween.php:20
    512 msgid "Limited Time Offer! PluginEver Halloween Sale: 30% OFF!!"
    513 msgstr ""
    514 
    515 #: includes/Admin/views/notices/halloween.php:27
    516 #. translators: 1.Offer Percentage, 2. Coupon Code.
     511#: includes/Admin/views/notices/black-friday.php:19
     512msgid "Black Friday Mega Sale! Get Flat 40% OFF on Product Category Slider Pro !!"
     513msgstr ""
     514
     515#: includes/Admin/views/notices/black-friday.php:26
     516#. translators: 1. Offer Percentage, 2. Coupon Code.
    517517msgid ""
    518 "Spectacular Halloween Deal! Get %1$s on all premium plugins with code %2$s. "
    519 "Don't miss out — this offer vanishes soon! 👻"
    520 msgstr ""
    521 
    522 #: includes/Admin/views/notices/halloween.php:40
     518"Unlock premium features at an unbeatable price this Black Friday! Enjoy "
     519"%1$s on Product Category Slider Pro with code %2$s. Hurry, this deal ends "
     520"soon!"
     521msgstr ""
     522
     523#: includes/Admin/views/notices/black-friday.php:38
    523524msgid "Claim your discount!!"
    524525msgstr ""
    525526
    526 #: includes/Admin/views/notices/halloween.php:44
     527#: includes/Admin/views/notices/black-friday.php:42
    527528msgid "Remind me later"
    528529msgstr ""
    529530
    530 #: includes/Admin/views/notices/halloween.php:48
     531#: includes/Admin/views/notices/black-friday.php:46
    531532msgid "Never show this again!"
    532 msgstr ""
    533 
    534 #: includes/Admin/views/notices/halloween.php:52
    535 msgid "DISMISS"
    536 msgstr ""
    537 
    538 #: includes/Admin/views/notices/halloween.php:55
    539 msgid "Valid until November 8, 2025"
    540533msgstr ""
    541534
  • woo-category-slider-by-pluginever/trunk/readme.txt

    r3383209 r3401807  
    33Tags: WooCommerce Product Category Slider, woocommerce, slider, category slider, product slider
    44Tested up to: 6.8
    5 Stable tag: 4.4.1
     5Stable tag: 4.4.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    169169
    170170== Changelog ==
     171= 4.4.2 (24th November 2025) =
     172* Enhance: Update the plugin notices.
     173* Compatibility - Compatibility checked with the latest versions of WooCommerce (v10.3).
     174
    171175= 4.4.1 (23rd October 2025) =
    172176* Enhance: Update the plugin notices.
  • woo-category-slider-by-pluginever/trunk/vendor/composer/autoload_static.php

    r3344624 r3401807  
    88{
    99    public static $prefixLengthsPsr4 = array (
    10         'W' => 
     10        'W' =>
    1111        array (
    1212            'WooCommerceCategorySlider\\' => 26,
     
    1515
    1616    public static $prefixDirsPsr4 = array (
    17         'WooCommerceCategorySlider\\' => 
     17        'WooCommerceCategorySlider\\' =>
    1818        array (
    1919            0 => __DIR__ . '/../..' . '/includes',
  • woo-category-slider-by-pluginever/trunk/vendor/composer/installed.php

    r3383209 r3401807  
    22    'root' => array(
    33        'name' => 'pluginever/wc-category-slider',
    4         'pretty_version' => 'v4.4.1',
    5         'version' => '4.4.1.0',
    6         'reference' => '89fa2752b47334c7c5fce21df9151603c7a7f540',
     4        'pretty_version' => 'v4.4.2',
     5        'version' => '4.4.2.0',
     6        'reference' => 'edfce9bfc2ea48defeb8b46bbb5b108461f0ef13',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'pluginever/wc-category-slider' => array(
    23             'pretty_version' => 'v4.4.1',
    24             'version' => '4.4.1.0',
    25             'reference' => '89fa2752b47334c7c5fce21df9151603c7a7f540',
     23            'pretty_version' => 'v4.4.2',
     24            'version' => '4.4.2.0',
     25            'reference' => 'edfce9bfc2ea48defeb8b46bbb5b108461f0ef13',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • woo-category-slider-by-pluginever/trunk/woo-category-slider-by-pluginever.php

    r3383209 r3401807  
    44 * Plugin URI:           https://pluginever.com/plugins/woocommerce-category-slider-pro/
    55 * Description:          Showcase product categories in the most appealing way. Create an instant impression & trigger purchase intention.
    6  * Version:              4.4.1
     6 * Version:              4.4.2
    77 * Requires at least:    5.2
    88 * Requires PHP:         7.4
     
    1515 * Tested up to:         6.8
    1616 * WC requires at least: 3.0.0
    17  * WC tested up to:      10.2
     17 * WC tested up to:      10.3
    1818 * Requires Plugins:     woocommerce
    1919 *
Note: See TracChangeset for help on using the changeset viewer.