Plugin Directory

Changeset 3394510


Ignore:
Timestamp:
11/12/2025 04:31:05 PM (5 months ago)
Author:
cfinke
Message:

Version 5.6.

Location:
akismet
Files:
4 edited
1 copied

Legend:

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

    r3390671 r3394510  
    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.5.1a35
     9Version: 5.6
    1010Requires at least: 5.8
    1111Requires PHP: 7.2
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.5.1a35' );
     42define( 'AKISMET_VERSION', '5.6' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/tags/5.6/readme.txt

    r3360206 r3394510  
    33Tags: comments, spam, antispam, anti-spam, contact form
    44Requires at least: 5.8
    5 Tested up to: 6.8.1
    6 Stable tag: 5.5
     5Tested up to: 6.9
     6Stable tag: 5.6
    77License: GPLv2 or later
    88
     
    3333== Changelog ==
    3434
    35 = 5.5.1 =
    36 *Release Date - TBD*
     35= 5.6 =
     36*Release Date - 12 November 2025*
    3737
    3838* Improve caching of compatible plugins.
    3939* Explain the key features of Akismet more clearly on the setup page.
     40* Improve the configuration process to better explain errors when they occur.
     41* UI cleanup and refresh
     42* Improve messaging related to usage limits.
    4043
    4144= 5.5 =
  • akismet/trunk/akismet.php

    r3390671 r3394510  
    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.5.1a35
     9Version: 5.6
    1010Requires at least: 5.8
    1111Requires PHP: 7.2
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.5.1a35' );
     42define( 'AKISMET_VERSION', '5.6' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/readme.txt

    r3360206 r3394510  
    33Tags: comments, spam, antispam, anti-spam, contact form
    44Requires at least: 5.8
    5 Tested up to: 6.8.1
    6 Stable tag: 5.5
     5Tested up to: 6.9
     6Stable tag: 5.6
    77License: GPLv2 or later
    88
     
    3333== Changelog ==
    3434
    35 = 5.5.1 =
    36 *Release Date - TBD*
     35= 5.6 =
     36*Release Date - 12 November 2025*
    3737
    3838* Improve caching of compatible plugins.
    3939* Explain the key features of Akismet more clearly on the setup page.
     40* Improve the configuration process to better explain errors when they occur.
     41* UI cleanup and refresh
     42* Improve messaging related to usage limits.
    4043
    4144= 5.5 =
Note: See TracChangeset for help on using the changeset viewer.