Changeset 3394510
- Timestamp:
- 11/12/2025 04:31:05 PM (5 months ago)
- Location:
- akismet
- Files:
-
- 4 edited
- 1 copied
-
tags/5.6 (copied) (copied from akismet/trunk)
-
tags/5.6/akismet.php (modified) (2 diffs)
-
tags/5.6/readme.txt (modified) (2 diffs)
-
trunk/akismet.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
akismet/tags/5.6/akismet.php
r3390671 r3394510 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>. 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.1a359 Version: 5.6 10 10 Requires at least: 5.8 11 11 Requires PHP: 7.2 … … 40 40 } 41 41 42 define( 'AKISMET_VERSION', '5. 5.1a35' );42 define( 'AKISMET_VERSION', '5.6' ); 43 43 define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' ); 44 44 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
akismet/tags/5.6/readme.txt
r3360206 r3394510 3 3 Tags: comments, spam, antispam, anti-spam, contact form 4 4 Requires at least: 5.8 5 Tested up to: 6. 8.16 Stable tag: 5. 55 Tested up to: 6.9 6 Stable tag: 5.6 7 7 License: GPLv2 or later 8 8 … … 33 33 == Changelog == 34 34 35 = 5. 5.1=36 *Release Date - TBD*35 = 5.6 = 36 *Release Date - 12 November 2025* 37 37 38 38 * Improve caching of compatible plugins. 39 39 * 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. 40 43 41 44 = 5.5 = -
akismet/trunk/akismet.php
r3390671 r3394510 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>. 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.1a359 Version: 5.6 10 10 Requires at least: 5.8 11 11 Requires PHP: 7.2 … … 40 40 } 41 41 42 define( 'AKISMET_VERSION', '5. 5.1a35' );42 define( 'AKISMET_VERSION', '5.6' ); 43 43 define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' ); 44 44 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
akismet/trunk/readme.txt
r3360206 r3394510 3 3 Tags: comments, spam, antispam, anti-spam, contact form 4 4 Requires at least: 5.8 5 Tested up to: 6. 8.16 Stable tag: 5. 55 Tested up to: 6.9 6 Stable tag: 5.6 7 7 License: GPLv2 or later 8 8 … … 33 33 == Changelog == 34 34 35 = 5. 5.1=36 *Release Date - TBD*35 = 5.6 = 36 *Release Date - 12 November 2025* 37 37 38 38 * Improve caching of compatible plugins. 39 39 * 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. 40 43 41 44 = 5.5 =
Note: See TracChangeset
for help on using the changeset viewer.