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

Commit

Permalink
updating the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed May 27, 2022
1 parent 966e070 commit b927c21
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change log

## [1.3.0](https://github.com/lightspeeddevelopment/lsx-blocks/releases/tag/1.3.0)
## [1.3.1](https://github.com/lightspeeddevelopment/lsx-blocks/releases/tag/1.3.1) - 27-05-2022

### Added
- Re added the LSX Container block to allow for page degrading.


## [1.3.0](https://github.com/lightspeeddevelopment/lsx-blocks/releases/tag/1.3.0) - 25-05-2022

### Removed Blocks
- LSX Divider
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.3
* Version: 1.3.1
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
* @package LSX BLOCKS
*/

define( 'LSX_BLOCKS_VER', '1.3.0' );
define( 'LSX_BLOCKS_VER', '1.3.1' );
define( 'LSX_BLOCKS_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_BLOCKS_CORE', __FILE__ );
define( 'LSX_BLOCKS_URL', plugin_dir_url( __FILE__ ) );
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-blocks",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"scripts": {
"start": "cgb-scripts start",
Expand Down
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, blocks, gutenberg, block editor, page builder, wordpress blocks
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 8.0
Stable tag: 1.3.0
Stable tag: 1.3.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit b927c21

Please sign in to comment.