-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
111 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,101 @@ | ||
## Change log | ||
|
||
## 1.2.1 - 19 December 2019 | ||
* Dev - Enabled the sorting of the gallery field | ||
* Dev - General testing to ensure compatibility with latest WordPress version (5.3). | ||
* Dev - Checking compatibility with LSX 2.6 release. | ||
* Dev - If the review does not have an excerpt it will show trimmed content on the Reviews widget. | ||
|
||
### 1.2.0 - September 27 2019 | ||
* Dev - Added in the Review Schema integrated with Yoast WordPress SEO | ||
* Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version. | ||
* Dev - Enabled the sorting of the gallery field | ||
* Fix - Updating files and fixing php warning notices. | ||
|
||
### 1.1.1 | ||
* Fix - Travis and dependency fixes | ||
* Dev - API Class Removal | ||
* Dev - No sidebars on single or archive | ||
|
||
### 1.1.0 | ||
* Dev - Support LSX Theme 2.0 new designs | ||
* Added compatibility with LSX 2.0 | ||
* Added compatibility with Tour Operator 1.1 | ||
* Dev - New project structure | ||
* Fix - Fixed scripts/styles loading order | ||
* Fix - Fixed small issues | ||
* Dev - Updated the the way the post type registers to match the refactored TO plugin | ||
* Dev - Updated the registering of the metaboxes | ||
|
||
### 1.0.4 | ||
* Dev - Standardized the Gallery and Video fields | ||
|
||
### 1.0.3 | ||
* Fix - Make the addon compatible with the latest version from TO Search addon | ||
* Fix - API key and email grabbed from the correct settings tab | ||
* Fix - Added TO Search as subtab on LSX TO settings page | ||
* Dev - Fixed menu navigation improved | ||
* Fix - Code refactored to follow the latest Tour Operator plugin workflow | ||
* Fix - Small fixes on front-end fields | ||
* Fix - Fixed content_part filter for plugin and add-ons | ||
|
||
### 1.0.2 | ||
* Fix - Fixed all prefixes replaces (to_ > lsx_to_, TO_ > LSX_TO_) | ||
|
||
### 1.0.1 | ||
* Fix - Reduced the access to server (check API key status) using transients | ||
* Fix - Made the API URLs dev/live dynamic using a prefix "dev-" in the API KEY | ||
|
||
### 1.0.0 | ||
* First Version | ||
# Change log | ||
|
||
|
||
## [Unreleased] - Minor version 1.2.2 | ||
|
||
### Fixed | ||
- Fixed PHP error `Undefined variable: connected_destination`. | ||
|
||
### Security | ||
- General testing to ensure compatibility with latest WordPress version (5.4). | ||
- General testing to ensure compatibility with latest LSX Theme version (2.7). | ||
|
||
|
||
## [[1.2.1]](https://github.com/lightspeeddevelopment/to-reviews/releases/tag/1.2.1) - 2019-12-19 | ||
|
||
### Added | ||
- Enabled the sorting of the gallery field. | ||
|
||
### Security | ||
- Checking compatibility with LSX 2.6 release. | ||
- General testing to ensure compatibility with latest WordPress version (5.3). | ||
|
||
### Fixed | ||
- If the review does not have an excerpt it will show trimmed content on the Reviews widget. | ||
|
||
|
||
## [[1.2.0]](https://github.com/lightspeeddevelopment/to-reviews/releases/tag/1.2.0) - 2019-09-27 | ||
|
||
### Added | ||
- Added in the Review Schema integrated with Yoast WordPress SEO. | ||
- Adding the .gitattributes file to remove unnecessary files from the WordPress version. | ||
- Enabled the sorting of the gallery field. | ||
|
||
### Fixed | ||
- Updating files and fixing php warning notices. | ||
|
||
|
||
## [[1.1.1]](https://github.com/lightspeeddevelopment/to-reviews/releases/tag/1.1.1) - 2019-06-21 | ||
|
||
### Added | ||
- No sidebars on single or archive. | ||
|
||
### Deprecated | ||
- API Class Removal. | ||
|
||
### Fixed | ||
- Travis and dependency fixes. | ||
|
||
|
||
## [[1.1.0]]() | ||
|
||
### Added | ||
- Support LSX Theme 2.0 new designs. | ||
- Added compatibility with LSX 2.0. | ||
- Added compatibility with Tour Operator 1.1. | ||
- New project structure. | ||
- Updated the the way the post type registers to match the refactored TO plugin. | ||
- Updated the registering of the metaboxes. | ||
|
||
### Fixed | ||
- Fixed scripts/styles loading order. | ||
- Fixed small issues. | ||
|
||
|
||
## [[1.0.4]]() | ||
|
||
### Added | ||
- Standardized the Gallery and Video fields. | ||
|
||
|
||
## [[1.0.3]]() | ||
|
||
### Added | ||
- Fixed menu navigation improved. | ||
|
||
### Fixed | ||
- Make the addon compatible with the latest version from TO Search addon. | ||
- API key and email grabbed from the correct settings tab. | ||
- Added TO Search as subtab on LSX TO settings page. | ||
- Code refactored to follow the latest Tour Operator plugin workflow. | ||
- Small fixes on front-end fields. | ||
- Fixed content_part filter for plugin and add-ons. | ||
|
||
|
||
## [[1.0.2]]() | ||
|
||
### Fixed | ||
- Fixed all prefixes replaces (to_ > lsx_to_, TO_ > LSX_TO_). | ||
|
||
|
||
## [[1.0.1]]() | ||
|
||
### Fixed | ||
- Reduced the access to server (check API key status) using transients. | ||
- Made the API URLs dev/live dynamic using a prefix "dev-" in the API KEY. | ||
|
||
|
||
## [[1.0.0]]() | ||
|
||
### Fixed | ||
- First Version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters