close

Plugin Directory

Changeset 2587292


Ignore:
Timestamp:
08/23/2021 06:00:39 PM (5 years ago)
Author:
procifer
Message:

Version 4.1.11.

Location:
akismet
Files:
4 edited
1 copied

Legend:

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

    r2586158 r2587292  
    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.1.11a5
     9Version: 4.1.11
    1010Author: Automattic
    1111Author URI: https://automattic.com/wordpress-plugins/
     
    3838}
    3939
    40 define( 'AKISMET_VERSION', '4.1.11a5' );
     40define( 'AKISMET_VERSION', '4.1.11' );
    4141define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' );
    4242define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/tags/4.1.11/readme.txt

    r2585043 r2587292  
    44Requires at least: 4.6
    55Tested up to: 5.8
    6 Stable tag: 4.1.10
     6Stable tag: 4.1.11
    77License: GPLv2 or later
    88
     
    3232
    3333= 4.1.11 =
    34 *Release Date - TBD*
     34*Release Date - 23 August 2021*
    3535
    3636* Added support for Akismet API usage notifications on Akismet settings and edit-comments admin pages.
    37 * Added support for the deleted_comment action when bulk-deleting comments from Spam
     37* Added support for the deleted_comment action when bulk-deleting comments from Spam.
    3838 
    3939= 4.1.10 =
  • akismet/trunk/akismet.php

    r2586158 r2587292  
    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.1.11a5
     9Version: 4.1.11
    1010Author: Automattic
    1111Author URI: https://automattic.com/wordpress-plugins/
     
    3838}
    3939
    40 define( 'AKISMET_VERSION', '4.1.11a5' );
     40define( 'AKISMET_VERSION', '4.1.11' );
    4141define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' );
    4242define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/readme.txt

    r2585043 r2587292  
    44Requires at least: 4.6
    55Tested up to: 5.8
    6 Stable tag: 4.1.10
     6Stable tag: 4.1.11
    77License: GPLv2 or later
    88
     
    3232
    3333= 4.1.11 =
    34 *Release Date - TBD*
     34*Release Date - 23 August 2021*
    3535
    3636* Added support for Akismet API usage notifications on Akismet settings and edit-comments admin pages.
    37 * Added support for the deleted_comment action when bulk-deleting comments from Spam
     37* Added support for the deleted_comment action when bulk-deleting comments from Spam.
    3838 
    3939= 4.1.10 =
Note: See TracChangeset for help on using the changeset viewer.