Changeset 3328444
- Timestamp:
- 07/15/2025 06:17:18 PM (9 months ago)
- Location:
- akismet
- Files:
-
- 2 edited
- 6 copied
-
tags/5.5 (copied) (copied from akismet/trunk)
-
tags/5.5/akismet.php (copied) (copied from akismet/trunk/akismet.php) (2 diffs)
-
tags/5.5/class.akismet-admin.php (copied) (copied from akismet/trunk/class.akismet-admin.php)
-
tags/5.5/class.akismet-rest-api.php (copied) (copied from akismet/trunk/class.akismet-rest-api.php)
-
tags/5.5/class.akismet.php (copied) (copied from akismet/trunk/class.akismet.php)
-
tags/5.5/readme.txt (copied) (copied from akismet/trunk/readme.txt) (2 diffs)
-
trunk/akismet.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
akismet/tags/5.5/akismet.php
r3323859 r3328444 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 a19 Version: 5.5 10 10 Requires at least: 5.8 11 11 Requires PHP: 7.2 … … 40 40 } 41 41 42 define( 'AKISMET_VERSION', '5.5 a1' );42 define( 'AKISMET_VERSION', '5.5' ); 43 43 define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' ); 44 44 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
akismet/tags/5.5/readme.txt
r3323859 r3328444 4 4 Requires at least: 5.8 5 5 Tested up to: 6.8.1 6 Stable tag: 5. 46 Stable tag: 5.5 7 7 License: GPLv2 or later 8 8 … … 34 34 35 35 = 5.5 = 36 *Release Date - TBD*36 *Release Date - 15 July 2025* 37 37 38 38 * 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 39 41 40 42 = 5.4 = -
akismet/trunk/akismet.php
r3323859 r3328444 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 a19 Version: 5.5 10 10 Requires at least: 5.8 11 11 Requires PHP: 7.2 … … 40 40 } 41 41 42 define( 'AKISMET_VERSION', '5.5 a1' );42 define( 'AKISMET_VERSION', '5.5' ); 43 43 define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' ); 44 44 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
akismet/trunk/readme.txt
r3323859 r3328444 4 4 Requires at least: 5.8 5 5 Tested up to: 6.8.1 6 Stable tag: 5. 46 Stable tag: 5.5 7 7 License: GPLv2 or later 8 8 … … 34 34 35 35 = 5.5 = 36 *Release Date - TBD*36 *Release Date - 15 July 2025* 37 37 38 38 * 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 39 41 40 42 = 5.4 =
Note: See TracChangeset
for help on using the changeset viewer.