Plugin Directory

Changeset 3297211


Ignore:
Timestamp:
05/20/2025 10:05:30 AM (9 months ago)
Author:
TechGasp
Message:

Version 7.6.4

Location:
spam-master
Files:
106 added
1 deleted
2 edited

Legend:

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

    r3297142 r3297211  
    33 * Plugin Name: Spam Master
    44 * Plugin URI: https://www.spammaster.org
    5  * Version: 7.6.3
     5 * Version: 7.6.4
    66 * Author: TechGasp
    77 * Author URI: https://www.techgasp.com
     
    3434if ( ! class_exists( 'SpamMaster' ) ) :
    3535
    36     define( 'SPAM_MASTER_VERSION', '7.6.3' );
     36    define( 'SPAM_MASTER_VERSION', '7.6.4' );
    3737    define( 'SPAM_MASTER_NAME', 'Spam Master' );
    3838    define( 'SPAM_MASTER_DOMAIN', 'SpamMaster.org' );
     
    159159
    160160endif;
    161 
    162 /**
    163  * Load languages text domain.
    164  *
    165  * @return void
    166  */
    167 function spam_master_load_plugin_textdomain() {
    168     load_plugin_textdomain( 'spam-master', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
    169 }
    170 add_action( 'init', 'spam_master_load_plugin_textdomain' );
    171161
    172162// First time installs add settings wide options.
  • spam-master/trunk/readme.txt

    r3297142 r3297211  
    44Requires at least: 5.0
    55Tested up to: 6.8.1
    6 Stable tag: 7.6.3
     6Stable tag: 7.6.4
    77License: GPLv2 or later
    88
     
    217217
    218218== Changelog ==
     219
     220= 7.6.4 =
     221* Fixing Download failed. Not Found
    219222
    220223= 7.6.3 =
Note: See TracChangeset for help on using the changeset viewer.