Skip to content

Commit e819610

Browse files
committed
Updating the version and stable tag
1 parent 41ceb6b commit e819610

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

changelog.md

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

3-
## [[1.3.4]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.3) - 2022-12-23
3+
## [[1.3.5]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.5) - 2023-04-20
4+
5+
### Security
6+
- General testing to ensure compatibility with latest WordPress version (6.2).
7+
8+
## [[1.3.4]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.4) - 2022-12-23
49

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

lsx-testimonials.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: LSX Testimonials
44
* Plugin URI: https://lsx.lsdev.biz/extensions/testimonials/
55
* Description: The LSX Testimonials extension adds the "Testimonials" post type.
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_TESTIMONIALS_PATH', plugin_dir_path( __FILE__ ) );
2121
define( 'LSX_TESTIMONIALS_CORE', __FILE__ );
2222
define( 'LSX_TESTIMONIALS_URL', plugin_dir_url( __FILE__ ) );
23-
define( 'LSX_TESTIMONIALS_VER', '1.3.4' );
23+
define( 'LSX_TESTIMONIALS_VER', '1.3.5' );
2424

2525

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lsx-testimonials",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Testimonials for LSX",
55
"main": "gulpfile.js",
66
"scripts": {

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://lsdev.biz/lsx/donate/
44
Tags: lsx, gutenberg, testimonials, post type, carousel
55
Requires at least: 5.0
66
Requires PHP: 7.0
7-
Tested up to: 6.1.1
8-
Stable tag: 1.3.4
7+
Tested up to: 6.2
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)