PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.5
Smart Grid-Layout Design for Contact Form 7 v4.5
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
← All changes | cf7-grid-layout.php +6 -4 3.3.54.5 View file →
@@ -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.5
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.5' );
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.3.5');
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 */