Changeset 2400383
- Timestamp:
- 10/15/2020 07:37:03 PM (5 years ago)
- Location:
- akismet/tags/4.1.6
- Files:
-
- 2 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
akismet/tags/4.1.6/changelog.txt
r2288387 r2400383 5 5 This file contains older changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable. 6 6 For the latest changes, please see the "Changelog" section of the [readme.txt file](https://plugins.svn.wordpress.org/akismet/trunk/readme.txt). 7 8 = 4.1.5 = 9 *Release Date - 29 April 2020* 10 11 * Based on user feedback, we have dropped the in-admin notice explaining the availability of the "privacy notice" option in the AKismet settings screen. The option itself is available, but after displaying the notice for the last 2 years, it is now considered a known fact. 12 * Updated the "Requires at least" to WP 4.6, based on recommendations from https://wp-info.org/tools/checkplugini18n.php?slug=akismet 13 * Moved older changelog entries to a separate file to keep the size of this readme reasonable, also based on recommendations from https://wp-info.org/tools/checkplugini18n.php?slug=akismet 14 15 = 4.1.4 = 16 *Release Date - 17 March 2020* 17 18 * Only redirect to the Akismet setup screen upon plugin activation if the plugin was activated manually from within the plugin-related screens, to help users with non-standard install workflows, like WP-CLI. 19 * Update the layout of the initial setup screen to be more readable on small screens. 20 * If no API key has been entered, don't run code that expects an API key. 21 * Improve the readability of the comment history entries. 22 * Don't modify the comment form HTML if no API key has been set. 23 24 = 4.1.3 = 25 *Release Date - 31 October 2019* 26 27 * Prevented an attacker from being able to cause a user to unknowingly recheck their Pending comments for spam. 28 * Improved compatibility with Jetpack 7.7+. 29 * Updated the plugin activation page to use consistent language and markup. 30 * Redirecting users to the Akismet connnection/settings screen upon plugin activation, in an effort to make it easier for people to get setup. 31 32 = 4.1.2 = 33 *Release Date - 14 May 2019* 34 35 * Fixed a conflict between the Akismet setup banner and other plugin notices. 36 * Reduced the number of API requests made by the plugin when attempting to verify the API key. 37 * Include additional data in the pingback pre-check API request to help make the stats more accurate. 38 * Fixed a bug that was enabling the "Check for Spam" button when no comments were eligible to be checked. 39 * Improved Akismet's AMP compatibility. 40 41 = 4.1.1 = 42 *Release Date - 31 January 2019* 43 44 * Fixed the "Setup Akismet" notice so it resizes responsively. 45 * Only highlight the "Save Changes" button in the Akismet config when changes have been made. 46 * The count of comments in your spam queue shown on the dashboard show now always be up-to-date. 47 48 = 4.1 = 49 *Release Date - 12 November 2018* 50 51 * Added a WP-CLI method for retrieving stats. 52 * Hooked into the new "Personal Data Eraser" functionality from WordPress 4.9.6. 53 * Added functionality to clear outdated alerts from Akismet.com. 7 54 8 55 = 4.0.8 = -
akismet/tags/4.1.6/readme.txt
r2356342 r2400383 1 === Akismet Anti-Spam===1 === Akismet Spam Protection === 2 2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs, procifer, stephdau 3 Tags: akismet, comments, spam, antispam, anti-spam, anti spam, comment moderation, comment spam, contact form spam, spam comments3 Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments 4 4 Requires at least: 4.6 5 5 Tested up to: 5.5 … … 7 7 License: GPLv2 or later 8 8 9 Akismet checks your comments and contact form submissions against our global database of spam to protect you and your site from malicious content.9 The best anti-spam protection to block spam comments and spam in a contact form. The most trusted antispam solution for WordPress and WooCommerce. 10 10 11 11 == Description == … … 37 37 * Add filter "akismet_enable_mshots" to allow disabling screenshot popups on the edit comments admin page. 38 38 39 = 4.1.5 =40 *Release Date - 29 April 2020*41 42 * Based on user feedback, we have dropped the in-admin notice explaining the availability of the "privacy notice" option in the AKismet settings screen. The option itself is available, but after displaying the notice for the last 2 years, it is now considered a known fact.43 * Updated the "Requires at least" to WP 4.6, based on recommendations from https://wp-info.org/tools/checkplugini18n.php?slug=akismet44 * Moved older changelog entries to a separate file to keep the size of this readme reasonable, also based on recommendations from https://wp-info.org/tools/checkplugini18n.php?slug=akismet45 46 = 4.1.4 =47 *Release Date - 17 March 2020*48 49 * Only redirect to the Akismet setup screen upon plugin activation if the plugin was activated manually from within the plugin-related screens, to help users with non-standard install workflows, like WP-CLI.50 * Update the layout of the initial setup screen to be more readable on small screens.51 * If no API key has been entered, don't run code that expects an API key.52 * Improve the readability of the comment history entries.53 * Don't modify the comment form HTML if no API key has been set.54 55 = 4.1.3 =56 *Release Date - 31 October 2019*57 58 * Prevented an attacker from being able to cause a user to unknowingly recheck their Pending comments for spam.59 * Improved compatibility with Jetpack 7.7+.60 * Updated the plugin activation page to use consistent language and markup.61 * Redirecting users to the Akismet connnection/settings screen upon plugin activation, in an effort to make it easier for people to get setup.62 63 = 4.1.2 =64 *Release Date - 14 May 2019*65 66 * Fixed a conflict between the Akismet setup banner and other plugin notices.67 * Reduced the number of API requests made by the plugin when attempting to verify the API key.68 * Include additional data in the pingback pre-check API request to help make the stats more accurate.69 * Fixed a bug that was enabling the "Check for Spam" button when no comments were eligible to be checked.70 * Improved Akismet's AMP compatibility.71 72 = 4.1.1 =73 *Release Date - 31 January 2019*74 75 * Fixed the "Setup Akismet" notice so it resizes responsively.76 * Only highlight the "Save Changes" button in the Akismet config when changes have been made.77 * The count of comments in your spam queue shown on the dashboard show now always be up-to-date.78 79 = 4.1 =80 *Release Date - 12 November 2018*81 82 * Added a WP-CLI method for retrieving stats.83 * Hooked into the new "Personal Data Eraser" functionality from WordPress 4.9.6.84 * Added functionality to clear outdated alerts from Akismet.com.85 86 39 For older changelog entries, please see the [additional changelog.txt file](https://plugins.svn.wordpress.org/akismet/trunk/changelog.txt) delivered with the plugin.
Note: See TracChangeset
for help on using the changeset viewer.