Skip to content

Commit

Permalink
version 14.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bgermann committed Jun 21, 2015
1 parent ff35a1a commit dc4f67d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 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.7
* Version: 14.9.8
* Text Domain: cforms
* Domain Path: ____Plugin_Localization
*/

global $localversion;
$localversion = '14.9.7';
$localversion = '14.9.8';

### db settings
global $wpdb;
Expand Down Expand Up @@ -1035,7 +1035,7 @@ function cforms2($args = '',$no = '') {
$content .= '<input type="hidden" name="cf_working'.$no.'" id="cf_working'.$no.'" value="<span>'.rawurlencode($cformsSettings['form'.$no]['cforms'.$no.'_working']).'</span>"/>'.
'<input type="hidden" name="cf_failure'.$no.'" id="cf_failure'.$no.'" value="<span>'.rawurlencode($cformsSettings['form'.$no]['cforms'.$no.'_failure']).'</span>"/>'.
'<input type="hidden" name="cf_codeerr'.$no.'" id="cf_codeerr'.$no.'" value="<span>'.rawurlencode($cformsSettings['global']['cforms_codeerr']).'</span>"/>'.
'<input type="hidden" name="cf_customerr'.$no.'" id="cf_customerr'.$no.'" value="'.rawurlencode($custom_error).'"/>'.
'<input type="hidden" name="cf_customerr'.$no.'" id="cf_customerr'.$no.'" value="'.rawurlencode($custom_error).'"/>';

$content .= '</fieldset>';

Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ GPL compliance!

== Changelog ==

= 14.9.8 =
* bugfix: no duplicate form rendering

= 14.9.7 =
* bugfix: cforms2_make_time: do not depend on timezone being a region
* bugfix: do not depend on TLD consisting of only 2-4 characters
Expand Down

0 comments on commit dc4f67d

Please sign in to comment.