Skip to content

Releases: 1984hosting/1984-connector-for-dk-and-woocommerce

v0.3.0 - The sorta-kinda production-ready version

24 Jun 20:10
b30586c
Compare
Choose a tag to compare
  • Product sync features have been revamped and improved
  • The admin UI has been revamped

v0.2.3 - Finalising sync process

19 Jun 09:51
a857681
Compare
Choose a tag to compare
  • Finalisation of the product sync process
  • Code cleanup by removing unused classes and cron jobs

v0.2.2 - Various fixes and UX work

18 Jun 14:12
cd1d665
Compare
Choose a tag to compare
Deactivating product in DK on deletion in WC (#138)

v0.2.1 - Fixing line items and validating orders

18 Jun 02:56
Compare
Choose a tag to compare
  • Renaming main plugin file
  • Validating orders before attempting to create an invoice in DK
  • Fixing line item objects in invoice exports

v0.2.0 - A new and renamed plugin

17 Jun 22:59
Compare
Choose a tag to compare
  • The plugin has been renamed in accordance with the WordPress.org plugin rules
  • Sync for most product attributes is now optional globally
  • Currency conversion support added for products with a different currency set in DK from WooCommerce
  • "Foreign prices" in DK are also supported

v0.1.6.1 - Reducing PHP requirements to PHP 8.0

17 May 13:13
202445a
Compare
Choose a tag to compare
Downgrading math package and PHP requirement (#112)

- Using `brick/math` 0.12
- Downgrading PHP requirement to 8.0

v0.1.6 - Adding polish, improving product handling

16 May 14:24
78f863f
Compare
Choose a tag to compare
Fixin Icelandic for 0.1.6 (#111)

v0.1.5 - Invoices now have a payment mode

22 Apr 15:13
c57e4d6
Compare
Choose a tag to compare
  • Fixed a bug where payment lines were not appearing on invoices (#100)
  • Improvements for product sync (#105)
  • Payment modes are now indicated for invoices (#99)
  • Updating i18n strings (#106)
  • Accounting for more order statuses when determining whether to create an invoice (#97, #101, #14)
  • Using BigDecimal for exporting products to DK (#98)
  • Various other fixes and changes

v0.1.4 - Icelandic locale and better maths

19 Apr 11:42
3ea9b0f
Compare
Choose a tag to compare
  • Using brick/math to perform VAT calculations where needed
  • Fixing regression in JavaScript from when the text domain was changed
  • Adding Icelandic locale
  • Fixing the zip:release composer task
  • Finally adding a LICENSE file (GPLv3) instead of implying it
  • Adding screenshot assets to the readme
  • Updating documentation

v0.1.2

17 Apr 12:28
b3c51c8
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Initiating product meta when fetched and created form DK (fixing a bug that prevented products originating in DK from being updated)
  • Minor fixes related to the development environment