From ec887f0bd72abc7001a1ca69233fd0ea8a91cede Mon Sep 17 00:00:00 2001 From: Warwick Date: Thu, 22 Dec 2022 10:03:09 +0200 Subject: [PATCH] Updating the version number --- README.txt | 4 ++-- changelog.txt | 5 +++++ package.json | 2 +- to-specials.php | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index b95d8d7..10751e4 100644 --- a/README.txt +++ b/README.txt @@ -3,9 +3,9 @@ Contributors: feedmymedia, lightspeedwp, eleshar, krugazul, jacquesvdh, ignusver Donate link: https://lsdev.biz/lsx/donate/ Tags: lsx, tour operator, specials, accommodation, prices Requires at least: 5.3 -Tested up to: 6.0 +Tested up to: 6.1.1 Requires PHP: 7.2 -Stable tag: 1.3.3 +Stable tag: 1.3.4 License: GPLv3 With Tour Operator Specials, add deals to your website – a great way to entice people who are ready to take advantage of limited-time deals. diff --git a/changelog.txt b/changelog.txt index 1697501..e121f03 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ # Change log +## [[1.3.4]](https://github.com/lightspeeddevelopment/to-specials/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/to-specials/releases/tag/1.3.3) - 2022-09-12 ### Security diff --git a/package.json b/package.json index 4ad1c0f..7e44455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "to-specials", - "version": "1.3.3", + "version": "1.3.4", "description": "Tour Operators add-on for LSX", "main": "gulpfile.js", "scripts": { diff --git a/to-specials.php b/to-specials.php index b62cd39..9fa7f43 100644 --- a/to-specials.php +++ b/to-specials.php @@ -3,7 +3,7 @@ * Plugin Name: LSX Tour Operator Special Offers * Plugin URI: https://www.lsdev.biz/product/tour-operator-special-offers/ * Description: The Tour Operator Special Offers extension gives you the ability to create time-sensitive special prices that can be applied to Tour Operator post types you are using: Accommodations, destinations and/or tours. - * Version: 1.3.3 + * Version: 1.3.4 * Author: LightSpeed * Author URI: https://www.lsdev.biz/ * License: GPL3+ @@ -20,7 +20,7 @@ define('LSX_TO_SPECIALS_PATH', plugin_dir_path( __FILE__ ) ); define('LSX_TO_SPECIALS_CORE', __FILE__ ); define('LSX_TO_SPECIALS_URL', plugin_dir_url( __FILE__ ) ); -define('LSX_TO_SPECIALS_VER', '1.3.3' ); +define('LSX_TO_SPECIALS_VER', '1.3.4' ); /* ======================= Below is the Plugin Class init ========================= */