diff --git a/README.txt b/README.txt index c970e24..de7c25a 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: lsx, gutenberg, banner hero images, hero image block, hero image plugin Requires at least: 5.3 Tested up to: 5.5 Requires PHP: 7.2 -Stable tag: 1.2.5 +Stable tag: 1.2.5.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/lsx-banners.php b/lsx-banners.php index 92adb30..87ec5d8 100755 --- a/lsx-banners.php +++ b/lsx-banners.php @@ -3,7 +3,7 @@ * Plugin Name: LSX Banners * Plugin URI: https://lsx.lsdev.biz/extensions/banners/ * Description: The LSX Banners extension adds advanced banner configuration options to your WordPress site running LSX theme. - * Version: 1.2.5 + * Version: 1.2.5.1 * Author: LightSpeed * Author URI: https://www.lsdev.biz/ * License: GPL3 @@ -20,9 +20,14 @@ define( 'LSX_BANNERS_PATH', plugin_dir_path( __FILE__ ) ); define( 'LSX_BANNERS_CORE', __FILE__ ); define( 'LSX_BANNERS_URL', plugin_dir_url( __FILE__ ) ); -define( 'LSX_BANNERS_VER', '1.2.5' ); +define( 'LSX_BANNERS_VER', '1.2.5.1' ); if ( ! function_exists( 'cmb_init' ) && is_file( LSX_BANNERS_PATH . 'vendor/Custom-Meta-Boxes/custom-meta-boxes.php' ) && ! defined( 'LSX_BANNER_DISABLE_CMB' ) ) { + + if ( isset( $_GET['post'] ) && 'popup' === get_post_type( $_GET['post'] ) ) { + return; + } + require LSX_BANNERS_PATH . 'vendor/Custom-Meta-Boxes/custom-meta-boxes.php'; } diff --git a/vendor/Custom-Meta-Boxes/images/wpspin-2x.gif b/vendor/Custom-Meta-Boxes/images/wpspin-2x.gif index 0ae9122..36f1062 100755 Binary files a/vendor/Custom-Meta-Boxes/images/wpspin-2x.gif and b/vendor/Custom-Meta-Boxes/images/wpspin-2x.gif differ diff --git a/vendor/uix/assets/css/fonts/icons.eot b/vendor/uix/assets/css/fonts/icons.eot index a94d887..a0e006f 100644 Binary files a/vendor/uix/assets/css/fonts/icons.eot and b/vendor/uix/assets/css/fonts/icons.eot differ diff --git a/vendor/uix/assets/css/fonts/icons.ttf b/vendor/uix/assets/css/fonts/icons.ttf index 9c4404a..6225754 100644 Binary files a/vendor/uix/assets/css/fonts/icons.ttf and b/vendor/uix/assets/css/fonts/icons.ttf differ diff --git a/vendor/uix/assets/css/fonts/icons.woff b/vendor/uix/assets/css/fonts/icons.woff index f3add61..1a3457c 100644 Binary files a/vendor/uix/assets/css/fonts/icons.woff and b/vendor/uix/assets/css/fonts/icons.woff differ