Plugin Directory

Changeset 3453574


Ignore:
Timestamp:
02/04/2026 07:38:34 AM (5 weeks ago)
Author:
TechGasp
Message:

Version 7.7.2

Location:
spam-master
Files:
134 added
3 edited

Legend:

Unmodified
Added
Removed
  • spam-master/trunk/class-spammaster.php

    r3410487 r3453574  
    33 * Plugin Name: Spam Master
    44 * Plugin URI: https://www.spammaster.org
    5  * Version: 7.7.1
     5 * Version: 7.7.2
    66 * Author: TechGasp
    77 * Author URI: https://www.techgasp.com
     
    3434
    3535// Define plugin constants.
    36 define( 'SPAM_MASTER_VERSION', '7.7.1' );
     36define( 'SPAM_MASTER_VERSION', '7.7.2' );
    3737define( 'SPAM_MASTER_NAME', 'Spam Master' );
    3838define( 'SPAM_MASTER_DOMAIN', 'SpamMaster.org' );
  • spam-master/trunk/includes/controllers/class-spammasterelusivecontroller.php

    r3410487 r3453574  
    7575                    array( 'security', 'shipping_method' ),
    7676                    array( 'time', 'product_ids' ),
     77                    array( 'quantity', 'add-to-cart' ),
    7778                    array( 'product_id' ),
    7879                ),
     
    8889                    array( 'order_id', 'intent_id', 'payment_method_id', '_ajax_nonce' ),
    8990                    array( 'security', 'shipping_method', 'payment_request_type', 'is_product_page' ),
     91                    array( 'price', 'product_sku', 'product_id', 'quantity' ),
    9092                ),
    9193                5 => array(
  • spam-master/trunk/readme.txt

    r3410487 r3453574  
    33Tags: spam, firewall, antispam, protection, antibot
    44Requires at least: 5.0
    5 Tested up to: 6.9
    6 Requires PHP: 7.0
    7 Stable tag: 7.7.1
     5Tested up to: 6.9.1
     6Requires PHP: 7.4
     7Stable tag: 7.7.2
    88License: GPLv2 or later
    99
     
    107107
    108108== Changelog ==
     109
     110= 7.7.2 =
     111* Exempting quantity, add to cart
    109112
    110113= 7.7.1 =
Note: See TracChangeset for help on using the changeset viewer.