Changeset 2592940
- Timestamp:
- 09/02/2021 09:19:40 PM (5 years ago)
- Location:
- akismet/trunk
- Files:
-
- 3 edited
-
_inc/akismet.css (modified) (1 diff)
-
akismet.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
akismet/trunk/_inc/akismet.css
r2580537 r2592940 101 101 } 102 102 .akismet-alert { 103 border: 1px solid #e5e5e5;104 103 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; 109 106 } 110 107 -
akismet/trunk/akismet.php
r2592282 r2592940 7 7 Plugin URI: https://akismet.com/ 8 8 Description: 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.12a 19 Version: 4.1.12a2 10 10 Author: Automattic 11 11 Author URI: https://automattic.com/wordpress-plugins/ … … 38 38 } 39 39 40 define( 'AKISMET_VERSION', '4.1.12a 1' );40 define( 'AKISMET_VERSION', '4.1.12a2' ); 41 41 define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' ); 42 42 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
akismet/trunk/readme.txt
r2592282 r2592940 35 35 36 36 * Fixed "Use of undefined constant" notice. 37 * Improved styling of alert notices. 37 38 38 39 = 4.1.11 =
Note: See TracChangeset
for help on using the changeset viewer.