From 634c4305fb9dbb2844e03f193aac5d9e21228cea Mon Sep 17 00:00:00 2001 From: Neil Gee Date: Tue, 24 Sep 2019 14:23:42 +1000 Subject: [PATCH] updated plugin versions --- plugins.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins.php b/plugins.php index d9ee665..34c75bf 100644 --- a/plugins.php +++ b/plugins.php @@ -64,7 +64,7 @@ function gsm_register_required_plugins() { 'slug' => 'advanced-custom-fields', // The plugin slug (typically the folder name). 'source' => get_theme_root() . '/lib/plugins/advanced-custom-fields-pro.zip', // The plugin source. 'required' => false, // If false, the plugin is only 'recommended' instead of required. - 'version' => '5.8.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher. + 'version' => '5.8.4', // 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. @@ -87,7 +87,7 @@ function gsm_register_required_plugins() { 'slug' => 'bb-ultimate-addon', // The plugin slug (typically the folder name). 'source' => get_theme_root() . '/lib/plugins/bb-ultimate-addon.zip', // The plugin source. 'required' => false, // If false, the plugin is only 'recommended' instead of required. - 'version' => '1.17.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher. + 'version' => '1.20.2', // 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. @@ -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.10.1.zip', // The plugin source. + 'source' => get_theme_root() . '/lib/plugins/gravityforms_2.4.12.6.zip', // The plugin source. 'required' => false, // If false, the plugin is only 'recommended' instead of required. - 'version' => '2.4.10.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher. + 'version' => '2.4.12.6', // 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.