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 Sep 27, 2019
1 parent 76287f7 commit 4d8d39a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ If you're a developer who's spotted a bug issue and have a fix, or simply have f

## Changelog

### 1.2.2
* Dev - Added in a parameter to the widget args, to allow widget template to know when it is a menu loading it.

### 1.2.1
* Dev - Adding full width style when option is active.
* Dev - Added in a shortcode option to link the widget titles.
Expand Down
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: lsx, Gutenberg, mega menu, wordpress blocks, navigation
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

Go from mundane to mega with the [LSX Mega Menus Extension](https://lsx.lsdev.biz/extensions/mega-menus/) extension. Create beautiful full-width menu dropdowns that contain dynamic content such as images, icons, videos, and widget areas.It has a familiar drag and drop interface, and menu items that can easily be resized and reordered. It also allows you to preview before you publish.
Expand Down Expand Up @@ -41,6 +41,9 @@ If you're a developer who's spotted a bug issue and have a fix, or simply have f

## Changelog

### 1.2.2
* Dev - Added in a parameter to the widget args, to allow widget template to know when it is a menu loading it.

### 1.2
* Dev - Cleaned up Code

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.2 (in development)
### 1.2.2 - September 27
* Dev - Added in a parameter to the widget args, to allow widget template to know when it is a menu loading it.

### 1.2.1
Expand Down
4 changes: 2 additions & 2 deletions lsx-mega-menus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: LSX Mega Menus
* Plugin URI: https://www.lsdev.biz/product/lsx-mega-menus/
* Description: Create custom, full-width dropdown menus that contain images, widgets and more that seamlessly tie into your LSX WordPress site.
* Version: 1.2.1
* Version: 1.2.2
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
Expand Down Expand Up @@ -59,7 +59,7 @@ public function __construct() {
$this->token = 'lsx-mega-menus';
$this->plugin_url = plugin_dir_url( __FILE__ );
$this->plugin_path = plugin_dir_path( __FILE__ );
$this->version = '1.2.1';
$this->version = '1.2.2';

// Register activation hook.
register_activation_hook( __FILE__, array( $this, 'install' ) );
Expand Down

0 comments on commit 4d8d39a

Please sign in to comment.