Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Releases: tig-nl/gls-woocommerce

Fix order change on label create

30 Dec 13:56
Compare
Choose a tag to compare

Fixes:

  • Added fix for call_user_func on static function not being static
  • Change order status when enabled
  • Fix products without shipping method (virtual/download)

Full Changelog: v1.5.0...v1.5.2

v1.5.0

22 Dec 13:23
Compare
Choose a tag to compare

GW-33 Added config option to set order status when label is created.
GW-56 Bulk creating of labels and printing them from the order overview.
GW-63 Printing from orderview via an action.
GW-68 Updated grid overview
GW-74 New GLS logo
GW-75 Improvement in saving shipping method
GW-77 Updated the shipping API call

Fix for editing non Order post types

28 Jul 15:31
Compare
Choose a tag to compare

The GLS Admin Meta box made none woocommerce order post types fail to load. The woocommerce wc_get_order acted differently than expected.

Update to 1.4.0

27 Jul 11:01
Compare
Choose a tag to compare
  • Hide GLS Wrapper when GLS is not selected
  • Printing labels gives an Error
  • Change Labels used in checkout (Home Delivery, Parcelshop)
  • Better error handling for V009 Error
  • Add option to use only B2B or B2C AddressTypes

Several optimisations and fixes.

18 Nov 15:02
Compare
Choose a tag to compare
  • Order Reference (Order ID) is now included in CreateLabel call.
  • Deliver Address is now saved as post meta upon order creation (instead of after selecting Delivery Option)
  • Fixed some notices.
  • Added required Plugin Headers for WooCommerce Marketplace.
  • If Company Name is entered, this value is now moved to Name1 and First and Last Name is moved to Name2.

v1.2.0

09 Mar 12:49
Compare
Choose a tag to compare
  • Added free shipping above certain order amount per shipping destination.
  • Fixed ShopReturnLabel always printed
  • Fixed E-mailadresses partial or empty in api call to GLS when creating labels.

v1.1.3

03 Feb 16:52
Compare
Choose a tag to compare
  • Updated readme.txt and added readme.md for github
  • Updated frontend classes for unique styling
  • Added translations
  • Improvements for shipping rates

v1.1.0

22 Jan 09:10
Compare
Choose a tag to compare
  • Add GLS as a shipping method to WooCommerce checkout.
  • Show available Delivery Options depending on zipcode and shipping date, such as:
    • Express Delivery (e.g. before 9.00 AM, 12.00 AM or 5.00 PM),
    • Saturday Delivery,
    • Delivery to a ParcelShop (sorted by distance from zipcode).
  • Easily create, delete or print labels by orders:
    • Including ShopReturn-label (if enabled).
  • Enable/disable Express Delivery Services separately,
  • Added Label creation and Track&Track information by orders.
  • Delete Label functionality.
  • Supporting Label Formats (A6, A4 2 per page, A4 4 per page).
  • Improvements and bugfixes.