Plugin Directory

Changeset 2727301

Timestamp:
05/20/2022 09:58:35 AM (2 years ago)
Author:
stephdau
Message:

Akismet 4.2.4

Location:
akismet
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • akismet/tags/4.2.4/akismet.php

    r2724833 r2727301  
    77Plugin URI: https://akismet.com/
    88Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.
    9 Version: 4.2.4a1
     9Version: 4.2.4
    1010Author: Automattic
    1111Author URI: https://automattic.com/wordpress-plugins/
     
    3838}
    3939
    40 define( 'AKISMET_VERSION', '4.2.4a1' );
     40define( 'AKISMET_VERSION', '4.2.4' );
    4141define( 'AKISMET__MINIMUM_WP_VERSION', '5.0' );
    4242define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/tags/4.2.4/readme.txt

    r2724833 r2727301  
    33Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments
    44Requires at least: 5.0
    5 Tested up to: 5.9
    6 Stable tag: 4.2.3
     5Tested up to:
     6Stable tag: 4.2.
    77License: GPLv2 or later
    88
     
    3232
    3333= 4.2.4 =
    34 *Release Date - TBD*
     34*Release Date - *
    3535
    3636* Improved translator instructions for comment history.
     37
    3738
    3839= 4.2.3 =
  • akismet/trunk/akismet.php

    r2724833 r2727301  
    77Plugin URI: https://akismet.com/
    88Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.
    9 Version: 4.2.4a1
     9Version: 4.2.4
    1010Author: Automattic
    1111Author URI: https://automattic.com/wordpress-plugins/
     
    3838}
    3939
    40 define( 'AKISMET_VERSION', '4.2.4a1' );
     40define( 'AKISMET_VERSION', '4.2.4' );
    4141define( 'AKISMET__MINIMUM_WP_VERSION', '5.0' );
    4242define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/readme.txt

    r2724833 r2727301  
    33Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments
    44Requires at least: 5.0
    5 Tested up to: 5.9
    6 Stable tag: 4.2.3
     5Tested up to:
     6Stable tag: 4.2.
    77License: GPLv2 or later
    88
     
    3232
    3333= 4.2.4 =
    34 *Release Date - TBD*
     34*Release Date - *
    3535
    3636* Improved translator instructions for comment history.
     37
    3738
    3839= 4.2.3 =
Note: See TracChangeset for help on using the changeset viewer.