Skip to content

Commit

Permalink
Merge pull request #170 from lightspeedwp/update/2.0.1
Browse files Browse the repository at this point in the history
Updating the version number for WP 6.3
  • Loading branch information
krugazul authored Aug 10, 2023
2 parents 2e5af43 + a7d6997 commit 653db0f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## [[2.0.1]](https://github.com/lightspeeddevelopment/lsx-mega-menus/releases/tag/2.0.1) - 2023-08-09

### Security
- General testing to ensure compatibility with latest WordPress version (6.3).

## [[2.0.0]](https://github.com/lightspeeddevelopment/lsx-mega-menus/releases/tag/2.0.0) - 2023-06-05
- The LSX Mega Menu has been updated to work with the site editor and the core navigation block.

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: Build mega menus using blocks, comes with existing template parts to help users get started within the site editor.
* Version: 2.0.0
* Version: 2.0.1
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
Expand All @@ -20,7 +20,7 @@
define('LSX_MEGAMENU_PATH', plugin_dir_path(__FILE__));
define('LSX_MEGAMENU_CORE', __FILE__);
define('LSX_MEGAMENU_URL', plugin_dir_url(__FILE__));
define('LSX_MEGAMENU_VER', '2.0.0');
define('LSX_MEGAMENU_VER', '2.0.1');

require_once LSX_MEGAMENU_PATH . 'includes/class-core.php';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lsx-mega-menus",
"version": "1.2.7",
"version": "2.0.1",
"description": "Mega Menus for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: feedmymedia, lightspeedwp, eleshar, krugazul, jacquesvdh, ignusver
Donate link: https://lsdev.biz/lsx/donate/
Tags: lsx, lsx-design, mega menu, nav menu, navigation, site editor
Requires at least: 6.1
Tested up to: 6.2.2
Requires PHP: 8.0
Stable tag: 2.0.0
Tested up to: 6.3
Requires PHP: 7.4
Stable tag: 2.0.1
License: GPLv3
Licence URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit 653db0f

Please sign in to comment.