Plugin Directory

Changeset 3328444


Ignore:
Timestamp:
07/15/2025 06:17:18 PM (9 months ago)
Author:
cfinke
Message:

Version 5.5.

Location:
akismet
Files:
2 edited
6 copied

Legend:

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

    r3323859 r3328444  
    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.5a1
     9Version: 5.5
    1010Requires at least: 5.8
    1111Requires PHP: 7.2
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.5a1' );
     42define( 'AKISMET_VERSION', '5.5' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/tags/5.5/readme.txt

    r3323859 r3328444  
    44Requires at least: 5.8
    55Tested up to: 6.8.1
    6 Stable tag: 5.4
     6Stable tag: 5.5
    77License: GPLv2 or later
    88
     
    3434
    3535= 5.5 =
    36 *Release Date - TBD*
     36*Release Date - 15 July 2025*
    3737
    3838* Enable webhooks so that Akismet can process comments asynchronously to detect more types of spam.
     39* Only include the Akismet widget CSS when the Akismet widget is present
     40* Improve contrast/readability for certain UI elements
    3941
    4042= 5.4 =
  • akismet/trunk/akismet.php

    r3323859 r3328444  
    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.5a1
     9Version: 5.5
    1010Requires at least: 5.8
    1111Requires PHP: 7.2
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.5a1' );
     42define( 'AKISMET_VERSION', '5.5' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/readme.txt

    r3323859 r3328444  
    44Requires at least: 5.8
    55Tested up to: 6.8.1
    6 Stable tag: 5.4
     6Stable tag: 5.5
    77License: GPLv2 or later
    88
     
    3434
    3535= 5.5 =
    36 *Release Date - TBD*
     36*Release Date - 15 July 2025*
    3737
    3838* Enable webhooks so that Akismet can process comments asynchronously to detect more types of spam.
     39* Only include the Akismet widget CSS when the Akismet widget is present
     40* Improve contrast/readability for certain UI elements
    3941
    4042= 5.4 =
Note: See TracChangeset for help on using the changeset viewer.