Skip to content

Commit

Permalink
Updating the version number and changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Jan 15, 2021
1 parent f16418b commit edba529
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
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, reviews, ratings, accommodation, tours, destinations
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
11 changes: 10 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change log

## [[1.2.3]](https://github.com/lightspeeddevelopment/to-reviews/releases/tag/1.2.3) - 2021-01-15
### Added
- Allowing the block editor for the single reviews description area.

### Fixed
- Fixed all undefined notices to adhere to coding standards.

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

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

### Fixed
- Fixed PHP error `Undefined variable: connected_destination`.
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-reviews",
"version": "1.2.0",
"version": "1.2.3",
"description": "Tour Operators add-on for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions to-reviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Tour Operator Reviews
* Plugin URI: https://www.lsdev.biz/product/tour-operator-reviews/
* Description: The Tour Operator Reviews extension adds the “Reviews” post type, which you can assign to our Tour Operator core post types: Tours, accommodations and destinations.
* 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_REVIEWS_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_TO_REVIEWS_CORE', __FILE__ );
define( 'LSX_TO_REVIEWS_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_TO_REVIEWS_VER', '1.2.2' );
define( 'LSX_TO_REVIEWS_VER', '1.2.3' );

/* ======================= Below is the Plugin Class init ========================= */

Expand Down

0 comments on commit edba529

Please sign in to comment.