Skip to content

Commit

Permalink
version 14.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bgermann committed Jul 26, 2021
1 parent 4d6cf8b commit add7b5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
* 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.12.3
* Version: 14.12.4
* Text Domain: cforms2
*/

define( 'CFORMS2_VERSION', '14.12.3' );
define( 'CFORMS2_VERSION', '14.12.4' );

### db settings
global $wpdb;
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ GPL compliance!

== Changelog ==

= 14.12.4 =

* bugfix: backport regex character class fix
* other: ignore custom email line ending

= 14.12.3 =

* bugfix: repair wrong cforms2_fieldtype_multi_id construction
Expand Down

0 comments on commit add7b5b

Please sign in to comment.