updated plugin GP Premium version 1.11.3

This commit is contained in:
2020-08-24 15:44:54 +00:00
committed by Gitium
parent de9808fd12
commit a162f89e68
10 changed files with 66 additions and 30 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: 1.11.2
* Version: 1.11.3
* Author: Tom Usborne
* Author URI: https://generatepress.com
* License: GNU General Public License v2 or later
@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
define( 'GP_PREMIUM_VERSION', '1.11.2' );
define( 'GP_PREMIUM_VERSION', '1.11.3' );
define( 'GP_PREMIUM_DIR_PATH', plugin_dir_path( __FILE__ ) );
define( 'GP_LIBRARY_DIRECTORY', plugin_dir_path( __FILE__ ) . 'library/' );
define( 'GP_LIBRARY_DIRECTORY_URL', plugin_dir_url( __FILE__ ) . 'library/' );