Skip to content

Commit

Permalink
tagging version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Aug 7, 2019
1 parent 668536d commit 5d23ef7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Take a look at all our [Frequently Asked Questions](https://tour-operator.lsdev.

If you are experiencing issues with the Tour Operator Plugin, please log any bug issues you are having on the [Tour Operator Github Issues](https://github.com/lightspeeddevelopment/tour-operator/issues) page.

You can also send an email to our Support Team at [email protected] if you have a request for the LightSpeed Development team.
You can also send an email to our Support Team at [[email protected]](mailto:[email protected]) if you have a request for the LightSpeed Development team.

## Contributing to the Tour Operator Plugin

Expand Down
12 changes: 6 additions & 6 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## Change log

### 1.2.0 -
### 1.2.0 - 6 August 2019
* Fix - Hiding the banner title on regions when the map is set to output there.
* Dev - Made sure the regions also move the map to the banner when the setting is activated.
* Dev - PHP Class updates
* Dev - Removing old templates
* Dev - PHP Class updates.
* Dev - Removing old templates.
* Dev - Integrated the TO Maps plugin into TO Core.
* Dev - Added in an option to disable the maps.
* Dev - Added in a desktop and mobile map placeholder setting.
* Dev - Added in the bot blocker function for google maps requests
* Dev - Added in the bot blocker function for google maps requests.
* Dev - Integrated the TO Videos plugin into TO Core.
* Fix - Fixed the Room Section not collapsing on mobile
* Fix - Fixed the Room Section not collapsing on mobile.
* Fix - Fixed the collapse section title colour on mobile.
* Dev - Added in the region taxonomy for housing the Continent Sub Regions
* Dev - Added in the region taxonomy for housing the Continent Sub Regions.

### 1.1.5 - 3th July 2019
* Dev - Updated the help page.
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: tour operator, tour operators, tour, tours, tour itinerary, tour itinerari
Requires at least: 4.3
Tested up to: 5.2.1
Requires PHP: 7.0
Stable tag: 1.1.4
Stable tag: 1.2.0
License: GPLv3

The Tour Operators plugin brings live availability, bookings, digital itineraries, and other post types tour operators need to succeed.
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 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.1.5
* Version: 1.2.0
* 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.1.5' );
define( 'LSX_TO_VER', '1.2.0' );

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

0 comments on commit 5d23ef7

Please sign in to comment.