diff --git a/cforms.php b/cforms.php index 2e2bfd4..3ae3e51 100644 --- a/cforms.php +++ b/cforms.php @@ -20,13 +20,13 @@ * Plugin URI: https://wordpress.org/plugins/cforms2/ * Description: cformsII offers unparalleled flexibility in deploying contact forms across your blog. Features include: comprehensive SPAM protection, Ajax support, Backup & Restore, Multi-Recipients, Role Manager support, Database tracking and many more. * Author: Oliver Seidel, Bastian Germann - * Version: 14.9.11 + * Version: 14.9.12 * Text Domain: cforms * Domain Path: ____Plugin_Localization */ global $localversion; -$localversion = '14.9.11'; +$localversion = '14.9.12'; ### db settings global $wpdb; @@ -1107,6 +1107,7 @@ function cforms2_enqueue_scripts() { ) ); wp_enqueue_script('cforms2'); + wp_enqueue_style('dashicons'); } } diff --git a/readme.txt b/readme.txt index 9604afc..29adc49 100644 --- a/readme.txt +++ b/readme.txt @@ -193,6 +193,9 @@ Some things are to be done: == Upgrade Notice == += 14.9.12 = +If you run a custom css and depend on a CAPTCHA reset image, you have to remove it. + = 14.9 = If you use my-functions.php, you have to take action (see my-functions.php.txt). @@ -226,6 +229,9 @@ GPL compliance! == Changelog == += 14.9.12 = +* bugfix: load dashicons if not in dashboard + = 14.9.11 = * enhanced: change CAPTCHA reset button * enhanced: remove the old static jQuery UI theme and get current from Google Hosted Libraries