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

Tags: fontis/fontis_australia

Tags

3.4.5

Toggle 3.4.5's commit message
Update consignment CSV import file format

Closes #76

3.4.4

Toggle 3.4.4's commit message
Moved Signatureoptions source to correct folder

3.4.3

Toggle 3.4.3's commit message
Change signature on delivery options to new codes

Resolves #64, resolves #73.

3.4.2

Toggle 3.4.2's commit message
Fix JS path in modman file

Fix #68

3.4.1

Toggle 3.4.1's commit message
Domestic postcode fix, minor updates

This commit includes the following items:

- Fixes for domestic postcodes that were less that 1000, which affected
  both the Australiapost and Eparcel rate lookups. This has been
  resolved by applying more consistent string padding.

- Adds a specific filter for AU in the address autocomplete query

- Tracking URLs for Australiapost and Eparcel now use HTTPS

- Various minor code style changes to make things more readable

Closes #29
Fixes #55
Fixes #65

3.4.0

Toggle 3.4.0's commit message
Add tracking support to Australiapost shipping

Fixes #66, #67

3.3.4

Toggle 3.3.4's commit message
Improve address validation

3.1.7

Toggle 3.1.7's commit message
Allow package weights to be decimals

Fixes #51, #57.

3.1.6

Toggle 3.1.6's commit message
Add ATL options column to Click & Send CSV file

Also corrects a typo in the EXPRESS service code.

Fixes #61, closes #62, fixes #63.

3.1.5

Toggle 3.1.5's commit message
Update Auspost PAC service codes

Changed codes are based on the Australia Post update published here:

http://auspost.com.au/pdfs/pac-api-update-2016.pdf

Some services have been removed or merged together so there isn't a
one-to-one mapping from the old service codes.

Thanks to Justin Volpato (jasuten) for providing the fix:

https://github.com/jasuten

Closes #59