Changeset 3401807
- Timestamp:
- 11/24/2025 11:43:14 AM (4 months ago)
- Location:
- woo-category-slider-by-pluginever
- Files:
-
- 14 added
- 12 deleted
- 14 edited
- 1 copied
-
tags/4.4.2 (copied) (copied from woo-category-slider-by-pluginever/trunk)
-
tags/4.4.2/assets/css/black-friday-rtl.css (added)
-
tags/4.4.2/assets/css/black-friday.asset.php (added)
-
tags/4.4.2/assets/css/black-friday.css (added)
-
tags/4.4.2/assets/css/halloween-rtl.css (deleted)
-
tags/4.4.2/assets/css/halloween.asset.php (deleted)
-
tags/4.4.2/assets/css/halloween.css (deleted)
-
tags/4.4.2/assets/images/black-friday-banner.3a36692a.png (added)
-
tags/4.4.2/assets/images/black-friday-banner.png (added)
-
tags/4.4.2/assets/images/black-friday-icon.png (added)
-
tags/4.4.2/assets/images/halloween-banner.svg (deleted)
-
tags/4.4.2/assets/images/halloween-icon.svg (deleted)
-
tags/4.4.2/includes/Admin/Admin.php (modified) (1 diff)
-
tags/4.4.2/includes/Admin/Notices.php (modified) (2 diffs)
-
tags/4.4.2/includes/Admin/views/notices/black-friday.php (added)
-
tags/4.4.2/includes/Admin/views/notices/halloween.php (deleted)
-
tags/4.4.2/languages/woo-category-slider-by-pluginever.pot (modified) (4 diffs)
-
tags/4.4.2/readme.txt (modified) (2 diffs)
-
tags/4.4.2/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/4.4.2/vendor/composer/installed.php (modified) (2 diffs)
-
tags/4.4.2/woo-category-slider-by-pluginever.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/woo-category-slider-by-pluginever.pot (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woo-category-slider-by-pluginever.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-category-slider-by-pluginever/tags/4.4.2/includes/Admin/Admin.php
r3383209 r3401807 43 43 wp_enqueue_style( 'bytekit-layout' ); 44 44 45 // TODO: Remove this after black friday. 45 46 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', 48 49 array(), 49 50 WC_CAT_SLIDER_VERSION -
woo-category-slider-by-pluginever/tags/4.4.2/includes/Admin/Notices.php
r3383209 r3401807 32 32 33 33 // phpcs:disable 34 // TODO: Uncomment the below code when halloweenoffer is over.34 // TODO: Uncomment the below code when Black Friday offer is over. 35 35 /* 36 36 if ( ! defined( 'WC_CAT_SLIDER_PRO_VERSION' ) ) { … … 47 47 // phpcs:enable 48 48 49 // Halloweenoffer notice.50 $ halloween_end_time = date_i18n( strtotime( '2025-11-0800: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 ) { 52 52 wc_category_slider()->notices->add( 53 53 array( 54 'message' => __DIR__ . '/views/notices/ halloween.php',54 'message' => __DIR__ . '/views/notices/black-friday.php', 55 55 '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', 59 59 ) 60 60 ); -
woo-category-slider-by-pluginever/tags/4.4.2/languages/woo-category-slider-by-pluginever.pot
r3383209 r3401807 3 3 msgid "" 4 4 msgstr "" 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" 6 6 "Report-Msgid-Bugs-To: https://pluginever.com/support/\n" 7 "POT-Creation-Date: 2025-1 0-20 11:27:01+00:00\n"7 "POT-Creation-Date: 2025-11-24 11:37:01+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" … … 25 25 "X-Generator: grunt-wp-i18n 1.0.3\n" 26 26 27 #: includes/Admin/Admin.php:14 527 #: includes/Admin/Admin.php:146 28 28 msgid "Change Image" 29 29 msgstr "" 30 30 31 #: includes/Admin/Admin.php:14 631 #: includes/Admin/Admin.php:147 32 32 msgid "Delete Image" 33 33 msgstr "" 34 34 35 #: includes/Admin/Admin.php:1 5935 #: includes/Admin/Admin.php:160 36 36 msgid "No Icon" 37 37 msgstr "" 38 38 39 #: includes/Admin/Admin.php:17 039 #: includes/Admin/Admin.php:171 40 40 #. Translators: 1.Version Name. 41 41 msgid "%s Icons" 42 42 msgstr "" 43 43 44 #: includes/Admin/Admin.php:38 644 #: includes/Admin/Admin.php:387 45 45 msgid "Selection Type" 46 46 msgstr "" 47 47 48 #: includes/Admin/Admin.php:39 848 #: includes/Admin/Admin.php:399 49 49 msgid "Select all categories or any custom categories" 50 50 msgstr "" 51 51 52 #: includes/Admin/Admin.php:40 452 #: includes/Admin/Admin.php:405 53 53 msgid "Select Categories" 54 54 msgstr "" 55 55 56 #: includes/Admin/Admin.php:41 456 #: includes/Admin/Admin.php:415 57 57 msgid "Select categories to show in the slider." 58 58 msgstr "" 59 59 60 #: includes/Admin/Admin.php:42 460 #: includes/Admin/Admin.php:425 61 61 msgid "Limit Items" 62 62 msgstr "" 63 63 64 #: includes/Admin/Admin.php:42 864 #: includes/Admin/Admin.php:429 65 65 msgid "Limit the number of category appear on the slider" 66 66 msgstr "" 67 67 68 #: includes/Admin/Admin.php:43 868 #: includes/Admin/Admin.php:439 69 69 msgid "Include Children" 70 70 msgstr "" 71 71 72 #: includes/Admin/Admin.php:44 272 #: includes/Admin/Admin.php:443 73 73 msgid "Enable to include subcategories of the selected categories" 74 74 msgstr "" 75 75 76 #: includes/Admin/Admin.php:45 176 #: includes/Admin/Admin.php:452 77 77 msgid "Empty Categories" 78 78 msgstr "" 79 79 80 #: includes/Admin/Admin.php:45 280 #: includes/Admin/Admin.php:453 81 81 msgid "Enable to show categories without products" 82 82 msgstr "" 83 83 84 #: includes/Admin/Admin.php:46 084 #: includes/Admin/Admin.php:461 85 85 msgid "Order By" 86 86 msgstr "" 87 87 88 #: includes/Admin/Admin.php:46 788 #: includes/Admin/Admin.php:468 89 89 msgid "Term ID" 90 90 msgstr "" 91 91 92 #: includes/Admin/Admin.php:46 892 #: includes/Admin/Admin.php:469 93 93 msgid "Term Name" 94 94 msgstr "" 95 95 96 #: includes/Admin/Admin.php:4 6996 #: includes/Admin/Admin.php:470 97 97 msgid "Term Description" 98 98 msgstr "" 99 99 100 #: includes/Admin/Admin.php:47 0100 #: includes/Admin/Admin.php:471 101 101 msgid "Term Group" 102 102 msgstr "" 103 103 104 #: includes/Admin/Admin.php:47 1104 #: includes/Admin/Admin.php:472 105 105 msgid "Count" 106 106 msgstr "" 107 107 108 #: includes/Admin/Admin.php:47 2108 #: includes/Admin/Admin.php:473 109 109 msgid "Custom" 110 110 msgstr "" 111 111 112 #: includes/Admin/Admin.php:47 3includes/functions.php:756112 #: includes/Admin/Admin.php:474 includes/functions.php:756 113 113 msgid "None" 114 114 msgstr "" 115 115 116 #: includes/Admin/Admin.php:47 7 includes/Admin/Admin.php:500116 #: includes/Admin/Admin.php:478 includes/Admin/Admin.php:501 117 117 msgid "Order category slider according to the selection type" 118 118 msgstr "" 119 119 120 #: includes/Admin/Admin.php:48 8120 #: includes/Admin/Admin.php:489 121 121 msgid "Order" 122 122 msgstr "" 123 123 124 #: includes/Admin/Admin.php:51 4124 #: includes/Admin/Admin.php:515 125 125 msgid "Publish" 126 126 msgstr "" 127 127 128 #: includes/Admin/Admin.php:51 5128 #: includes/Admin/Admin.php:516 129 129 msgid "Create Slider" 130 130 msgstr "" 131 131 132 #: includes/Admin/Admin.php:52 1132 #: includes/Admin/Admin.php:522 133 133 msgid "Update Slider" 134 134 msgstr "" 135 135 136 #: includes/Admin/Admin.php:54 5136 #: includes/Admin/Admin.php:546 137 137 msgid "Use the shortcode to render the slider anywhere in the page or post." 138 138 msgstr "" 139 139 140 #: includes/Admin/Admin.php:57 3140 #: includes/Admin/Admin.php:574 141 141 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:238 142 142 msgid "Settings" 143 143 msgstr "" 144 144 145 #: includes/Admin/Admin.php:58 3145 #: includes/Admin/Admin.php:584 146 146 msgid "Category Settings" 147 147 msgstr "" 148 148 149 #: includes/Admin/Admin.php:59 3includes/PostTypes.php:93149 #: includes/Admin/Admin.php:594 includes/PostTypes.php:93 150 150 msgid "Shortcode" 151 151 msgstr "" 152 152 153 #: includes/Admin/Admin.php:62 5153 #: includes/Admin/Admin.php:626 154 154 #. translators: 1: Plugin name 2: WordPress 155 155 msgid "" … … 158 158 msgstr "" 159 159 160 #: includes/Admin/Admin.php:62 7160 #: includes/Admin/Admin.php:628 161 161 msgid "Thanks :)" 162 162 msgstr "" 163 163 164 #: includes/Admin/Admin.php:64 6164 #: includes/Admin/Admin.php:647 165 165 #. translators: 1: Plugin version 166 166 msgid "Version %s" … … 509 509 msgstr "" 510 510 511 #: includes/Admin/views/notices/ halloween.php:20512 msgid " Limited Time Offer! PluginEver Halloween Sale: 30% OFF!!"513 msgstr "" 514 515 #: includes/Admin/views/notices/ halloween.php:27516 #. translators: 1. Offer Percentage, 2. Coupon Code.511 #: includes/Admin/views/notices/black-friday.php:19 512 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Product Category Slider Pro !!" 513 msgstr "" 514 515 #: includes/Admin/views/notices/black-friday.php:26 516 #. translators: 1. Offer Percentage, 2. Coupon Code. 517 517 msgid "" 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!" 521 msgstr "" 522 523 #: includes/Admin/views/notices/black-friday.php:38 523 524 msgid "Claim your discount!!" 524 525 msgstr "" 525 526 526 #: includes/Admin/views/notices/ halloween.php:44527 #: includes/Admin/views/notices/black-friday.php:42 527 528 msgid "Remind me later" 528 529 msgstr "" 529 530 530 #: includes/Admin/views/notices/ halloween.php:48531 #: includes/Admin/views/notices/black-friday.php:46 531 532 msgid "Never show this again!" 532 msgstr ""533 534 #: includes/Admin/views/notices/halloween.php:52535 msgid "DISMISS"536 msgstr ""537 538 #: includes/Admin/views/notices/halloween.php:55539 msgid "Valid until November 8, 2025"540 533 msgstr "" 541 534 -
woo-category-slider-by-pluginever/tags/4.4.2/readme.txt
r3383209 r3401807 3 3 Tags: WooCommerce Product Category Slider, woocommerce, slider, category slider, product slider 4 4 Tested up to: 6.8 5 Stable tag: 4.4. 15 Stable tag: 4.4.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 169 169 170 170 == 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 171 175 = 4.4.1 (23rd October 2025) = 172 176 * Enhance: Update the plugin notices. -
woo-category-slider-by-pluginever/tags/4.4.2/vendor/composer/autoload_static.php
r3344624 r3401807 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( 10 'W' => 10 'W' => 11 11 array ( 12 12 'WooCommerceCategorySlider\\' => 26, … … 15 15 16 16 public static $prefixDirsPsr4 = array ( 17 'WooCommerceCategorySlider\\' => 17 'WooCommerceCategorySlider\\' => 18 18 array ( 19 19 0 => __DIR__ . '/../..' . '/includes', -
woo-category-slider-by-pluginever/tags/4.4.2/vendor/composer/installed.php
r3383209 r3401807 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 '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', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
woo-category-slider-by-pluginever/tags/4.4.2/woo-category-slider-by-pluginever.php
r3383209 r3401807 4 4 * Plugin URI: https://pluginever.com/plugins/woocommerce-category-slider-pro/ 5 5 * Description: Showcase product categories in the most appealing way. Create an instant impression & trigger purchase intention. 6 * Version: 4.4. 16 * Version: 4.4.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 … … 15 15 * Tested up to: 6.8 16 16 * WC requires at least: 3.0.0 17 * WC tested up to: 10. 217 * WC tested up to: 10.3 18 18 * Requires Plugins: woocommerce 19 19 * -
woo-category-slider-by-pluginever/trunk/includes/Admin/Admin.php
r3383209 r3401807 43 43 wp_enqueue_style( 'bytekit-layout' ); 44 44 45 // TODO: Remove this after black friday. 45 46 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', 48 49 array(), 49 50 WC_CAT_SLIDER_VERSION -
woo-category-slider-by-pluginever/trunk/includes/Admin/Notices.php
r3383209 r3401807 32 32 33 33 // phpcs:disable 34 // TODO: Uncomment the below code when halloweenoffer is over.34 // TODO: Uncomment the below code when Black Friday offer is over. 35 35 /* 36 36 if ( ! defined( 'WC_CAT_SLIDER_PRO_VERSION' ) ) { … … 47 47 // phpcs:enable 48 48 49 // Halloweenoffer notice.50 $ halloween_end_time = date_i18n( strtotime( '2025-11-0800: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 ) { 52 52 wc_category_slider()->notices->add( 53 53 array( 54 'message' => __DIR__ . '/views/notices/ halloween.php',54 'message' => __DIR__ . '/views/notices/black-friday.php', 55 55 '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', 59 59 ) 60 60 ); -
woo-category-slider-by-pluginever/trunk/languages/woo-category-slider-by-pluginever.pot
r3383209 r3401807 3 3 msgid "" 4 4 msgstr "" 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" 6 6 "Report-Msgid-Bugs-To: https://pluginever.com/support/\n" 7 "POT-Creation-Date: 2025-1 0-20 11:27:01+00:00\n"7 "POT-Creation-Date: 2025-11-24 11:37:01+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" … … 25 25 "X-Generator: grunt-wp-i18n 1.0.3\n" 26 26 27 #: includes/Admin/Admin.php:14 527 #: includes/Admin/Admin.php:146 28 28 msgid "Change Image" 29 29 msgstr "" 30 30 31 #: includes/Admin/Admin.php:14 631 #: includes/Admin/Admin.php:147 32 32 msgid "Delete Image" 33 33 msgstr "" 34 34 35 #: includes/Admin/Admin.php:1 5935 #: includes/Admin/Admin.php:160 36 36 msgid "No Icon" 37 37 msgstr "" 38 38 39 #: includes/Admin/Admin.php:17 039 #: includes/Admin/Admin.php:171 40 40 #. Translators: 1.Version Name. 41 41 msgid "%s Icons" 42 42 msgstr "" 43 43 44 #: includes/Admin/Admin.php:38 644 #: includes/Admin/Admin.php:387 45 45 msgid "Selection Type" 46 46 msgstr "" 47 47 48 #: includes/Admin/Admin.php:39 848 #: includes/Admin/Admin.php:399 49 49 msgid "Select all categories or any custom categories" 50 50 msgstr "" 51 51 52 #: includes/Admin/Admin.php:40 452 #: includes/Admin/Admin.php:405 53 53 msgid "Select Categories" 54 54 msgstr "" 55 55 56 #: includes/Admin/Admin.php:41 456 #: includes/Admin/Admin.php:415 57 57 msgid "Select categories to show in the slider." 58 58 msgstr "" 59 59 60 #: includes/Admin/Admin.php:42 460 #: includes/Admin/Admin.php:425 61 61 msgid "Limit Items" 62 62 msgstr "" 63 63 64 #: includes/Admin/Admin.php:42 864 #: includes/Admin/Admin.php:429 65 65 msgid "Limit the number of category appear on the slider" 66 66 msgstr "" 67 67 68 #: includes/Admin/Admin.php:43 868 #: includes/Admin/Admin.php:439 69 69 msgid "Include Children" 70 70 msgstr "" 71 71 72 #: includes/Admin/Admin.php:44 272 #: includes/Admin/Admin.php:443 73 73 msgid "Enable to include subcategories of the selected categories" 74 74 msgstr "" 75 75 76 #: includes/Admin/Admin.php:45 176 #: includes/Admin/Admin.php:452 77 77 msgid "Empty Categories" 78 78 msgstr "" 79 79 80 #: includes/Admin/Admin.php:45 280 #: includes/Admin/Admin.php:453 81 81 msgid "Enable to show categories without products" 82 82 msgstr "" 83 83 84 #: includes/Admin/Admin.php:46 084 #: includes/Admin/Admin.php:461 85 85 msgid "Order By" 86 86 msgstr "" 87 87 88 #: includes/Admin/Admin.php:46 788 #: includes/Admin/Admin.php:468 89 89 msgid "Term ID" 90 90 msgstr "" 91 91 92 #: includes/Admin/Admin.php:46 892 #: includes/Admin/Admin.php:469 93 93 msgid "Term Name" 94 94 msgstr "" 95 95 96 #: includes/Admin/Admin.php:4 6996 #: includes/Admin/Admin.php:470 97 97 msgid "Term Description" 98 98 msgstr "" 99 99 100 #: includes/Admin/Admin.php:47 0100 #: includes/Admin/Admin.php:471 101 101 msgid "Term Group" 102 102 msgstr "" 103 103 104 #: includes/Admin/Admin.php:47 1104 #: includes/Admin/Admin.php:472 105 105 msgid "Count" 106 106 msgstr "" 107 107 108 #: includes/Admin/Admin.php:47 2108 #: includes/Admin/Admin.php:473 109 109 msgid "Custom" 110 110 msgstr "" 111 111 112 #: includes/Admin/Admin.php:47 3includes/functions.php:756112 #: includes/Admin/Admin.php:474 includes/functions.php:756 113 113 msgid "None" 114 114 msgstr "" 115 115 116 #: includes/Admin/Admin.php:47 7 includes/Admin/Admin.php:500116 #: includes/Admin/Admin.php:478 includes/Admin/Admin.php:501 117 117 msgid "Order category slider according to the selection type" 118 118 msgstr "" 119 119 120 #: includes/Admin/Admin.php:48 8120 #: includes/Admin/Admin.php:489 121 121 msgid "Order" 122 122 msgstr "" 123 123 124 #: includes/Admin/Admin.php:51 4124 #: includes/Admin/Admin.php:515 125 125 msgid "Publish" 126 126 msgstr "" 127 127 128 #: includes/Admin/Admin.php:51 5128 #: includes/Admin/Admin.php:516 129 129 msgid "Create Slider" 130 130 msgstr "" 131 131 132 #: includes/Admin/Admin.php:52 1132 #: includes/Admin/Admin.php:522 133 133 msgid "Update Slider" 134 134 msgstr "" 135 135 136 #: includes/Admin/Admin.php:54 5136 #: includes/Admin/Admin.php:546 137 137 msgid "Use the shortcode to render the slider anywhere in the page or post." 138 138 msgstr "" 139 139 140 #: includes/Admin/Admin.php:57 3140 #: includes/Admin/Admin.php:574 141 141 #: libraries/byteever/bytekit-plugin/src/Traits/HasPlugin.php:238 142 142 msgid "Settings" 143 143 msgstr "" 144 144 145 #: includes/Admin/Admin.php:58 3145 #: includes/Admin/Admin.php:584 146 146 msgid "Category Settings" 147 147 msgstr "" 148 148 149 #: includes/Admin/Admin.php:59 3includes/PostTypes.php:93149 #: includes/Admin/Admin.php:594 includes/PostTypes.php:93 150 150 msgid "Shortcode" 151 151 msgstr "" 152 152 153 #: includes/Admin/Admin.php:62 5153 #: includes/Admin/Admin.php:626 154 154 #. translators: 1: Plugin name 2: WordPress 155 155 msgid "" … … 158 158 msgstr "" 159 159 160 #: includes/Admin/Admin.php:62 7160 #: includes/Admin/Admin.php:628 161 161 msgid "Thanks :)" 162 162 msgstr "" 163 163 164 #: includes/Admin/Admin.php:64 6164 #: includes/Admin/Admin.php:647 165 165 #. translators: 1: Plugin version 166 166 msgid "Version %s" … … 509 509 msgstr "" 510 510 511 #: includes/Admin/views/notices/ halloween.php:20512 msgid " Limited Time Offer! PluginEver Halloween Sale: 30% OFF!!"513 msgstr "" 514 515 #: includes/Admin/views/notices/ halloween.php:27516 #. translators: 1. Offer Percentage, 2. Coupon Code.511 #: includes/Admin/views/notices/black-friday.php:19 512 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Product Category Slider Pro !!" 513 msgstr "" 514 515 #: includes/Admin/views/notices/black-friday.php:26 516 #. translators: 1. Offer Percentage, 2. Coupon Code. 517 517 msgid "" 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!" 521 msgstr "" 522 523 #: includes/Admin/views/notices/black-friday.php:38 523 524 msgid "Claim your discount!!" 524 525 msgstr "" 525 526 526 #: includes/Admin/views/notices/ halloween.php:44527 #: includes/Admin/views/notices/black-friday.php:42 527 528 msgid "Remind me later" 528 529 msgstr "" 529 530 530 #: includes/Admin/views/notices/ halloween.php:48531 #: includes/Admin/views/notices/black-friday.php:46 531 532 msgid "Never show this again!" 532 msgstr ""533 534 #: includes/Admin/views/notices/halloween.php:52535 msgid "DISMISS"536 msgstr ""537 538 #: includes/Admin/views/notices/halloween.php:55539 msgid "Valid until November 8, 2025"540 533 msgstr "" 541 534 -
woo-category-slider-by-pluginever/trunk/readme.txt
r3383209 r3401807 3 3 Tags: WooCommerce Product Category Slider, woocommerce, slider, category slider, product slider 4 4 Tested up to: 6.8 5 Stable tag: 4.4. 15 Stable tag: 4.4.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 169 169 170 170 == 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 171 175 = 4.4.1 (23rd October 2025) = 172 176 * Enhance: Update the plugin notices. -
woo-category-slider-by-pluginever/trunk/vendor/composer/autoload_static.php
r3344624 r3401807 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( 10 'W' => 10 'W' => 11 11 array ( 12 12 'WooCommerceCategorySlider\\' => 26, … … 15 15 16 16 public static $prefixDirsPsr4 = array ( 17 'WooCommerceCategorySlider\\' => 17 'WooCommerceCategorySlider\\' => 18 18 array ( 19 19 0 => __DIR__ . '/../..' . '/includes', -
woo-category-slider-by-pluginever/trunk/vendor/composer/installed.php
r3383209 r3401807 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 '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', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
woo-category-slider-by-pluginever/trunk/woo-category-slider-by-pluginever.php
r3383209 r3401807 4 4 * Plugin URI: https://pluginever.com/plugins/woocommerce-category-slider-pro/ 5 5 * Description: Showcase product categories in the most appealing way. Create an instant impression & trigger purchase intention. 6 * Version: 4.4. 16 * Version: 4.4.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 … … 15 15 * Tested up to: 6.8 16 16 * WC requires at least: 3.0.0 17 * WC tested up to: 10. 217 * WC tested up to: 10.3 18 18 * Requires Plugins: woocommerce 19 19 *
Note: See TracChangeset
for help on using the changeset viewer.