Skip to content

Commit

Permalink
plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Nov 11, 2020
1 parent 48b40c5 commit 9f3f8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f3f8a9

Please sign in to comment.