Changeset 3441877
- Timestamp:
- 01/18/2026 12:03:20 PM (2 months ago)
- Location:
- wc-min-max-quantities
- Files:
-
- 2 added
- 8 deleted
- 18 edited
- 1 copied
-
tags/2.2.4 (copied) (copied from wc-min-max-quantities/trunk)
-
tags/2.2.4/assets/build/css/admin-rtl.css (modified) (1 diff)
-
tags/2.2.4/assets/build/css/admin.asset.php (modified) (1 diff)
-
tags/2.2.4/assets/build/css/admin.css (modified) (1 diff)
-
tags/2.2.4/assets/build/images/black-friday-banner.3a36692a.png (deleted)
-
tags/2.2.4/assets/build/images/black-friday-banner.png (deleted)
-
tags/2.2.4/assets/build/images/black-friday-icon.png (deleted)
-
tags/2.2.4/includes/Admin/Notices.php (modified) (2 diffs)
-
tags/2.2.4/includes/Admin/views/notices/black-friday.php (deleted)
-
tags/2.2.4/includes/Admin/views/notices/tenk-celebrate.php (added)
-
tags/2.2.4/languages/wc-min-max-quantities.pot (modified) (7 diffs)
-
tags/2.2.4/readme.txt (modified) (1 diff)
-
tags/2.2.4/vendor/composer/installed.json (modified) (2 diffs)
-
tags/2.2.4/vendor/composer/installed.php (modified) (2 diffs)
-
tags/2.2.4/wc-min-max-quantities.php (modified) (1 diff)
-
trunk/assets/build/css/admin-rtl.css (modified) (1 diff)
-
trunk/assets/build/css/admin.asset.php (modified) (1 diff)
-
trunk/assets/build/css/admin.css (modified) (1 diff)
-
trunk/assets/build/images/black-friday-banner.3a36692a.png (deleted)
-
trunk/assets/build/images/black-friday-banner.png (deleted)
-
trunk/assets/build/images/black-friday-icon.png (deleted)
-
trunk/includes/Admin/Notices.php (modified) (2 diffs)
-
trunk/includes/Admin/views/notices/black-friday.php (deleted)
-
trunk/includes/Admin/views/notices/tenk-celebrate.php (added)
-
trunk/languages/wc-min-max-quantities.pot (modified) (7 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.json (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wc-min-max-quantities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-min-max-quantities/tags/2.2.4/assets/build/css/admin-rtl.css
r3424626 r3441877 1 .bk- notice.notice-black-friday{position:relative;border-color:#000;background-image:url(../images/black-friday-banner.3a36692a.png);background-repeat:repeat}.bk-notice.notice-black-friday .notice-content h3{color:#fff;font-size:1.25rem}.bk-notice.notice-black-friday .notice-content p{padding-right:0;color:#ddd}.bk-notice.notice-black-friday .notice-footer{border-top-color:#3e3e3e}.bk-notice.notice-black-friday .black-friday-upgrade-btn{color:#eee}.bk-notice.notice-black-friday .btn-data-dismiss{z-index:9;position:absolute;top:.75rem;left:.75rem}@media(max-width:768px){.bk-notice.notice-black-friday .notice-footer{flex-direction:column;align-items:flex-start;gap:.5rem}}.bk-card.promo-panel{background:#2563eb}.bk-card.promo-panel .bk-card__header{background:#1048c4;color:#fff}.bk-card__body li{color:#fff}.bk-card__body .button{width:100%;text-align:center}1 .bk-card.promo-panel{background:#2563eb}.bk-card.promo-panel .bk-card__header{background:#1048c4;color:#fff}.bk-card__body li{color:#fff}.bk-card__body .button{width:100%;text-align:center} -
wc-min-max-quantities/tags/2.2.4/assets/build/css/admin.asset.php
r3424626 r3441877 1 <?php return array('dependencies' => array(), 'version' => ' 85dc76cee50617315465');1 <?php return array('dependencies' => array(), 'version' => 'ed8530feca4b3d19ad63'); -
wc-min-max-quantities/tags/2.2.4/assets/build/css/admin.css
r3424626 r3441877 1 .bk- notice.notice-black-friday{position:relative;border-color:#000;background-image:url(../images/black-friday-banner.3a36692a.png);background-repeat:repeat}.bk-notice.notice-black-friday .notice-content h3{color:#fff;font-size:1.25rem}.bk-notice.notice-black-friday .notice-content p{padding-left:0;color:#ddd}.bk-notice.notice-black-friday .notice-footer{border-top-color:#3e3e3e}.bk-notice.notice-black-friday .black-friday-upgrade-btn{color:#eee}.bk-notice.notice-black-friday .btn-data-dismiss{z-index:9;position:absolute;top:.75rem;right:.75rem}@media(max-width:768px){.bk-notice.notice-black-friday .notice-footer{flex-direction:column;align-items:flex-start;gap:.5rem}}.bk-card.promo-panel{background:#2563eb}.bk-card.promo-panel .bk-card__header{background:#1048c4;color:#fff}.bk-card__body li{color:#fff}.bk-card__body .button{width:100%;text-align:center}1 .bk-card.promo-panel{background:#2563eb}.bk-card.promo-panel .bk-card__header{background:#1048c4;color:#fff}.bk-card__body li{color:#fff}.bk-card__body .button{width:100%;text-align:center} -
wc-min-max-quantities/tags/2.2.4/includes/Admin/Notices.php
r3401734 r3441877 31 31 $current_time = absint( wp_date( 'U' ) ); 32 32 33 // Black Fridayoffer notice.34 $ black_friday_end_time = date_i18n( strtotime( '2025-12-05 00:00:00' ));35 if ( ! defined( 'WCMMQ_PRO_VERSION' ) && $current_time < $ black_friday_end_time ) {33 // 10k celebration offer notice. 34 $tenk_celebrate_end_time = strtotime( '2026-01-29 00:00:00' ); 35 if ( ! defined( 'WCMMQ_PRO_VERSION' ) && $current_time < $tenk_celebrate_end_time ) { 36 36 wc_min_max_quantities()->notices->add( 37 37 array( 38 'message' => __DIR__ . '/views/notices/ black-friday.php',38 'message' => __DIR__ . '/views/notices/tenk-celebrate.php', 39 39 'dismissible' => false, 40 'notice_id' => 'wcmmq_ black_friday_promo_2025',41 'style' => 'border-left-color: #0 00000;',42 'class' => 'notice- black-friday',40 'notice_id' => 'wcmmq_tenk_celebrate_jan_2026', 41 'style' => 'border-left-color: #0542fa;', 42 'class' => 'notice-tenk-celebrate', 43 43 ) 44 44 ); … … 49 49 50 50 // phpcs:disable 51 // TODO: Uncomment the below code when black fridayoffer is over.51 // TODO: Uncomment the below code when other offer is over. 52 52 /* 53 53 if ( ! defined( 'WCMMQ_PRO_VERSION' ) ) { -
wc-min-max-quantities/tags/2.2.4/languages/wc-min-max-quantities.pot
r3424626 r3441877 1 # Copyright (C) 202 5PluginEver1 # Copyright (C) 2026 PluginEver 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Min Max Quantities 2.2. 3\n"5 "Project-Id-Version: Min Max Quantities 2.2.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-min-max-quantities\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 5-12-21T11:41:00+00:00\n"12 "POT-Creation-Date: 2026-01-18T12:00:42+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 18 18 #: wc-min-max-quantities.php 19 19 #: includes/Admin/Admin.php:61 20 #: includes/Admin/views/notices/tenk-celebrate.php:15 20 21 msgid "Min Max Quantities" 21 22 msgstr "" … … 220 221 msgstr "" 221 222 222 #: includes/Admin/views/notices/black-friday.php:19223 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Min Max Quantities Pro !!"224 msgstr ""225 226 #. translators: 1. Offer Percentage, 2. Coupon Code.227 #: includes/Admin/views/notices/black-friday.php:26228 #, php-format229 msgid "Unlock premium features at an unbeatable price this Black Friday! Enjoy %1$s on Min Max Quantities Pro with code %2$s. Hurry, this deal ends soon!"230 msgstr ""231 232 #: includes/Admin/views/notices/black-friday.php:38233 msgid "Claim your discount !!"234 msgstr ""235 236 #: includes/Admin/views/notices/black-friday.php:42237 msgid "Remind me later"238 msgstr ""239 240 #: includes/Admin/views/notices/black-friday.php:46241 msgid "Never show this again!"242 msgstr ""243 244 223 #: includes/Admin/views/notices/review.php:18 245 224 msgid "Enjoying Min Max Quantities?" … … 257 236 258 237 #: includes/Admin/views/notices/review.php:40 238 #: includes/Admin/views/notices/tenk-celebrate.php:40 259 239 #: includes/Admin/views/notices/upgrade.php:40 260 240 msgid "Maybe later" … … 265 245 msgstr "" 266 246 247 #: includes/Admin/views/notices/tenk-celebrate.php:18 248 msgid "10,000+ Users Celebration!" 249 msgstr "" 250 251 #. translators: %1$s: Min Max Quantities Pro link, %2$s: Coupon code. 252 #: includes/Admin/views/notices/tenk-celebrate.php:24 253 #, php-format 254 msgid "🎉 We hit 10,000+ users! To celebrate with you, enjoy <strong>20%% discount</strong> OFF on %1$s our Premium plan. Use code: %2$s at checkout to grab the deal." 255 msgstr "" 256 257 #: includes/Admin/views/notices/tenk-celebrate.php:36 258 msgid "Grab the Deal" 259 msgstr "" 260 261 #: includes/Admin/views/notices/tenk-celebrate.php:44 262 #: includes/Admin/views/notices/upgrade.php:44 263 msgid "Close permanently" 264 msgstr "" 265 267 266 #: includes/Admin/views/notices/upgrade.php:18 268 267 msgid "Flash Sale Alert!" … … 277 276 #: includes/Admin/views/notices/upgrade.php:36 278 277 msgid "Upgrade now" 279 msgstr ""280 281 #: includes/Admin/views/notices/upgrade.php:44282 msgid "Close permanently"283 278 msgstr "" 284 279 -
wc-min-max-quantities/tags/2.2.4/readme.txt
r3424626 r3441877 3 3 Tags: limit cost, limit quantity, min and max to purchase, cart limits, woocommerce limits 4 4 Tested up to: 6.9 5 Stable tag: 2.2. 35 Stable tag: 2.2.4 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wc-min-max-quantities/tags/2.2.4/vendor/composer/installed.json
r3424626 r3441877 34 34 "issues": "https://github.com/byteever/bytekit-plugin/issues" 35 35 }, 36 "abandoned": true, 36 37 "install-path": "../byteever/bytekit-plugin" 37 38 }, … … 69 70 "issues": "https://github.com/byteever/bytekit-settings/issues" 70 71 }, 72 "abandoned": true, 71 73 "install-path": "../byteever/bytekit-settings" 72 74 } -
wc-min-max-quantities/tags/2.2.4/vendor/composer/installed.php
r3424626 r3441877 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' da82e8be0fc28214e2df953b0777d78a6aa5ce1a',6 'reference' => 'c00dab934ce9d053f5688ea94e1a46825eb9ee0d', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' da82e8be0fc28214e2df953b0777d78a6aa5ce1a',34 'reference' => 'c00dab934ce9d053f5688ea94e1a46825eb9ee0d', 35 35 'type' => 'wordpress-plugin', 36 36 'install_path' => __DIR__ . '/../../', -
wc-min-max-quantities/tags/2.2.4/wc-min-max-quantities.php
r3424626 r3441877 4 4 * Plugin URI: https://pluginever.com/woocommerce-min-max-quantities-pro/ 5 5 * Description: The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order. 6 * Version: 2.2. 36 * Version: 2.2.4 7 7 * Requires at least: 5.2 8 8 * Tested up to: 6.9 -
wc-min-max-quantities/trunk/assets/build/css/admin-rtl.css
r3424626 r3441877 1 .bk- notice.notice-black-friday{position:relative;border-color:#000;background-image:url(../images/black-friday-banner.3a36692a.png);background-repeat:repeat}.bk-notice.notice-black-friday .notice-content h3{color:#fff;font-size:1.25rem}.bk-notice.notice-black-friday .notice-content p{padding-right:0;color:#ddd}.bk-notice.notice-black-friday .notice-footer{border-top-color:#3e3e3e}.bk-notice.notice-black-friday .black-friday-upgrade-btn{color:#eee}.bk-notice.notice-black-friday .btn-data-dismiss{z-index:9;position:absolute;top:.75rem;left:.75rem}@media(max-width:768px){.bk-notice.notice-black-friday .notice-footer{flex-direction:column;align-items:flex-start;gap:.5rem}}.bk-card.promo-panel{background:#2563eb}.bk-card.promo-panel .bk-card__header{background:#1048c4;color:#fff}.bk-card__body li{color:#fff}.bk-card__body .button{width:100%;text-align:center}1 .bk-card.promo-panel{background:#2563eb}.bk-card.promo-panel .bk-card__header{background:#1048c4;color:#fff}.bk-card__body li{color:#fff}.bk-card__body .button{width:100%;text-align:center} -
wc-min-max-quantities/trunk/assets/build/css/admin.asset.php
r3424626 r3441877 1 <?php return array('dependencies' => array(), 'version' => ' 85dc76cee50617315465');1 <?php return array('dependencies' => array(), 'version' => 'ed8530feca4b3d19ad63'); -
wc-min-max-quantities/trunk/assets/build/css/admin.css
r3424626 r3441877 1 .bk- notice.notice-black-friday{position:relative;border-color:#000;background-image:url(../images/black-friday-banner.3a36692a.png);background-repeat:repeat}.bk-notice.notice-black-friday .notice-content h3{color:#fff;font-size:1.25rem}.bk-notice.notice-black-friday .notice-content p{padding-left:0;color:#ddd}.bk-notice.notice-black-friday .notice-footer{border-top-color:#3e3e3e}.bk-notice.notice-black-friday .black-friday-upgrade-btn{color:#eee}.bk-notice.notice-black-friday .btn-data-dismiss{z-index:9;position:absolute;top:.75rem;right:.75rem}@media(max-width:768px){.bk-notice.notice-black-friday .notice-footer{flex-direction:column;align-items:flex-start;gap:.5rem}}.bk-card.promo-panel{background:#2563eb}.bk-card.promo-panel .bk-card__header{background:#1048c4;color:#fff}.bk-card__body li{color:#fff}.bk-card__body .button{width:100%;text-align:center}1 .bk-card.promo-panel{background:#2563eb}.bk-card.promo-panel .bk-card__header{background:#1048c4;color:#fff}.bk-card__body li{color:#fff}.bk-card__body .button{width:100%;text-align:center} -
wc-min-max-quantities/trunk/includes/Admin/Notices.php
r3401734 r3441877 31 31 $current_time = absint( wp_date( 'U' ) ); 32 32 33 // Black Fridayoffer notice.34 $ black_friday_end_time = date_i18n( strtotime( '2025-12-05 00:00:00' ));35 if ( ! defined( 'WCMMQ_PRO_VERSION' ) && $current_time < $ black_friday_end_time ) {33 // 10k celebration offer notice. 34 $tenk_celebrate_end_time = strtotime( '2026-01-29 00:00:00' ); 35 if ( ! defined( 'WCMMQ_PRO_VERSION' ) && $current_time < $tenk_celebrate_end_time ) { 36 36 wc_min_max_quantities()->notices->add( 37 37 array( 38 'message' => __DIR__ . '/views/notices/ black-friday.php',38 'message' => __DIR__ . '/views/notices/tenk-celebrate.php', 39 39 'dismissible' => false, 40 'notice_id' => 'wcmmq_ black_friday_promo_2025',41 'style' => 'border-left-color: #0 00000;',42 'class' => 'notice- black-friday',40 'notice_id' => 'wcmmq_tenk_celebrate_jan_2026', 41 'style' => 'border-left-color: #0542fa;', 42 'class' => 'notice-tenk-celebrate', 43 43 ) 44 44 ); … … 49 49 50 50 // phpcs:disable 51 // TODO: Uncomment the below code when black fridayoffer is over.51 // TODO: Uncomment the below code when other offer is over. 52 52 /* 53 53 if ( ! defined( 'WCMMQ_PRO_VERSION' ) ) { -
wc-min-max-quantities/trunk/languages/wc-min-max-quantities.pot
r3424626 r3441877 1 # Copyright (C) 202 5PluginEver1 # Copyright (C) 2026 PluginEver 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Min Max Quantities 2.2. 3\n"5 "Project-Id-Version: Min Max Quantities 2.2.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-min-max-quantities\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 5-12-21T11:41:00+00:00\n"12 "POT-Creation-Date: 2026-01-18T12:00:42+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 18 18 #: wc-min-max-quantities.php 19 19 #: includes/Admin/Admin.php:61 20 #: includes/Admin/views/notices/tenk-celebrate.php:15 20 21 msgid "Min Max Quantities" 21 22 msgstr "" … … 220 221 msgstr "" 221 222 222 #: includes/Admin/views/notices/black-friday.php:19223 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Min Max Quantities Pro !!"224 msgstr ""225 226 #. translators: 1. Offer Percentage, 2. Coupon Code.227 #: includes/Admin/views/notices/black-friday.php:26228 #, php-format229 msgid "Unlock premium features at an unbeatable price this Black Friday! Enjoy %1$s on Min Max Quantities Pro with code %2$s. Hurry, this deal ends soon!"230 msgstr ""231 232 #: includes/Admin/views/notices/black-friday.php:38233 msgid "Claim your discount !!"234 msgstr ""235 236 #: includes/Admin/views/notices/black-friday.php:42237 msgid "Remind me later"238 msgstr ""239 240 #: includes/Admin/views/notices/black-friday.php:46241 msgid "Never show this again!"242 msgstr ""243 244 223 #: includes/Admin/views/notices/review.php:18 245 224 msgid "Enjoying Min Max Quantities?" … … 257 236 258 237 #: includes/Admin/views/notices/review.php:40 238 #: includes/Admin/views/notices/tenk-celebrate.php:40 259 239 #: includes/Admin/views/notices/upgrade.php:40 260 240 msgid "Maybe later" … … 265 245 msgstr "" 266 246 247 #: includes/Admin/views/notices/tenk-celebrate.php:18 248 msgid "10,000+ Users Celebration!" 249 msgstr "" 250 251 #. translators: %1$s: Min Max Quantities Pro link, %2$s: Coupon code. 252 #: includes/Admin/views/notices/tenk-celebrate.php:24 253 #, php-format 254 msgid "🎉 We hit 10,000+ users! To celebrate with you, enjoy <strong>20%% discount</strong> OFF on %1$s our Premium plan. Use code: %2$s at checkout to grab the deal." 255 msgstr "" 256 257 #: includes/Admin/views/notices/tenk-celebrate.php:36 258 msgid "Grab the Deal" 259 msgstr "" 260 261 #: includes/Admin/views/notices/tenk-celebrate.php:44 262 #: includes/Admin/views/notices/upgrade.php:44 263 msgid "Close permanently" 264 msgstr "" 265 267 266 #: includes/Admin/views/notices/upgrade.php:18 268 267 msgid "Flash Sale Alert!" … … 277 276 #: includes/Admin/views/notices/upgrade.php:36 278 277 msgid "Upgrade now" 279 msgstr ""280 281 #: includes/Admin/views/notices/upgrade.php:44282 msgid "Close permanently"283 278 msgstr "" 284 279 -
wc-min-max-quantities/trunk/readme.txt
r3424626 r3441877 3 3 Tags: limit cost, limit quantity, min and max to purchase, cart limits, woocommerce limits 4 4 Tested up to: 6.9 5 Stable tag: 2.2. 35 Stable tag: 2.2.4 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wc-min-max-quantities/trunk/vendor/composer/installed.json
r3424626 r3441877 34 34 "issues": "https://github.com/byteever/bytekit-plugin/issues" 35 35 }, 36 "abandoned": true, 36 37 "install-path": "../byteever/bytekit-plugin" 37 38 }, … … 69 70 "issues": "https://github.com/byteever/bytekit-settings/issues" 70 71 }, 72 "abandoned": true, 71 73 "install-path": "../byteever/bytekit-settings" 72 74 } -
wc-min-max-quantities/trunk/vendor/composer/installed.php
r3424626 r3441877 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' da82e8be0fc28214e2df953b0777d78a6aa5ce1a',6 'reference' => 'c00dab934ce9d053f5688ea94e1a46825eb9ee0d', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' da82e8be0fc28214e2df953b0777d78a6aa5ce1a',34 'reference' => 'c00dab934ce9d053f5688ea94e1a46825eb9ee0d', 35 35 'type' => 'wordpress-plugin', 36 36 'install_path' => __DIR__ . '/../../', -
wc-min-max-quantities/trunk/wc-min-max-quantities.php
r3424626 r3441877 4 4 * Plugin URI: https://pluginever.com/woocommerce-min-max-quantities-pro/ 5 5 * Description: The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order. 6 * Version: 2.2. 36 * Version: 2.2.4 7 7 * Requires at least: 5.2 8 8 * Tested up to: 6.9
Note: See TracChangeset
for help on using the changeset viewer.