Skip to content

Releases: dingo-d/woo-solo-api

3.1.1: Merge pull request #115 from dingo-d/hotfix/fiscalization-save-fix

09 Aug 09:52
af539b5
Compare
Choose a tag to compare

[3.1.1] - 2023-08-09

Fixed

  • Fix the issue with saving of the fiscalization options

Fiscalization option fix and test with latest versions

09 Aug 08:13
7f666f0
Compare
Choose a tag to compare

[3.1.0] - 2023-08-09

Fixed

  • Fix issue with fiscalization options
  • Tested with WC 8.0.0 and WP 6.3
  • Tested with PHP 8.0

Compiled container fix

31 Jan 08:36
c2d9c80
Compare
Choose a tag to compare

Fixed

  • Fix the issue with the compiled container

3.0.0 version

30 Jan 13:10
40ba544
Compare
Choose a tag to compare

This update was mostly a dev update to make the plugin easier to maintain.
A lot was changed under the hood (from handling dependency injection to build process, and how settings are handled).
Minor issues in the plugin should be fixed, most notable is that the translation for Croatian language should work now.
Also, the plugin should work with PHP 8+ (beta compatibility). PHP 8.2 could throw some notices, but WP is not yet fully compatible with PHP 8, so you can report any issues you find.

Added

  • Improved handling of dependencies in files
  • Method that will delete HNB exchange rate transient on plugin update
  • Improved error handling on API call failures

Changed

  • Minimum PHP version updated to 7.4, beta compatibility with PHP 8+ added
  • Build process changed from Webpack to Vite
  • Updated the options page a bit (better organization)
    • The settings are a bit more fool-proof now in the way settings are fetched, stored and handled across the admin app.

Fixed

  • Translations for Croatian language should work now
  • If people didn't update their plugin or settings, the currency should automatically default to EUR
  • All outstanding coding style and type errors
  • Better exception descriptions

2.3.0

04 Jan 22:45
3aa1119
Compare
Choose a tag to compare

This release will fix the affected change due to Croatia entering the Euro-zone.

Added

  • Add a fallback to checking if offers exist in case the invoices don't exist
  • Add a way to clear Croatian National Bank API transient response

Changed

  • Update HNB API link to a new v3 working one
  • Fix conversion logic for currencies

Fixed

  • Fix filter type for plugin link hook

2.2.0 Release

18 Jan 16:13
0ba8fe8
Compare
Choose a tag to compare

[2.2.0] - 2022-01-18

Added

  • Added new filters (See FAQ section for more info)

Fixed

  • Fix the localization notice
  • Fix PHPStan errors

2.1.0 Release

07 Mar 16:13
Compare
Choose a tag to compare

[2.1.0] - 2021-03-07

Added

  • Added new filters and arguments to existing filters (See the FAQ section for more info)
  • Added a check if WooCommerce plugin is active to prevent fatal errors if you disable WooCommerce before this plugin

Fixed

  • Change the name of the language-translation files so that they work properly
    • In case the translation doesn't work automatically, place the woo-solo-api-hr.mo in the
      /wp-content/languages/plugins folder

2.0.8 release

29 Dec 10:02
09ff365
Compare
Choose a tag to compare

Forgot to tag previous releases so this will have all the changes here:

[2.0.8] - 2020-12-29

Changed

  • Updated JS packages and webpack bundling process (updated to webpack 5)

Fixed

  • Update bundle of the assets and the PHP packages (possible cause to some issues in version 2.0.7?)

[2.0.7] - 2020-12-28

Fixed

  • Changed the typehint of the admin order fields hook.

[2.0.6] - 2020-11-30

Fixed

  • Add assets to the plugin. The GH Action tag is not working as intended so this is a manual fix.

Bugfix release

29 Nov 15:47
e7eeba0
Compare
Choose a tag to compare

[2.0.5] - 2020-11-29

Fixed

  • Fix the company name showing on the order and sending taxes option towards API.

Bugfix release

28 Nov 10:38
5049a7b
Compare
Choose a tag to compare

[2.0.4] - 2020-11-28

Added

  • Clear error log message if the order is manually triggered and succeeds.

Changed

  • Priority changed on the completed WooCommerce hook.

Fixed

  • Remove shipping from all the variables, fix shipping tax calculation
    *The shipping does not concern us really, so no need to pull any fields from there.
    • Shipping was a bit changed, so it didn't pick anything up and reported 0 tax on taxable shipping.
  • Fix the defaults in the settings (languages, checkout settings) in PHP.