Plugin Directory

Changeset 2592940


Ignore:
Timestamp:
09/02/2021 09:19:40 PM (5 years ago)
Author:
briancolinger
Message:

Improved styling of alert notices.

Location:
akismet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/_inc/akismet.css

    r2580537 r2592940  
    101101}
    102102.akismet-alert {
    103     border: 1px solid #e5e5e5;
    104103    padding: 0.4em 1em 1.4em 1em;
    105     border-radius: 3px;
    106     -webkit-border-radius: 3px;
    107     border-width: 1px;
    108     border-style: solid;
     104    box-sizing: border-box;
     105    box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
    109106}
    110107
  • akismet/trunk/akismet.php

    r2592282 r2592940  
    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: 4.1.12a1
     9Version: 4.1.12a2
    1010Author: Automattic
    1111Author URI: https://automattic.com/wordpress-plugins/
     
    3838}
    3939
    40 define( 'AKISMET_VERSION', '4.1.12a1' );
     40define( 'AKISMET_VERSION', '4.1.12a2' );
    4141define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' );
    4242define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/readme.txt

    r2592282 r2592940  
    3535
    3636* Fixed "Use of undefined constant" notice.
     37* Improved styling of alert notices.
    3738
    3839= 4.1.11 =
Note: See TracChangeset for help on using the changeset viewer.