Skip to content

Commit

Permalink
Updating the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Dec 22, 2022
1 parent 0d94e1a commit 26405f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 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

## [[1.3.3]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/1.3.3) - 2022-12-23

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

## [1.3.2]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions lsx-team.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: LSX Team
* Plugin URI: https://www.lsdev.biz/product/lsx-team/
* Description: The LSX Team extension provides a custom post type that allows you to easily show off the people that make up your business.
* Version: 1.3.2
* Version: 1.3.3
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
Expand All @@ -20,7 +20,7 @@
define( 'LSX_TEAM_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_TEAM_CORE', __FILE__ );
define( 'LSX_TEAM_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_TEAM_VER', '1.3.2' );
define( 'LSX_TEAM_VER', '1.3.3' );


/* ======================= Below is the Plugin Class init ========================= */
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-team",
"version": "1.3.2",
"version": "1.3.3",
"description": "Team for LSX",
"main": "gulpfile.js",
"scripts": {
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, team, team members, our team, block editor support
Requires at least: 5.0
Tested up to: 6.0.2
Tested up to: 6.1.1
Requires PHP: 7.0
Stable tag: 1.3.2
Stable tag: 1.3.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit 26405f7

Please sign in to comment.