Skip to content

Commit

Permalink
Updating the version number for WP 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Aug 18, 2023
1 parent 636ed46 commit 7424963
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Change log

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

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

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

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

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

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

## [[1.3.3]](https://github.com/lightspeeddevelopment/lsx-testimonials/releases/tag/1.3.3) - 2022-09-21

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions lsx-testimonials.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: LSX Testimonials
* Plugin URI: https://lsx.lsdev.biz/extensions/testimonials/
* Description: The LSX Testimonials extension adds the "Testimonials" post type.
* Version: 1.3.5
* Version: 1.3.6
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
Expand All @@ -20,7 +20,7 @@
define( 'LSX_TESTIMONIALS_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_TESTIMONIALS_CORE', __FILE__ );
define( 'LSX_TESTIMONIALS_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_TESTIMONIALS_VER', '1.3.5' );
define( 'LSX_TESTIMONIALS_VER', '1.3.6' );


/* ======================= 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-testimonials",
"version": "1.3.5",
"version": "1.3.6",
"description": "Testimonials for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: lsx, gutenberg, testimonials, post type, carousel
Requires at least: 5.0
Requires PHP: 7.0
Tested up to: 6.3
Stable tag: 1.3.5
Stable tag: 1.3.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit 7424963

Please sign in to comment.