Plugin Directory

Changeset 3207943


Ignore:
Timestamp:
12/14/2024 11:53:43 AM (15 months ago)
Author:
TechGasp
Message:

Version 7.5.2

Location:
spam-master
Files:
101 added
4 edited

Legend:

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

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

    r3201403 r3207943  
    275275
    276276        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    277         $spam_master_daily_email_plus1   = gmdate( 'Y-m-d', strtotime( '+1 days', strtotime( $spam_master_emails_alert_date ) ) );
     277        $spam_master_daily_email_plus1   = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_emails_alert_date ) ) );
    278278        if ( $spam_master_emails_current_date >= $spam_master_daily_email_plus1 && '1' !== $spam_master_emails_alert_notice ) {
    279279
     
    537537
    538538        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    539         $spam_master_daily_email_plus1   = gmdate( 'Y-m-d', strtotime( '+1 days', strtotime( $spam_master_emails_alert_date ) ) );
     539        $spam_master_daily_email_plus1   = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_emails_alert_date ) ) );
    540540        if ( $spam_master_emails_current_date >= $spam_master_daily_email_plus1 && '1' !== $spam_master_emails_alert_notice ) {
    541541
     
    17541754        // Get date.
    17551755        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    1756         $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_free_unstable_date ) ) );
     1756        $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_free_unstable_date ) ) );
    17571757        // Check Notice.
    17581758        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_unstable_notice ) {
     
    19441944        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    19451945        // Plus days.
    1946         $spam_master_emails_plus_days = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_full_inactive_date ) ) );
     1946        $spam_master_emails_plus_days = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_full_inactive_date ) ) );
    19471947        // Check Notice.
    19481948        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_full_inactive_notice ) {
     
    21372137        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    21382138        // Plus days.
    2139         $spam_master_emails_plus_days = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_full_expired_date ) ) );
     2139        $spam_master_emails_plus_days = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_full_expired_date ) ) );
    21402140        // Check Notice.
    21412141        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_full_expired_notice ) {
     
    23272327        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    23282328        // Plus days.
    2329         $spam_master_emails_plus_days = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_free_expired_date ) ) );
     2329        $spam_master_emails_plus_days = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_free_expired_date ) ) );
    23302330        // Check Notice.
    23312331        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_free_expired_notice ) {
     
    25172517        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    25182518        // Plus days.
    2519         $spam_master_emails_plus_days = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_trial_expired_date ) ) );
     2519        $spam_master_emails_plus_days = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_trial_expired_date ) ) );
    25202520        // Check Notice.
    25212521        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_trial_expired_notice ) {
     
    28662866        // Get date.
    28672867        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    2868         $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_malfunction_1_date ) ) );
     2868        $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_malfunction_1_date ) ) );
    28692869        // Check Notice.
    28702870        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_malfunction_1_notice ) {
     
    30543054        // Get date.
    30553055        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    3056         $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_malfunction_2_date ) ) );
     3056        $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_malfunction_2_date ) ) );
    30573057        // Check Notice.
    30583058        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_malfunction_2_notice ) {
     
    32423242        // Get date.
    32433243        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    3244         $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_malfunction_6_date ) ) );
     3244        $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_malfunction_6_date ) ) );
    32453245        // Check Notice.
    32463246        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_malfunction_6_notice ) {
     
    34303430        // Get date.
    34313431        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    3432         $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_malfunction_8_date ) ) );
     3432        $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_malfunction_8_date ) ) );
    34333433        // Check Notice.
    34343434        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_malfunction_8_notice ) {
     
    36183618        // Get date.
    36193619        $spam_master_emails_current_date = current_datetime()->format( 'Y-m-d' );
    3620         $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+2 days', strtotime( $spam_master_high_volume_date ) ) );
     3620        $spam_master_emails_plus_days    = gmdate( 'Y-m-d', strtotime( '+3 days', strtotime( $spam_master_high_volume_date ) ) );
    36213621        // Check Notice.
    36223622        if ( $spam_master_emails_current_date >= $spam_master_emails_plus_days && '1' !== $spam_master_high_volume_notice ) {
  • spam-master/trunk/includes/protection/spam-master-firewall.php

    r3068881 r3207943  
    11<?php
    22/**
    3  * Load spam master contact form 7.
     3 * Load spam master protection firewall.
    44 *
    55 * @package Spam Master
  • spam-master/trunk/readme.txt

    r3201403 r3207943  
    44Requires at least: 5.0
    55Tested up to: 6.7.1
    6 Stable tag: 7.5.1
     6Stable tag: 7.5.2
    77License: GPLv2 or later
    88
     
    217217
    218218== Changelog ==
     219
     220= 7.5.2 =
     221* Changing invitation dates
     222* Changing frequency of alert emails
     223* Malfunction statuses should auto fix upon status ceases or changes
    219224
    220225= 7.5.1 =
Note: See TracChangeset for help on using the changeset viewer.