new version

This commit is contained in:
Almira Krdzic
2018-08-06 15:32:55 +02:00
parent d86f748bc6
commit 3da7e559dd
73 changed files with 256 additions and 286 deletions

View File

@@ -3,7 +3,7 @@
Plugin Name: Gravity Forms
Plugin URI: https://www.gravityforms.com
Description: Easily create web forms and manage form entries within the WordPress admin.
Version: 2.3.2.6
Version: 2.3.2
Author: rocketgenius
Author URI: https://www.rocketgenius.com
License: GPL-2.0+
@@ -215,7 +215,7 @@ class GFForms {
*
* @var string $version The version number.
*/
public static $version = '2.3.2.6';
public static $version = '2.3.2';
/**
* Handles background upgrade tasks.