updated plugin GP Premium version 2.2.2

This commit is contained in:
2022-12-19 23:08:15 +00:00
committed by Gitium
parent 4657b9b202
commit dcc5b4d910
4 changed files with 28 additions and 23 deletions

View File

@ -3,7 +3,7 @@
* Plugin Name: GP Premium
* Plugin URI: https://generatepress.com
* Description: The entire collection of GeneratePress premium modules.
* Version: 2.2.1
* Version: 2.2.2
* 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.1' );
define( 'GP_PREMIUM_VERSION', '2.2.2' );
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/' );