Skip to content

Commit 9200542

Browse files
authored
Merge pull request #148 from lightspeedwp/update/1.3.5
Updating the version number for WP 6.3
2 parents ac7115f + 6419a15 commit 9200542

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
## [[1.3.5]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/1.3.5) - 2023-08-18
4+
5+
### Security
6+
- General testing to ensure compatibility with latest WordPress version (6.3).
7+
38
## [[1.3.4]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/1.3.4) - 2023-04-20
49

510
### Security

lsx-team.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: LSX Team
44
* Plugin URI: https://www.lsdev.biz/product/lsx-team/
55
* Description: The LSX Team extension provides a custom post type that allows you to easily show off the people that make up your business.
6-
* Version: 1.3.4
6+
* Version: 1.3.5
77
* Author: LightSpeed
88
* Author URI: https://www.lsdev.biz/
99
* License: GPL3
@@ -20,7 +20,7 @@
2020
define( 'LSX_TEAM_PATH', plugin_dir_path( __FILE__ ) );
2121
define( 'LSX_TEAM_CORE', __FILE__ );
2222
define( 'LSX_TEAM_URL', plugin_dir_url( __FILE__ ) );
23-
define( 'LSX_TEAM_VER', '1.3.4' );
23+
define( 'LSX_TEAM_VER', '1.3.5' );
2424

2525

2626
/* ======================= Below is the Plugin Class init ========================= */

readme.txt

Lines changed: 2 additions & 2 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, team, team members, our team, block editor support
55
Requires at least: 5.0
6-
Tested up to: 6.2
6+
Tested up to: 6.3
77
Requires PHP: 7.0
8-
Stable tag: 1.3.4
8+
Stable tag: 1.3.5
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1111

0 commit comments

Comments
 (0)