Tags give the ability to mark specific points in history as being important
-
7.x-1.0-beta1
2d5a17d6 · ·Module has reached 1.0-beta1 release for testing and feedback. All changes to API and variables will be handled by hook_update_N functions in dev and full releases. The beta releases may contain bugs, or may work perfectly. Dev snapshops may not work at all, or again, may work perfectly. Please review any changes listed in the CHANGELOG.txt, and the git commit logs. Added Volume and Weight packing module. To use, enable the sub-module and then configure the shipping method to use the new packing method instead of the default Do Not Pack. More details in the packing/volume_weight/README.txt file. Also added the ability to adjust the returned quote rate prior to display to the user, available on a per-method setting. Australia Post changed their available services on the 8th of April 2013, which meant updating the values provided in the default Glacial Cache. Numerous changes to the interface were also included to more easily allow users to revert to these values, and inform them of which values they were currently using. An update is provided to automatically update the values for users who did not manually regenerate their Glacial cache. A warning is provided for users who may have out of date services cached, and a new button to revert the cache to the default values. by ELC: Fix empty country list causing errors in revert submission. by ELC: Fix ordering of update. by ELC: Add hook_requirements(runtime) to check status of the glacial cache. by ELC: Clear the glacial cache flushing flag after it is encountered. by ELC: Also include the created timestamp in the glacial cache info. by ELC: Add hook_update_7100 to update the contents of the mostly static values in the Glacial Cache. by ELC: Offload glacial cache state determining logic to helper function. Issue #1968420 by ELC: AusPost PAC API services updated on 8th April 2013. by ELC: Add information on the status of the glacial cache to the main admin form. by ELC: Add the glacial cache export script again. by ELC: Fix incorrect cache id values in batch process for rebuilding glacial cache. by ELC: Add admin option to revert the static glacial cache elements to install defaults. by ELC: Remove unused global markup form elements. by ELC: Rename uc_auspost_pac_normalised_dimensions to uc_auspost_pac_convert_sort_dimensions since the function did not normalise. by ELC: VaW - Generate dimensions for parcel upon adding first item. Prevents AusPostPAC API dimension errors. by ELC: Update State of the Module and other documentation. by ELC: Add per-method post-quote rate markups.