Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
bumped v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aurovrata committed Jan 21, 2017
1 parent f26d5df commit 04078e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cf7-multislide.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion includes/class-cf7-multislide.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 04078e5

Please sign in to comment.