From 9e49cba621f31fda821bb08ffa3fa8b7214f0d7f Mon Sep 17 00:00:00 2001 From: bgermann Date: Mon, 9 Nov 2015 22:28:59 +0100 Subject: [PATCH] version 14.10 --- cforms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cforms.php b/cforms.php index 7e55c80..3a512f0 100644 --- a/cforms.php +++ b/cforms.php @@ -20,12 +20,12 @@ * 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.13 + * Version: 14.10 * Text Domain: cforms2 */ global $localversion; -$localversion = '14.9.13'; +$localversion = '14.10'; ### db settings global $wpdb;