Skip to content

Releases: lightspeedwp/lsx-currencies

1.2.7

11 Aug 05:10
cdf08b7
Compare
Choose a tag to compare

Description

  • General testing to ensure compatibility with latest WordPress version (6.3).

1.2.6

20 Apr 12:45
89d7561
Compare
Choose a tag to compare

Fixed

  • The default currency not respecting the decimal restrictions.

Security

  • General testing to ensure compatibility with latest WordPress version (6.2).

1.2.5

22 Dec 13:22
7aa0d0a
Compare
Choose a tag to compare

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

20 Oct 09:55
Compare
Choose a tag to compare

Fixed

  • Changed the money_format to number_format, for PHP Deprecated functions.

Security

  • General testing to ensure compatibility with latest WordPress version (5.8).

1.2.3

04 Feb 14:47
Compare
Choose a tag to compare

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

30 Mar 18:05
a0eda27
Compare
Choose a tag to compare

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

13 Nov 21:19
Compare
Choose a tag to compare

1.2.1

  • Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
  • Dev - Removing the lsx-currencies admin js.
  • Fix - Making sure the money format stays constant.
  • Fix - Fixing the reloading of prices on facet selection

1.2.0

04 Sep 16:50
Compare
Choose a tag to compare
  • 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.