Plugin Directory

Changeset 3441877


Ignore:
Timestamp:
01/18/2026 12:03:20 PM (2 months ago)
Author:
pluginever
Message:

Update to version 2.2.4

Location:
wc-min-max-quantities
Files:
2 added
8 deleted
18 edited
1 copied

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  
    3131        $current_time   = absint( wp_date( 'U' ) );
    3232
    33         // Black Friday offer 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 ) {
    3636            wc_min_max_quantities()->notices->add(
    3737                array(
    38                     'message'     => __DIR__ . '/views/notices/black-friday.php',
     38                    'message'     => __DIR__ . '/views/notices/tenk-celebrate.php',
    3939                    'dismissible' => false,
    40                     'notice_id'   => 'wcmmq_black_friday_promo_2025',
    41                     'style'       => 'border-left-color: #000000;',
    42                     'class'       => 'notice-black-friday',
     40                    'notice_id'   => 'wcmmq_tenk_celebrate_jan_2026',
     41                    'style'       => 'border-left-color: #0542fa;',
     42                    'class'       => 'notice-tenk-celebrate',
    4343                )
    4444            );
     
    4949
    5050            // phpcs:disable
    51             // TODO: Uncomment the below code when black friday offer is over.
     51            // TODO: Uncomment the below code when other offer is over.
    5252            /*
    5353            if ( ! defined( 'WCMMQ_PRO_VERSION' ) ) {
  • wc-min-max-quantities/tags/2.2.4/languages/wc-min-max-quantities.pot

    r3424626 r3441877  
    1 # Copyright (C) 2025 PluginEver
     1# Copyright (C) 2026 PluginEver
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Min Max Quantities 2.2.3\n"
     5"Project-Id-Version: Min Max Quantities 2.2.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-min-max-quantities\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-12-21T11:41:00+00:00\n"
     12"POT-Creation-Date: 2026-01-18T12:00:42+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
     
    1818#: wc-min-max-quantities.php
    1919#: includes/Admin/Admin.php:61
     20#: includes/Admin/views/notices/tenk-celebrate.php:15
    2021msgid "Min Max Quantities"
    2122msgstr ""
     
    220221msgstr ""
    221222
    222 #: includes/Admin/views/notices/black-friday.php:19
    223 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:26
    228 #, php-format
    229 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:38
    233 msgid "Claim your discount !!"
    234 msgstr ""
    235 
    236 #: includes/Admin/views/notices/black-friday.php:42
    237 msgid "Remind me later"
    238 msgstr ""
    239 
    240 #: includes/Admin/views/notices/black-friday.php:46
    241 msgid "Never show this again!"
    242 msgstr ""
    243 
    244223#: includes/Admin/views/notices/review.php:18
    245224msgid "Enjoying Min Max Quantities?"
     
    257236
    258237#: includes/Admin/views/notices/review.php:40
     238#: includes/Admin/views/notices/tenk-celebrate.php:40
    259239#: includes/Admin/views/notices/upgrade.php:40
    260240msgid "Maybe later"
     
    265245msgstr ""
    266246
     247#: includes/Admin/views/notices/tenk-celebrate.php:18
     248msgid "10,000+ Users Celebration!"
     249msgstr ""
     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
     254msgid "🎉 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."
     255msgstr ""
     256
     257#: includes/Admin/views/notices/tenk-celebrate.php:36
     258msgid "Grab the Deal"
     259msgstr ""
     260
     261#: includes/Admin/views/notices/tenk-celebrate.php:44
     262#: includes/Admin/views/notices/upgrade.php:44
     263msgid "Close permanently"
     264msgstr ""
     265
    267266#: includes/Admin/views/notices/upgrade.php:18
    268267msgid "Flash Sale Alert!"
     
    277276#: includes/Admin/views/notices/upgrade.php:36
    278277msgid "Upgrade now"
    279 msgstr ""
    280 
    281 #: includes/Admin/views/notices/upgrade.php:44
    282 msgid "Close permanently"
    283278msgstr ""
    284279
  • wc-min-max-quantities/tags/2.2.4/readme.txt

    r3424626 r3441877  
    33Tags: limit cost, limit quantity, min and max to purchase, cart limits, woocommerce limits
    44Tested up to: 6.9
    5 Stable tag: 2.2.3
     5Stable tag: 2.2.4
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wc-min-max-quantities/tags/2.2.4/vendor/composer/installed.json

    r3424626 r3441877  
    3434                "issues": "https://github.com/byteever/bytekit-plugin/issues"
    3535            },
     36            "abandoned": true,
    3637            "install-path": "../byteever/bytekit-plugin"
    3738        },
     
    6970                "issues": "https://github.com/byteever/bytekit-settings/issues"
    7071            },
     72            "abandoned": true,
    7173            "install-path": "../byteever/bytekit-settings"
    7274        }
  • wc-min-max-quantities/tags/2.2.4/vendor/composer/installed.php

    r3424626 r3441877  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'da82e8be0fc28214e2df953b0777d78a6aa5ce1a',
     6        'reference' => 'c00dab934ce9d053f5688ea94e1a46825eb9ee0d',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => 'da82e8be0fc28214e2df953b0777d78a6aa5ce1a',
     34            'reference' => 'c00dab934ce9d053f5688ea94e1a46825eb9ee0d',
    3535            'type' => 'wordpress-plugin',
    3636            'install_path' => __DIR__ . '/../../',
  • wc-min-max-quantities/tags/2.2.4/wc-min-max-quantities.php

    r3424626 r3441877  
    44 * Plugin URI:           https://pluginever.com/woocommerce-min-max-quantities-pro/
    55 * Description:          The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order.
    6  * Version:              2.2.3
     6 * Version:              2.2.4
    77 * Requires at least:    5.2
    88 * 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  
    3131        $current_time   = absint( wp_date( 'U' ) );
    3232
    33         // Black Friday offer 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 ) {
    3636            wc_min_max_quantities()->notices->add(
    3737                array(
    38                     'message'     => __DIR__ . '/views/notices/black-friday.php',
     38                    'message'     => __DIR__ . '/views/notices/tenk-celebrate.php',
    3939                    'dismissible' => false,
    40                     'notice_id'   => 'wcmmq_black_friday_promo_2025',
    41                     'style'       => 'border-left-color: #000000;',
    42                     'class'       => 'notice-black-friday',
     40                    'notice_id'   => 'wcmmq_tenk_celebrate_jan_2026',
     41                    'style'       => 'border-left-color: #0542fa;',
     42                    'class'       => 'notice-tenk-celebrate',
    4343                )
    4444            );
     
    4949
    5050            // phpcs:disable
    51             // TODO: Uncomment the below code when black friday offer is over.
     51            // TODO: Uncomment the below code when other offer is over.
    5252            /*
    5353            if ( ! defined( 'WCMMQ_PRO_VERSION' ) ) {
  • wc-min-max-quantities/trunk/languages/wc-min-max-quantities.pot

    r3424626 r3441877  
    1 # Copyright (C) 2025 PluginEver
     1# Copyright (C) 2026 PluginEver
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Min Max Quantities 2.2.3\n"
     5"Project-Id-Version: Min Max Quantities 2.2.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-min-max-quantities\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-12-21T11:41:00+00:00\n"
     12"POT-Creation-Date: 2026-01-18T12:00:42+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
     
    1818#: wc-min-max-quantities.php
    1919#: includes/Admin/Admin.php:61
     20#: includes/Admin/views/notices/tenk-celebrate.php:15
    2021msgid "Min Max Quantities"
    2122msgstr ""
     
    220221msgstr ""
    221222
    222 #: includes/Admin/views/notices/black-friday.php:19
    223 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:26
    228 #, php-format
    229 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:38
    233 msgid "Claim your discount !!"
    234 msgstr ""
    235 
    236 #: includes/Admin/views/notices/black-friday.php:42
    237 msgid "Remind me later"
    238 msgstr ""
    239 
    240 #: includes/Admin/views/notices/black-friday.php:46
    241 msgid "Never show this again!"
    242 msgstr ""
    243 
    244223#: includes/Admin/views/notices/review.php:18
    245224msgid "Enjoying Min Max Quantities?"
     
    257236
    258237#: includes/Admin/views/notices/review.php:40
     238#: includes/Admin/views/notices/tenk-celebrate.php:40
    259239#: includes/Admin/views/notices/upgrade.php:40
    260240msgid "Maybe later"
     
    265245msgstr ""
    266246
     247#: includes/Admin/views/notices/tenk-celebrate.php:18
     248msgid "10,000+ Users Celebration!"
     249msgstr ""
     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
     254msgid "🎉 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."
     255msgstr ""
     256
     257#: includes/Admin/views/notices/tenk-celebrate.php:36
     258msgid "Grab the Deal"
     259msgstr ""
     260
     261#: includes/Admin/views/notices/tenk-celebrate.php:44
     262#: includes/Admin/views/notices/upgrade.php:44
     263msgid "Close permanently"
     264msgstr ""
     265
    267266#: includes/Admin/views/notices/upgrade.php:18
    268267msgid "Flash Sale Alert!"
     
    277276#: includes/Admin/views/notices/upgrade.php:36
    278277msgid "Upgrade now"
    279 msgstr ""
    280 
    281 #: includes/Admin/views/notices/upgrade.php:44
    282 msgid "Close permanently"
    283278msgstr ""
    284279
  • wc-min-max-quantities/trunk/readme.txt

    r3424626 r3441877  
    33Tags: limit cost, limit quantity, min and max to purchase, cart limits, woocommerce limits
    44Tested up to: 6.9
    5 Stable tag: 2.2.3
     5Stable tag: 2.2.4
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wc-min-max-quantities/trunk/vendor/composer/installed.json

    r3424626 r3441877  
    3434                "issues": "https://github.com/byteever/bytekit-plugin/issues"
    3535            },
     36            "abandoned": true,
    3637            "install-path": "../byteever/bytekit-plugin"
    3738        },
     
    6970                "issues": "https://github.com/byteever/bytekit-settings/issues"
    7071            },
     72            "abandoned": true,
    7173            "install-path": "../byteever/bytekit-settings"
    7274        }
  • wc-min-max-quantities/trunk/vendor/composer/installed.php

    r3424626 r3441877  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'da82e8be0fc28214e2df953b0777d78a6aa5ce1a',
     6        'reference' => 'c00dab934ce9d053f5688ea94e1a46825eb9ee0d',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => 'da82e8be0fc28214e2df953b0777d78a6aa5ce1a',
     34            'reference' => 'c00dab934ce9d053f5688ea94e1a46825eb9ee0d',
    3535            'type' => 'wordpress-plugin',
    3636            'install_path' => __DIR__ . '/../../',
  • wc-min-max-quantities/trunk/wc-min-max-quantities.php

    r3424626 r3441877  
    44 * Plugin URI:           https://pluginever.com/woocommerce-min-max-quantities-pro/
    55 * Description:          The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order.
    6  * Version:              2.2.3
     6 * Version:              2.2.4
    77 * Requires at least:    5.2
    88 * Tested up to:         6.9
Note: See TracChangeset for help on using the changeset viewer.