| @@ -7,12 +7,12 @@ | ||
| 7 | 7 | * @package Cf7_Grid_Layout |
| 8 | 8 | * |
| 9 | 9 | * @wordpress-plugin |
| 10 | 10 | * Plugin Name: CF7 Smart Grid Design Extension |
| 11 | - * Plugin URI: http://wordpress.syllogic.in | |
| 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: 3.3.4 | |
| 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,9 +22,9 @@ | ||
| 22 | 22 | // If this file is called directly, abort. |
| 23 | 23 | if ( ! defined( 'WPINC' ) ) { |
| 24 | 24 | die; |
| 25 | 25 | } |
| 26 | -define( 'CF7_GRID_VERSION', '3.3.4' ); | |
| 26 | +define( 'CF7_GRID_VERSION', '4.5.0' ); | |
| 27 | 27 | |
| 28 | 28 | if(! defined('WPCF7_AUTOP') ) define('WPCF7_AUTOP', false); |
| 29 | 29 | |
| 30 | 30 | |
| @@ -29,9 +29,11 @@ | ||
| 29 | 29 | |
| 30 | 30 | |
| 31 | 31 | |
| 32 | 32 | /** @since 2.6.0, NOTIFY USERS of forms requiring udpates */ |
| 33 | -define( 'CF7SG_VERSION_FORM_UPDATE', '3.0.0'); | |
| 33 | +define( 'CF7SG_VERSION_FORM_UPDATE', '4.0.0'); | |
| 34 | +/** @since 4.4.0, Translated locales */ | |
| 35 | +define( 'CF7SG_TRANSLATED_VERSION', '4.4.0'); | |
| 34 | 36 | /** |
| 35 | 37 | * The code that runs during plugin activation. |
| 36 | 38 | * This action is documented in includes/class-cf7-grid-layout-activator.php |
| 37 | 39 | */ |