Skip to content

Commit

Permalink
updated plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Sep 24, 2019
1 parent bff227c commit 634c430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 634c430

Please sign in to comment.