From 320af7ec4a2a56287f4b432ff7d6cb7c388606b5 Mon Sep 17 00:00:00 2001 From: bgermann Date: Sat, 9 May 2015 21:03:58 +0200 Subject: [PATCH] version 14.9.4 --- cforms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cforms.php b/cforms.php index f9d33a7..6b17530 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.3 + * Version: 14.9.4 * Text Domain: cforms * Domain Path: ____Plugin_Localization */ global $localversion; -$localversion = '14.9.3'; +$localversion = '14.9.4'; ### db settings global $wpdb;