diff --git a/wp-content/plugins/gp-premium/gp-premium.php b/wp-content/plugins/gp-premium/gp-premium.php index 9aeb469f..c89a675b 100644 --- a/wp-content/plugins/gp-premium/gp-premium.php +++ b/wp-content/plugins/gp-premium/gp-premium.php @@ -3,7 +3,7 @@ * Plugin Name: GP Premium * Plugin URI: https://generatepress.com * Description: The entire collection of GeneratePress premium modules. - * Version: 2.2.0 + * Version: 2.2.1 * Requires at least: 5.2 * Requires PHP: 5.6 * Author: Tom Usborne @@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } -define( 'GP_PREMIUM_VERSION', '2.2.0' ); +define( 'GP_PREMIUM_VERSION', '2.2.1' ); define( 'GP_PREMIUM_DIR_PATH', plugin_dir_path( __FILE__ ) ); define( 'GP_PREMIUM_DIR_URL', plugin_dir_url( __FILE__ ) ); define( 'GP_LIBRARY_DIRECTORY', plugin_dir_path( __FILE__ ) . 'library/' ); diff --git a/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php b/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php index e78e169f..03d65b49 100644 --- a/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php +++ b/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php @@ -1145,7 +1145,7 @@ if ( ! function_exists( 'generate_slideout_navigation' ) ) { } ?> -