Changeset 2587292
- Timestamp:
- 08/23/2021 06:00:39 PM (5 years ago)
- Location:
- akismet
- Files:
-
- 4 edited
- 1 copied
-
tags/4.1.11 (copied) (copied from akismet/trunk)
-
tags/4.1.11/akismet.php (modified) (2 diffs)
-
tags/4.1.11/readme.txt (modified) (2 diffs)
-
trunk/akismet.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
akismet/tags/4.1.11/akismet.php
r2586158 r2587292 7 7 Plugin URI: https://akismet.com/ 8 8 Description: 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.11 a59 Version: 4.1.11 10 10 Author: Automattic 11 11 Author URI: https://automattic.com/wordpress-plugins/ … … 38 38 } 39 39 40 define( 'AKISMET_VERSION', '4.1.11 a5' );40 define( 'AKISMET_VERSION', '4.1.11' ); 41 41 define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' ); 42 42 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
akismet/tags/4.1.11/readme.txt
r2585043 r2587292 4 4 Requires at least: 4.6 5 5 Tested up to: 5.8 6 Stable tag: 4.1.1 06 Stable tag: 4.1.11 7 7 License: GPLv2 or later 8 8 … … 32 32 33 33 = 4.1.11 = 34 *Release Date - TBD*34 *Release Date - 23 August 2021* 35 35 36 36 * 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. 38 38 39 39 = 4.1.10 = -
akismet/trunk/akismet.php
r2586158 r2587292 7 7 Plugin URI: https://akismet.com/ 8 8 Description: 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.11 a59 Version: 4.1.11 10 10 Author: Automattic 11 11 Author URI: https://automattic.com/wordpress-plugins/ … … 38 38 } 39 39 40 define( 'AKISMET_VERSION', '4.1.11 a5' );40 define( 'AKISMET_VERSION', '4.1.11' ); 41 41 define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' ); 42 42 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
akismet/trunk/readme.txt
r2585043 r2587292 4 4 Requires at least: 4.6 5 5 Tested up to: 5.8 6 Stable tag: 4.1.1 06 Stable tag: 4.1.11 7 7 License: GPLv2 or later 8 8 … … 32 32 33 33 = 4.1.11 = 34 *Release Date - TBD*34 *Release Date - 23 August 2021* 35 35 36 36 * 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. 38 38 39 39 = 4.1.10 =
Note: See TracChangeset
for help on using the changeset viewer.