| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | * Plugin Name: CF7 Smart Grid Design Extension |
| 11 | 11 | * Plugin URI: https://wordpress.org/plugins/cf7-grid-layout/ |
| 12 | 12 | * GitHub Plugin URI: https://github.com/aurovrata/cf7-grid-layout |
| 13 | 13 | * Description: Enabled responsive grid layout designs for Contact Form 7 forms. |
| 14 | - * Version: 4.11.9 | |
| 14 | + * Version: 4.5.0 | |
| 15 | 15 | * Author: Aurovrata V. |
| 16 | 16 | * Author URI: https://profiles.wordpress.org/aurovrata |
| 17 | 17 | * License: GPL-2.0+ |
| 18 | 18 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| @@ -22,15 +22,16 @@ | ||
| 22 | 22 | // If this file is called directly, abort. |
| 23 | 23 | if ( ! defined( 'WPINC' ) ) { |
| 24 | 24 | die; |
| 25 | 25 | } |
| 26 | -define( 'CF7_GRID_VERSION', '4.11.9' ); | |
| 26 | +define( 'CF7_GRID_VERSION', '4.5.0' ); | |
| 27 | 27 | |
| 28 | 28 | if(! defined('WPCF7_AUTOP') ) define('WPCF7_AUTOP', false); |
| 29 | 29 | |
| 30 | 30 | |
| 31 | + | |
| 31 | 32 | /** @since 2.6.0, NOTIFY USERS of forms requiring udpates */ |
| 32 | -define( 'CF7SG_VERSION_FORM_UPDATE', '4.11.0'); | |
| 33 | +define( 'CF7SG_VERSION_FORM_UPDATE', '4.0.0'); | |
| 33 | 34 | /** @since 4.4.0, Translated locales */ |
| 34 | 35 | define( 'CF7SG_TRANSLATED_VERSION', '4.4.0'); |
| 35 | 36 | /** |
| 36 | 37 | * The code that runs during plugin activation. |