Releases: lightspeedwp/lsx-currencies
Releases · lightspeedwp/lsx-currencies
1.2.7
1.2.6
1.2.5
Fixed
- 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.
Security
- Removing Deprecated PHP 7.4 functions
- General testing to ensure compatibility with latest WordPress version (6.1.1).
1.2.4
1.2.3
Fixed
- 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.
Deprecated
- Removed the deprecated tabs on the theme options.
Security
- 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).
V 1.2.2
V 1.2.2
Added
- Added in a function to get a converted value for the FacetWP Price slider when indexing and using multi currency.
Fixed
- Fixed PHP error
money_format() expects parameter 2 to be float, string given
.
Security
- 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).
V 1.2.1
1.2.0
- Dev - Code Standards updates
- Dev - Added in a fallback API for exchange rates.
- Dev - Namespacing and instances for all classes.
- Dev - Added in an option to convert all multiple currencies to your base currency on the frontend.
- Dev - Added in a shortcode - [lsx_currency_value value="500"]
- Dev - Added in the option to strip the decimal places from the values.
- Dev - Allowing the base currency to be overwitten by the WooCommerce currency if the plugin is active.