Skip to content

Commit

Permalink
version 14.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bgermann committed Jul 24, 2015
1 parent a3b6c97 commit bd8c4ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -1107,6 +1107,7 @@ function cforms2_enqueue_scripts() {
) );
wp_enqueue_script('cforms2');

wp_enqueue_style('dashicons');
}
}

Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd8c4ee

Please sign in to comment.