diff --git a/plugins.php b/plugins.php index 7aec7d5..8366d84 100644 --- a/plugins.php +++ b/plugins.php @@ -109,9 +109,9 @@ function gsm_register_required_plugins() { array( 'name' => 'Gravity Forms', // The plugin name. 'slug' => 'gravityforms', // The plugin slug (typically the folder name). - 'source' => get_theme_root() . '/lib/plugins/gravityforms_2.4.17.19.zip', // The plugin source. + 'source' => get_theme_root() . '/lib/plugins/gravityforms_2.4.21.3.zip', // The plugin source. 'required' => false, // If false, the plugin is only 'recommended' instead of required. - 'version' => '2.4.17.19', // E.g. 1.0.0. If set, the active plugin must be this version or higher. + 'version' => '2.4.21.3', // E.g. 1.0.0. If set, the active plugin must be this version or higher. 'force_activation' => false, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch. 'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins. 'external_url' => '', // If set, overrides default API URL and points to an external URL.