From 04078e5bfeb043b5ad5984da79f3fd4348c97538 Mon Sep 17 00:00:00 2001 From: aurovrata Date: Sat, 21 Jan 2017 22:02:08 +0530 Subject: [PATCH] bumped v1.1.1 --- README.txt | 4 ++++ cf7-multislide.php | 2 +- includes/class-cf7-multislide.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 1c8825d..b666240 100755 --- a/README.txt +++ b/README.txt @@ -64,6 +64,10 @@ the end of the form. 2. Define the current slide and the total number of slides. == Changelog == + += 1.1.1 = +* fixed a bug which checked for security nonce on all cf7 forms, including those not using multislide tags + = 1.1 = * updated to reflect changes in Contact Form 7 v4.6 * fixed jquery bug in tag generator diff --git a/cf7-multislide.php b/cf7-multislide.php index 8818d30..aa1b360 100755 --- a/cf7-multislide.php +++ b/cf7-multislide.php @@ -16,7 +16,7 @@ * Plugin Name: Contact Form 7 Multi-slide Module * Plugin URI: http://wordpress.syllogic.in * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. - * Version: 1.1.0 + * Version: 1.1.1 * Author: Aurovrata V. * Author URI: http://syllogic.in * License: GPL-2.0+ diff --git a/includes/class-cf7-multislide.php b/includes/class-cf7-multislide.php index c495da4..339d9fd 100755 --- a/includes/class-cf7-multislide.php +++ b/includes/class-cf7-multislide.php @@ -69,7 +69,7 @@ class Cf7_Multislide { public function __construct() { $this->plugin_name = 'cf7-multislide'; - $this->version = '1.1.0'; + $this->version = '1.1.1'; $this->load_dependencies(); $this->set_locale();