Skip to content

Releases: myparcelnl/woocommerce

v5.1.0

17 Dec 16:03
Compare
Choose a tag to compare

5.1.0 (2024-12-17)

⚡ Performance Improvements

  • properly externalize delivery options dependency (9c332e1)

🐛 Bug Fixes

  • make filters work correctly (#1189) (239878a)
  • settings: hide delivery options position setting when blocks checkout is enabled (#1188) (b6115c9), closes #1189
  • webhooks: prevent webhook callback never being executed (#1187) (d8cf0bb)

✨ New Features

v4.24.3

13 Dec 09:40
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Prevent open_basedir restriction error (#1215)

v4.24.2

12 Dec 11:03
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Prevent reflected XSS (#1200)

v5.0.0

31 Oct 15:06
Compare
Choose a tag to compare

5.0.0 (2024-10-31)

We've rewritten the plugin from scratch using our [Plugin Development Kit], which allows us to have one shared codebase for all functionality that's common across the plugins we have for several e-commerce platforms. The shared codebase is going to make it a lot easier for us to fix bugs and add features in the future as everything we change affects each of our e-commerce platform plugins/modules.

Some of the biggest features and improvements:

  • PHP 7.4 – 8.2+ support
  • Drastically improved performance
  • New carriers: DPD, UPS (for NL)
  • More and better product settings
  • Improved admin interface
  • Support for HPOS (High Performance Order Storage)

v4.24.1

20 Sep 07:28
Compare
Choose a tag to compare

4.24.1 (2024-09-20)

🐛 Bug Fixes

  • allow dhl for you export with default volume properties (3a38c7b)

v4.24.0

17 Sep 07:31
Compare
Choose a tag to compare

4.24.0 (2024-09-17)

✨ New Features

🐛 Bug Fixes

  • fix small parcel in the Delivery Options (#1165) (42961d4)
  • ordergrid: prevent warning undefined array key (#1122) (6c93000)

v4.23.0

11 Jun 11:53
Compare
Choose a tag to compare

4.23.0 (2024-06-11)

✨ New Features

v4.22.2

30 Apr 13:48
Compare
Choose a tag to compare

4.22.2 (2024-04-30)

🐛 Bug Fixes

  • checkout: fix myparcel div not found (#1091) (e7d75d2)
  • compatibility: restore compatibility with wooc table rate (#1090) (ca95eae)
  • order-mode: fix item value on customs declaration (#1066) (49c379a)
  • tracktrace: use correct url for foreign shipments (#1088) (619b28d)

v4.22.1

02 Jan 15:35
Compare
Choose a tag to compare

4.22.1 (2024-01-02)

🐛 Bug Fixes

v4.22.0

02 Jan 09:23
Compare
Choose a tag to compare

4.22.0 (2024-01-02)

🐛 Bug Fixes

  • customs: conform to minimum item value of api (#991) (c2d99a1)
  • do not confirm delivery for virtual orders (#987) (d7d863e)

✨ New Features