Plugin Directory

Changeset 2929275

Timestamp:
06/21/2023 02:59:30 PM (14 months ago)
Author:
stephdau
Message:

Akismet 5.2:

  • Visual refresh of Akismet stats.
  • Improve PHP 8.1 compatibility.
  • Improve appearance of plugin to match updated stats.
  • Change minimum supported PHP version to 5.6 to match WordPress.
  • Drop IE11 support and update minimum WordPress version to 5.8 (where IE11 support was removed from WP Core).
Location:
akismet
Files:
4 edited
1 copied

Legend:

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

    r2928208 r2929275  
    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>. Akismet anti spam 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: 5.2b
     9Version: 5.2
    1010Requires at least: 5.8
    1111Requires PHP: 5.6.20
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.2b' );
     42define( 'AKISMET_VERSION', '5.2' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/tags/5.2/readme.txt

    r2928219 r2929275  
    33Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments
    44Requires at least: 5.8
    5 Tested up to: 6.2
    6 Stable tag: 5.1
     5Tested up to: 6.2
     6Stable tag: 5.
    77License: GPLv2 or later
    88
     
    3434
    3535= 5.2 =
    36 *Release Date - TBD*
     36*Release Date - *
    3737
    3838* Visual refresh of Akismet stats.
  • akismet/trunk/akismet.php

    r2928208 r2929275  
    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>. Akismet anti spam 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: 5.2b
     9Version: 5.2
    1010Requires at least: 5.8
    1111Requires PHP: 5.6.20
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.2b' );
     42define( 'AKISMET_VERSION', '5.2' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/readme.txt

    r2928219 r2929275  
    33Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments
    44Requires at least: 5.8
    5 Tested up to: 6.2
    6 Stable tag: 5.1
     5Tested up to: 6.2
     6Stable tag: 5.
    77License: GPLv2 or later
    88
     
    3434
    3535= 5.2 =
    36 *Release Date - TBD*
     36*Release Date - *
    3737
    3838* Visual refresh of Akismet stats.
Note: See TracChangeset for help on using the changeset viewer.