Skip to content

Commit

Permalink
tagging new version
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Sep 27, 2019
1 parent 954b7a5 commit 9b8015d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Change log

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

### 1.1.1
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: tour operator, lsx, post type, team widget, team display
Requires at least: 4.9
Tested up to: 5.2.2
Requires PHP: 7.0
Stable tag: 1.1.1
Stable tag: 1.1.2
License: GPLv3

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

== Changelog ==


### 1.1.2
* Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
* Dev - Adding the Posts slider to the single team.
* Dev - Adding the map option for single team.
* Dev - Adding width and height to the map.
* Dev - Adding map filters.
* Dev - Added in a 'Person' Schema via the Yoast WordPress SEO plugin.

### 1.1.1
* Dev - Removed API Call Error

Expand Down
4 changes: 2 additions & 2 deletions to-team.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Tour Operator Team
* Plugin URI: https://www.lsdev.biz/product/tour-operator-team/
* 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.
* Version: 1.1.1
* Version: 1.1.2
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3+
Expand All @@ -20,7 +20,7 @@
define( 'LSX_TO_TEAM_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_TO_TEAM_CORE', __FILE__ );
define( 'LSX_TO_TEAM_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_TO_TEAM_VER', '1.1.1' );
define( 'LSX_TO_TEAM_VER', '1.1.2' );

if ( ! defined( 'TEAM_ARCHIVE_URL' ) ) {
define( 'TEAM_ARCHIVE_URL', 'team-members' );
Expand Down

0 comments on commit 9b8015d

Please sign in to comment.