Skip to content

Commit

Permalink
Updating the tag to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Sep 12, 2022
1 parent 3718e02 commit 5b53261
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 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, tour operator, specials, accommodation, prices
Requires at least: 5.3
Tested up to: 5.8
Tested up to: 6.0
Requires PHP: 7.2
Stable tag: 1.3.2
Stable tag: 1.3.3
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.
Expand Down
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change log

## [[1.3.3]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.1) - 2020-01-15
## [[1.3.3]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.3) - 2022-09-12

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

## [[1.3.2]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.2) - 2020-01-15

### Added
- Allowing the block editor for the single specials description area.
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": "to-specials",
"version": "1.3.2",
"version": "1.3.3",
"description": "Tour Operators add-on for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions to-specials.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
* Version: 1.3.3
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3+
Expand All @@ -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.2' );
define('LSX_TO_SPECIALS_VER', '1.3.3' );


/* ======================= Below is the Plugin Class init ========================= */
Expand Down

0 comments on commit 5b53261

Please sign in to comment.