Plugin Directory

Changeset 2869672

Timestamp:
02/22/2023 10:34:44 PM (17 months ago)
Author:
cfinke
Message:

Send the tags and categories of the parent post to Akismet when a comment is made.

This additional context is valuable for determining whether a comment is spam.

Location:
akismet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/akismet.php

    r2851437 r2869672  
    77Plugin URI: https://akismet.com/
    88Description: 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: 5.0.3a1
     9Version: 5.a1
    1010Requires at least: 5.0
    1111Requires PHP: 5.2
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.0.3a1' );
     42define( 'AKISMET_VERSION', '5.a1' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.0' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/class.akismet.php

    r2814872 r2869672  
    233233            // $post can technically be null, although in the past, it's always been an indicator of another plugin interfering.
    234234            $comment[ 'comment_post_modified_gmt' ] = $post->post_modified_gmt;
     235
     236
     237
     238
     239
     240
     241
     242
     243
     244
     245
     246
     247
     248
     249
     250
     251
     252
     253
    235254        }
    236255
  • akismet/trunk/readme.txt

    r2851437 r2869672  
    3131== Changelog ==
    3232
    33 = 5.0.3 =
     33= 5. =
    3434*Release Date - TBD*
    3535
    3636* Removed unnecessary limit notices from admin page.
     37
    3738
    3839= 5.0.2 =
Note: See TracChangeset for help on using the changeset viewer.