Skip to content

Commit

Permalink
Updating the changelog and the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Jan 15, 2021
1 parent 9ae2cb3 commit 98ec1cb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log
## [[1.2.3]](https://github.com/lightspeeddevelopment/to-team/releases/tag/1.2.3) - 2021-01-15

### Added
- Allowing the block editor for the single team description area.

### Updated
- Documentation and support links.

### Security
- General testing to ensure compatibility with latest WordPress version (5.6).

## [[1.2.2]](https://github.com/lightspeeddevelopment/to-team/releases/tag/1.2.2) - 2020-03-30

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "to-team",
"version": "1.2.0",
"version": "1.2.3",
"description": "Tour Operators add-on for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: feedmymedia, lightspeedwp, eleshar, krugazul, jacquesvdh, ignusver
Donate link: https://lsdev.biz/lsx/donate/
Tags: lsx, tour operator, team, team members, our team
Requires at least: 5.0
Tested up to: 5.5.1
Tested up to: 5.6
Requires PHP: 7.0
Stable tag: 1.2.3
License: GPLv3 or later
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.2.2
* Version: 1.2.3
* 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.2.2' );
define( 'LSX_TO_TEAM_VER', '1.2.3' );

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

0 comments on commit 98ec1cb

Please sign in to comment.