Skip to content

Commit 0ecf729

Browse files
authored
Merge pull request #98 from lightspeedwp/update/1.2.7
Updating the version number for WP 6.3 release
2 parents 209adc0 + b9a2153 commit 0ecf729

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

changelog.txt

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

3+
## [[1.2.7]](https://github.com/lightspeeddevelopment/to-team/releases/tag/1.2.7) - 2023-08-09
4+
5+
### Security
6+
- General testing to ensure compatibility with latest WordPress version (6.3).
7+
38
## [[1.2.6]](https://github.com/lightspeeddevelopment/to-team/releases/tag/1.2.6) - 2023-04-20
49

510
### Security

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.2.6",
3+
"version": "1.2.7",
44
"description": "Tour Operators add-on for LSX",
55
"main": "gulpfile.js",
66
"scripts": {

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: feedmymedia, lightspeedwp, eleshar, krugazul, jacquesvdh, ignusver
33
Donate link: https://lsdev.biz/lsx/donate/
44
Tags: lsx, tour operator, team, team members, our team
55
Requires at least: 5.0
6-
Tested up to: 6.2
6+
Tested up to: 6.3
77
Requires PHP: 7.4
8-
Stable tag: 1.2.6
8+
Stable tag: 1.2.7
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1111

to-team.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: LSX 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.2.6
6+
* Version: 1.2.7
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.2.6' );
23+
define( 'LSX_TO_TEAM_VER', '1.2.7' );
2424

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

0 commit comments

Comments
 (0)