Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Tags: fontis/australia-mage2

Tags

1.0.7

Toggle 1.0.7's commit message
- Magento 2.4 Support Composer Update

1.0.6

Toggle 1.0.6's commit message
Improve AU region insertion to prevent duplicates

1.0.5

Toggle 1.0.5's commit message
Remove int type cast from postcodes

1.0.4

Toggle 1.0.4's commit message
Updated composer.json requirements to include versions that are 2.3 c…

…ompatible

1.0.3

Toggle 1.0.3's commit message
Add PHP7.2 support, update dependencies

1.0.2

Toggle 1.0.2's commit message
Add PHP7.1, Magento 2.2 support; add order export

- Added in "Click and Send" export functionality to the order grid. This
  allows you to export orders to a CSV file in the format required by
  Australia Post.
- Added compatibility with Magento 2.2, as well as PHP 7.1.
- Minor adjustment to module dependencies.

1.0.1

Toggle 1.0.1's commit message
Fix error when saving empty eparcel rates file

The Eparcel resource model has been modified to include a defensive
check to ensure that a CSV file is actually being uploaded before
attempting to process it. Previously it would throw an error about an
unreadable file.

Fixes #2.

1.0.0

Toggle 1.0.0's commit message
Add postcode autocomplete, update dependencies

Extension is now set to version 1.0.0 and should include all of the
functionality from the original Magento 1 Australia extension.

- Added postcode autocomplete functionality from Magento 1 version of
  the extension. It has been modified slightly to use the Auspost API
  instead of a database table, and allow removal of PO boxes from
  results.

- Updated license headers, which you know is always a good time.

- Updated Composer dependencies to ensure that the correct version of
  the fontis/customergroupaccess-mage2 library is used. This would
  result in issues when attempting to run the site in production mode,
  which functions differently to dev mode.

0.3.1

Toggle 0.3.1's commit message
Add ignore for MEQP2 sniffs

0.3.0

Toggle 0.3.0's commit message
Add Auspost and eParcel shipping methods

Updates in this release are:

* Add Australia Post as a shipping method
* Add Australia Post eParcel as a shipping method
* Add import and export of the eParcel price table
* Add the ability to export eParcel orders
* Update license headers