Plugin Directory

Changeset 3410487


Ignore:
Timestamp:
12/04/2025 06:43:57 AM (3 months ago)
Author:
TechGasp
Message:

Version 7.7.1

Location:
spam-master
Files:
134 added
3 edited

Legend:

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

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

    r3375243 r3410487  
    8181                    array( 'security', 'shipping_method', 'is_product_page' ),
    8282                    array( 'security', 'product_id', 'qty' ),
     83                    array( 'attribute_colors', 'attribute_sizes', 'product_id' ),
    8384                ),
    8485                4 => array(
  • spam-master/trunk/readme.txt

    r3385639 r3410487  
    33Tags: spam, firewall, antispam, protection, antibot
    44Requires at least: 5.0
    5 Tested up to: 6.8.3
     5Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 7.7.0
     7Stable tag: 7.7.1
    88License: GPLv2 or later
    99
     
    107107
    108108== Changelog ==
     109
     110= 7.7.1 =
     111* Clean-up and speed improvements
    109112
    110113= 7.7.0 =
Note: See TracChangeset for help on using the changeset viewer.