[1.2.7] - 2023-08-09
- General testing to ensure compatibility with latest WordPress version (6.3).
[1.2.6] - 2023-04-20
- The default currency not respecting the decimal restrictions.
- General testing to ensure compatibility with latest WordPress version (6.2).
[1.2.5] - 2022-12-23
- Added in additional conditions to the
facetwp_index_row_data
function to stop exmpty values breaking the saving. - Fixing the type error while saving values for the
facetwp_index_row_data
function - Updating PHP 8.0 compatability issues.
- Removing Deprecated PHP 7.4 functions
- General testing to ensure compatibility with latest WordPress version (6.1.1).
[1.2.4] - 2021-10-20
- Changed the money_format to number_format, for PHP Deprecated functions.
- General testing to ensure compatibility with latest WordPress version (5.8).
[1.2.3] - 2021-02-04
- The pricing with setting a non base currency on LSX TO post types.
- Removed the "float" case on the money format, which cause base currency values to convert to 0.
- Removed the deprecated tabs on the theme options.
- Updating dependencies to prevent vulnerabilities.
- General testing to ensure compatibility with latest WordPress version (5.5).
- General testing to ensure compatibility with latest LSX Theme version (2.9).
[1.2.2] - 2020-03-30
- Added in a function to get a converted value for the FacetWP Price slider when indexing and using multi currency.
- Fixed PHP error
money_format() expects parameter 2 to be float, string given
.
- Updating dependencies to prevent vulnerabilities.
- 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] - 2019-11-13
- Adding the .gitattributes file to remove unnecessary files from the WordPress version.
- Removing the lsx-currencies admin js.
- Making sure the money format stays constant.
- Fixing the reloading of prices on facet selection.
[1.2.0] - 2019-09-04
- Code Standards updates.
- Added in a fallback API for exchange rates.
- Namespacing and instances for all classes.
- Added in an option to convert all multiple currencies to your base currency on the frontend.
- Added in a shortcode - [lsx_currency_value value="500"].
- Added in the option to strip the decimal places from the values.
- Allowing the base currency to be overwitten by the WooCommerce currency if the plugin is active.
- Added in WooCommerce integration.
- Adding
noopener noreferrer
tags to target="_blank" links. - Adding the travis and codesniffer ruleset.
- Adding a readme.txt and updating the readme.md.
- Added compatibility with LSX Videos.
- Added compatibility with LSX Search.
- Move UIX settings (visual tab) to WP Customizer.
[1.1.0] - 2017-10-10
- Added compatibility with LSX 2.0.
- New project structure.
- UIX copied from TO 1.1 + Fixed issue with sub tabs click (settings).
- Fixing the settings integration with the Tour Operator Plugin.
- Fixed scripts/styles loading order.
- Fixed small issues.
- Added in a transient call to cache the Rates from the exchange API.
- Restricted the API calls to the frontend only reducing the number of queries.
- Adjusted the plugin settings link inside the LSX API Class.
- Fixed all prefixes replaces (to* > lsx_to*, TO* > LSX_TO*).
- 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.
-First Version.