Skip to content

Commit 9b8015d

Browse files
committed
tagging new version
1 parent 954b7a5 commit 9b8015d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

changelog.txt

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

3-
### 1.1.2 - In Development
3+
### 1.1.2 - September 27 2019
44
* Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
55
* Dev - Adding the Posts slider to the single team.
66
* Dev - Adding the map option for single team.
7+
* Dev - Adding width and height to the map.
8+
* Dev - Adding map filters.
79
* Dev - Added in a 'Person' Schema via the Yoast WordPress SEO plugin.
810

911
### 1.1.1

readme.txt

Lines changed: 10 additions & 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.1
8+
Stable tag: 1.1.2
99
License: GPLv3
1010

1111
The to Team plugins adds the “Team” post type, which you can display front-and-centre on your site.
@@ -55,6 +55,15 @@ Yes you can! Join in on our [GitHub repository](https://github.com/lightspeeddev
5555

5656
== Changelog ==
5757

58+
59+
### 1.1.2
60+
* Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
61+
* Dev - Adding the Posts slider to the single team.
62+
* Dev - Adding the map option for single team.
63+
* Dev - Adding width and height to the map.
64+
* Dev - Adding map filters.
65+
* Dev - Added in a 'Person' Schema via the Yoast WordPress SEO plugin.
66+
5867
### 1.1.1
5968
* Dev - Removed API Call Error
6069

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.1
6+
* Version: 1.1.2
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.1' );
23+
define( 'LSX_TO_TEAM_VER', '1.1.2' );
2424

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

0 commit comments

Comments
 (0)