Skip to content

Commit 768c5c8

Browse files
authored
Merge pull request #6 from lightspeedwp/update/1.3.3
Update for WordPress 6.3
2 parents f4b13c5 + e7b1e09 commit 768c5c8

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Change log
22

3-
## [1.3.2](https://github.com/lightspeeddevelopment/lsx-blocks/releases/tag/1.3.2) - In Development
3+
## [1.3.3](https://github.com/lightspeeddevelopment/lsx-blocks/releases/tag/1.3.3) - 2023-08-09
4+
5+
### Security
6+
- General testing to ensure compatibility with latest WordPress version (6.3).
7+
8+
## [1.3.2](https://github.com/lightspeeddevelopment/lsx-blocks/releases/tag/1.3.2) - 2023-04-20
49

510
### Added
611
- Added in the Block transformation for the LSX Container block to a Group Block.
712

13+
### Security
14+
- General testing to ensure compatibility with latest WordPress version (6.2).
15+
816
## [1.3.1](https://github.com/lightspeeddevelopment/lsx-blocks/releases/tag/1.3.1) - 27-05-2022
917

1018
### Added

lsx-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
* 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.
66
* Author: LightSpeed
77
* Author URI: https://www.lsdev.biz/
8-
* Version: 2.0.0
8+
* Version: 1.3.3
99
* License: GPLv3 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111
*
1212
* @package LSX BLOCKS
1313
*/
1414

15-
define( 'LSX_BLOCKS_VER', '2.0.0' );
15+
define( 'LSX_BLOCKS_VER', '1.3.3' );
1616
define( 'LSX_BLOCKS_PATH', plugin_dir_path( __FILE__ ) );
1717
define( 'LSX_BLOCKS_CORE', __FILE__ );
1818
define( 'LSX_BLOCKS_URL', plugin_dir_url( __FILE__ ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lsx-blocks",
3-
"version": "1.3.1",
3+
"version": "1.3.3",
44
"private": true,
55
"scripts": {
66
"build-blocks": "wp-scripts build src/blocks.js --output-path=dist"

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: feedmymedia, lightspeedwp, eleshar, krugazul, jacquesvdh, ignusver
33
Donate link: https://lsdev.biz/lsx/donate/
44
Tags: lsx, blocks, gutenberg, block editor, page builder, wordpress blocks
55
Requires at least: 5.0
6-
Tested up to: 6.0
7-
Requires PHP: 8.0
8-
Stable tag: 1.3.1
6+
Tested up to: 6.3
7+
Requires PHP: 7.4
8+
Stable tag: 1.3.3
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1111

0 commit comments

Comments
 (0)