Skip to content

Commit a6a7bab

Browse files
authored
Merge pull request #110 from lightspeedwp/update/2.0.1
Updating the version for WP 6.3
2 parents 7c94ad8 + 32335ea commit a6a7bab

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

changelog.md

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

3+
## [[2.0.1]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/2.0.1) - 2023-08-09
4+
5+
### Security
6+
- General testing to ensure compatibility with latest WordPress version (6.3).
7+
38
## [[2.0.0]](https://github.com/lightspeeddevelopment/lsx-sharing/releases/tag/2.0.0) - 2023-06-01
49

510
### NOTICE

lsx-sharing.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: LSX Sharing
44
* Plugin URI: https://www.lsdev.biz/product/lsx-sharing/
55
* Description: The LSX Sharing extension add social share icons for LSX Theme.
6-
* Version: 2.0.0
6+
* Version: 2.0.1
77
* Author: LightSpeed
88
* Author URI: https://www.lsdev.biz/
99
* License: GPL3
@@ -20,7 +20,7 @@
2020
define('LSX_SHARING_PATH', plugin_dir_path(__FILE__));
2121
define('LSX_SHARING_CORE', __FILE__);
2222
define('LSX_SHARING_URL', plugin_dir_url(__FILE__));
23-
define('LSX_SHARING_VER', '2.0.0');
23+
define('LSX_SHARING_VER', '2.0.1');
2424

2525
/* ======================= Below is the Plugin Class init ========================= */
2626
require_once LSX_SHARING_PATH . 'includes/classes/class-sharing.php';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lsx-sharing",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Sharing plugin for LSX Theme.",
55
"main": "gulpfile.js",
66
"repository": {

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, sharing, share, social, social sharing
55
Requires at least: 5.9
6-
Tested up to: 6.2.2
7-
Requires PHP: 8.0
8-
Stable tag: 2.0.0
6+
Tested up to: 6.3
7+
Requires PHP: 7.4
8+
Stable tag: 2.0.1
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1111

0 commit comments

Comments
 (0)