Skip to content

Commit a800986

Browse files
authored
Merge pull request #127 from lightspeedwp/update/1.3.6
Updating the version number for WP 6.3
2 parents 636ed46 + 7424963 commit a800986

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Change log
22

3-
## [[1.3.5]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.5) - 2023-08-18
3+
## [[1.3.6]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.6) - 2023-08-17
44

55
### Security
66
- General testing to ensure compatibility with latest WordPress version (6.3).
77

8-
## [[1.3.4]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.4) - 2023-04-20
8+
## [[1.3.5]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.5) - 2023-04-20
99

1010
### Security
1111
- General testing to ensure compatibility with latest WordPress version (6.2).
1212

13+
## [[1.3.4]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.4) - 2022-12-23
14+
15+
### Security
16+
- General testing to ensure compatibility with latest WordPress version (6.1.1).
17+
1318
## [[1.3.3]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.3) - 2022-09-21
1419

1520
### Fixed

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.5
6+
* Version: 1.3.6
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.5' );
23+
define( 'LSX_TESTIMONIALS_VER', '1.3.6' );
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.5",
3+
"version": "1.3.6",
44
"description": "Testimonials for LSX",
55
"main": "gulpfile.js",
66
"scripts": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: lsx, gutenberg, testimonials, post type, carousel
55
Requires at least: 5.0
66
Requires PHP: 7.0
77
Tested up to: 6.3
8-
Stable tag: 1.3.5
8+
Stable tag: 1.3.6
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1111

0 commit comments

Comments
 (0)