Plugin Directory

Changeset 2827210

Timestamp:
12/01/2022 05:18:49 PM (21 months ago)
Author:
cfinke
Message:

Version 5.0.2.

Location:
akismet
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • akismet/tags/5.0.2/akismet.php

    r2814872 r2827210  
    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.2a2
     9Version: 5.0.2
    1010Requires at least: 5.0
    1111Requires PHP: 5.2
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.0.2a2' );
     42define( 'AKISMET_VERSION', '5.0.2' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.0' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/tags/5.0.2/readme.txt

    r2814872 r2827210  
    33Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments
    44Requires at least: 5.0
    5 Tested up to: 6.1
    6 Stable tag: 5.0.1
     5Tested up to: 6.1
     6Stable tag: 5.0.
    77License: GPLv2 or later
    88
     
    3232
    3333= 5.0.2 =
    34 *Release Date - TBD*
     34*Release Date - *
    3535
    3636* Improved compatibility with themes that hide or show UI elements based on mouse movements.
  • akismet/trunk/akismet.php

    r2814872 r2827210  
    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.2a2
     9Version: 5.0.2
    1010Requires at least: 5.0
    1111Requires PHP: 5.2
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.0.2a2' );
     42define( 'AKISMET_VERSION', '5.0.2' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.0' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/readme.txt

    r2814872 r2827210  
    33Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments
    44Requires at least: 5.0
    5 Tested up to: 6.1
    6 Stable tag: 5.0.1
     5Tested up to: 6.1
     6Stable tag: 5.0.
    77License: GPLv2 or later
    88
     
    3232
    3333= 5.0.2 =
    34 *Release Date - TBD*
     34*Release Date - *
    3535
    3636* Improved compatibility with themes that hide or show UI elements based on mouse movements.
Note: See TracChangeset for help on using the changeset viewer.