Skip to content

Commit

Permalink
Updating the verison number
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Dec 10, 2021
1 parent 321d5d1 commit 85abba3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 7 additions & 2 deletions lsx-banners.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';
}

Expand Down
Binary file modified vendor/Custom-Meta-Boxes/images/wpspin-2x.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vendor/uix/assets/css/fonts/icons.eot
Binary file not shown.
Binary file modified vendor/uix/assets/css/fonts/icons.ttf
Binary file not shown.
Binary file modified vendor/uix/assets/css/fonts/icons.woff
Binary file not shown.

0 comments on commit 85abba3

Please sign in to comment.