Skip to content

Commit

Permalink
Tagging Minor Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Aug 23, 2019
1 parent 8ee131f commit cf93f73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 4.9
Tested up to: 5.2.2
Requires PHP: 7.0
Stable tag: 1.2.1
Stable tag: 1.2.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### 1.2.3 -
### 1.2.2 - Aug 23, 2019
# Fix - Show banners from featured image on old non gutenberg posts correctly.

### 1.2.1 - Aug 6, 2019
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://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.1
* Version: 1.2.2
* 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.2.1' );
define( 'LSX_BANNERS_VER', '1.2.2' );

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 cf93f73

Please sign in to comment.