Plugin Directory

Changeset 3187257


Ignore:
Timestamp:
11/13/2024 09:18:40 AM (16 months ago)
Author:
TechGasp
Message:

Version 7.4.9

Location:
spam-master
Files:
101 added
3 edited

Legend:

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

    r3149809 r3187257  
    33 * Plugin Name: Spam Master
    44 * Plugin URI: https://www.spammaster.org
    5  * Version: 7.4.8
     5 * Version: 7.4.9
    66 * Author: TechGasp
    77 * Author URI: https://www.techgasp.com
     
    3434if ( ! class_exists( 'SpamMaster' ) ) :
    3535
    36     define( 'SPAM_MASTER_VERSION', '7.4.8' );
     36    define( 'SPAM_MASTER_VERSION', '7.4.9' );
    3737    define( 'SPAM_MASTER_NAME', 'Spam Master' );
    3838    define( 'SPAM_MASTER_DOMAIN', 'SpamMaster.org' );
  • spam-master/trunk/includes/controllers/class-spammasterinvitationcontroller.php

    r3049115 r3187257  
    131131            $spamdescper        = false;
    132132            $spamcode           = false;
    133             if ( '2024-01-01' === $spammasterdateshort ) {
     133            if ( '2025-01-01' === $spammasterdateshort ) {
    134134                $spamdesc    = 'New Year';
    135135                $spamdescper = '25%';
    136136                $spamcode    = 'NEWYPRO25';
    137137            }
    138             if ( '2024-02-14' === $spammasterdateshort ) {
     138            if ( '2025-02-14' === $spammasterdateshort ) {
    139139                $spamdesc    = 'Valentines Day';
    140140                $spamdescper = '25%';
    141141                $spamcode    = 'VALENTINEPRO25';
    142142            }
    143             if ( '2024-03-19' === $spammasterdateshort ) {
     143            if ( '2025-03-20' === $spammasterdateshort ) {
    144144                $spamdesc    = 'Spring';
    145145                $spamdescper = '25%';
    146146                $spamcode    = 'SPRINGRO25';
    147147            }
    148             if ( '2024-06-20' === $spammasterdateshort ) {
     148            if ( '2025-06-20' === $spammasterdateshort ) {
    149149                $spamdesc    = 'Summer';
    150150                $spamdescper = '25%';
    151151                $spamcode    = 'SUMMERPRO25';
    152152            }
    153             if ( '2024-08-01' === $spammasterdateshort ) {
     153            if ( '2025-08-01' === $spammasterdateshort ) {
    154154                $spamdesc    = 'August';
    155155                $spamdescper = '25%';
    156156                $spamcode    = 'AUGUSTPRO25';
    157157            }
    158             if ( '2024-10-31' === $spammasterdateshort ) {
     158            if ( '2025-10-31' === $spammasterdateshort ) {
    159159                $spamdesc    = 'Halloween';
    160160                $spamdescper = '25%';
     
    207207        $is_invitation = false;
    208208        if ( 'FREE' === $spam_master_type ) {
    209             if ( '2024-01-01' === $spammasterdateshort ) {
     209            if ( '2025-01-01' === $spammasterdateshort ) {
    210210                $is_invitation = '<div class="notice notice-success">
    211211                    <p>
     
    215215                    </div>';
    216216            }
    217             if ( '2024-02-14' === $spammasterdateshort ) {
     217            if ( '2025-02-14' === $spammasterdateshort ) {
    218218                $is_invitation = '<div class="notice notice-success">
    219219                    <p>
     
    223223                    </div>';
    224224            }
    225             if ( '2024-03-19' === $spammasterdateshort ) {
     225            if ( '2025-03-20' === $spammasterdateshort ) {
    226226                $is_invitation = '<div class="notice notice-success">
    227227                    <p>
     
    231231                    </div>';
    232232            }
    233             if ( '2024-06-20' === $spammasterdateshort ) {
     233            if ( '2025-06-20' === $spammasterdateshort ) {
    234234                $is_invitation = '<div class="notice notice-success">
    235235                    <p>
     
    239239                    </div>';
    240240            }
    241             if ( '2024-08-01' === $spammasterdateshort ) {
     241            if ( '2025-08-01' === $spammasterdateshort ) {
    242242                $is_invitation = '<div class="notice notice-success">
    243243                    <p>
     
    247247                    </div>';
    248248            }
    249             if ( '2024-10-31' === $spammasterdateshort ) {
     249            if ( '2025-10-31' === $spammasterdateshort ) {
    250250                $is_invitation = '<div class="notice notice-success">
    251251                    <p>
  • spam-master/trunk/readme.txt

    r3149809 r3187257  
    33Tags: firewall, spam, antispam, antibot, protection
    44Requires at least: 5.0
    5 Tested up to: 6.6.2
    6 Stable tag: 7.4.8
     5Tested up to: 6.7
     6Stable tag: 7.4.9
    77License: GPLv2 or later
    88
     
    217217
    218218== Changelog ==
     219
     220= 7.4.9 =
     221* Invitation should be outside malfunctions
     222* Changing invitation dates
    219223
    220224= 7.4.8 =
Note: See TracChangeset for help on using the changeset viewer.