Skip to content

Commit

Permalink
Merge pull request #132 from lightspeedwp/update/1.4.7
Browse files Browse the repository at this point in the history
Security testing for  WP 6.3
  • Loading branch information
krugazul authored Aug 18, 2023
2 parents 50be7e9 + d6cadfe commit ff664b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 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.4.7]](https://github.com/lightspeeddevelopment/lsx-blog-customizer/releases/tag/1.4.7) - 2023-08-18

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

## [[1.4.6]](https://github.com/lightspeeddevelopment/lsx-blog-customizer/releases/tag/1.4.6) - 2023-04-20

### Security
Expand Down
4 changes: 2 additions & 2 deletions lsx-blog-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: LSX Blog Customizer
* Plugin URI: https://lsx.lsdev.biz/extensions/blog-customizer/
* Description: The LSX Blog Customizer extension gives you complete control over the appearance of your LSX-powered WordPress blog.
* Version: 1.4.6
* Version: 1.4.7
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
Expand All @@ -22,7 +22,7 @@
define( 'LSX_BLOG_CUSTOMIZER_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_BLOG_CUSTOMIZER_CORE', __FILE__ );
define( 'LSX_BLOG_CUSTOMIZER_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_BLOG_CUSTOMIZER_VER', '1.4.6' );
define( 'LSX_BLOG_CUSTOMIZER_VER', '1.4.7' );


/* ======================= 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-blog-customizer",
"version": "1.4.6",
"version": "1.4.7",
"description": "Blog Customizer for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 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, Blog Customizer, Customizer, blog posts, related posts
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 8.0
Stable tag: 1.4.6
Tested up to: 6.3
Requires PHP: 7.4
Stable tag: 1.4.7
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit ff664b6

Please sign in to comment.