Skip to content

Commit ee3a365

Browse files
committed
Fixing the plugin version numbers
1 parent 2ce8137 commit ee3a365

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Change log
22

3-
### 1.1.3 - In development
3+
### 1.2.1 - In development
44
* Dev - Enabled the sorting of the gallery field
55

6-
### 1.1.2 - September 27 2019
6+
### 1.2.0 - September 27 2019
77
* Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
88
* Dev - Adding the Posts slider to the single team.
99
* Dev - Adding the map option for single team.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "to-team",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Tour Operators add-on for LSX",
55
"main": "gulpfile.js",
66
"scripts": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: tour operator, lsx, post type, team widget, team display
55
Requires at least: 4.9
66
Tested up to: 5.2.2
77
Requires PHP: 7.0
8-
Stable tag: 1.1.2
8+
Stable tag: 1.2.0
99
License: GPLv3
1010

1111
The to Team plugins adds the “Team” post type, which you can display front-and-centre on your site.

to-team.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Tour Operator Team
44
* Plugin URI: https://www.lsdev.biz/product/tour-operator-team/
55
* Description: Real peoples' faces go a long way to building trust with your clients. The Team Extension allows your business's staff to be added as Team Members with their own profile which can be associated with specific destinations and tours.
6-
* Version: 1.1.2
6+
* Version: 1.2.0
77
* Author: LightSpeed
88
* Author URI: https://www.lsdev.biz/
99
* License: GPL3+
@@ -20,7 +20,7 @@
2020
define( 'LSX_TO_TEAM_PATH', plugin_dir_path( __FILE__ ) );
2121
define( 'LSX_TO_TEAM_CORE', __FILE__ );
2222
define( 'LSX_TO_TEAM_URL', plugin_dir_url( __FILE__ ) );
23-
define( 'LSX_TO_TEAM_VER', '1.1.2' );
23+
define( 'LSX_TO_TEAM_VER', '1.2.0' );
2424

2525
if ( ! defined( 'TEAM_ARCHIVE_URL' ) ) {
2626
define( 'TEAM_ARCHIVE_URL', 'team-members' );

0 commit comments

Comments
 (0)