Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Updating the changelog and tested up to tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Apr 25, 2022
1 parent 3c2ef0a commit 5e537fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fixed
- A compatability error with Download Manager.
- Changed the "filetime()" references to the plugin version number.

### Security
- General testing to ensure compatibility with latest WordPress version (5.9.3).
Expand Down
4 changes: 2 additions & 2 deletions lsx-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* Description: The LSX Blocks plugin gives you a collection of Gutenberg blocks that you can use and customize. All the blocks are built to work with our powerful LSX theme.
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* Version: 1.2.3
* Version: 1.2.4
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
* @package LSX BLOCKS
*/

define( 'LSX_BLOCKS_VER', '1.2.3' );
define( 'LSX_BLOCKS_VER', '1.2.4' );
define( 'LSX_BLOCKS_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_BLOCKS_CORE', __FILE__ );
define( 'LSX_BLOCKS_URL', plugin_dir_url( __FILE__ ) );
Expand Down
4 changes: 2 additions & 2 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, blocks, gutenberg, block editor, page builder, wordpress blocks
Requires at least: 5.0
Tested up to: 5.8
Tested up to: 5.9.3
Requires PHP: 7.0
Stable tag: 1.2.3
Stable tag: 1.2.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit 5e537fc

Please sign in to comment.