Skip to content

Commit

Permalink
An issue causing the LSX TO Widget slider pagination to break.
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Sep 23, 2022
1 parent e892e89 commit 1f4133f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## [[1.4.6]](https://github.com/lightspeeddevelopment/tour-operator/releases/tag/1.4.5) - 2022-09-22

### Fixed
- An issue causing the LSX TO Widget slider pagination to break.


## [[1.4.5]](https://github.com/lightspeeddevelopment/tour-operator/releases/tag/1.4.5) - 2022-09-21

### Added
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": "tour-operator",
"version": "1.4.5",
"version": "1.4.6",
"description": "Tour Operators 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, tour operator, tours, travel, travel-agency
Requires at least: 5.0
Tested up to: 6.0.2
Requires PHP: 7.2
Stable tag: 1.4.5
Stable tag: 1.4.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down
4 changes: 2 additions & 2 deletions tour-operator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The LSX Tour Operator plugin core contains the Accommodation, Destination and Tour post types. Use these core post types to build day-by-day tour itineraries that map out of the progress of each tour through the various accommodations and destinations that are stayed at along the way.
* Tags: tour operator, tour operators, tour, tours, tour itinerary, tour itineraries, accommodation, accommodation listings, destinations, regions, tourism, lsx
* Author: LightSpeed
* Version: 1.4.5
* Version: 1.4.6
* Author URI: https://www.lsdev.biz/
* License: GPL3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -21,7 +21,7 @@
define( 'LSX_TO_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_TO_CORE', __FILE__ );
define( 'LSX_TO_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_TO_VER', '1.4.5' );
define( 'LSX_TO_VER', '1.4.6' );

// Post Expirator.
define( 'LSX_TO_POSTEXPIRATOR_DATEFORMAT', esc_html__( 'l F jS, Y', 'tour-operator' ) );
Expand Down

0 comments on commit 1f4133f

Please sign in to comment.