Skip to content

Commit

Permalink
Version Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques committed Nov 21, 2018
1 parent a3ca727 commit 7eceef4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### 1.1.6
* Dev - Added function for changing the breadcrumbs to the top of the banner

### 1.1.5
* Dev - Added in an option to set a title position
* Dev - Fixed the add new banner css
Expand Down
4 changes: 2 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://www.lsdev.biz/product/lsx-banners
* Description: The LSX Banners extension adds advanced banner configuration options to your WordPress site running LSX theme.
* Version: 1.1.4
* Version: 1.1.6
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
Expand All @@ -20,7 +20,7 @@
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.1.4' );
define( 'LSX_BANNERS_VER', '1.1.6' );

if ( ! function_exists( 'cmb_init' ) && is_file( LSX_BANNERS_PATH . 'vendor/Custom-Meta-Boxes/custom-meta-boxes.php' ) && ! defined( 'LSX_BANNER_DISABLE_CMB' ) ) {
require LSX_BANNERS_PATH . 'vendor/Custom-Meta-Boxes/custom-meta-boxes.php';
Expand Down

0 comments on commit 7eceef4

Please sign in to comment.