~canonical-sysadmins/wordpress/4.7.4

« back to all changes in this revision

Viewing changes to wp-content/plugins/akismet/readme.txt

  • Committer: Barry Price
  • Date: 2016-09-08 02:50:41 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: barry.price@canonical.com-20160908025041-xblhpbi3hq55m5y3
Merge WP4.6.1 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=== Akismet ===
2
2
Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs
3
3
Tags: akismet, comments, spam, antispam, anti-spam, anti spam, comment moderation, comment spam, contact form spam, spam comments
4
 
Requires at least: 3.2
5
 
Tested up to: 4.5.2
6
 
Stable tag: 3.1.11
 
4
Requires at least: 3.7
 
5
Tested up to: 4.6.1
 
6
Stable tag: 3.2
7
7
License: GPLv2 or later
8
8
 
9
9
Akismet checks your comments against the Akismet Web service to see if they look like spam or not.
30
30
 
31
31
== Changelog ==
32
32
 
 
33
= 3.2 =
 
34
*Release Date - 6 September 2016*
 
35
 
 
36
* Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.
 
37
* Stopped using the deprecated jQuery function `.live()`.
 
38
* Fixed a bug in `remove_comment_author_url()` and `add_comment_author_url()` that could generate PHP notices.
 
39
* Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.
 
40
* Fixed a bug that could cause the Akismet widget title to be blank.
 
41
 
33
42
= 3.1.11 =
34
43
*Release Date - 12 May 2016*
35
44