uc_tax_wa 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| uc_tax_wa-7.x-1.0.tar.gz | 10.22 KB | 4028cd53f6a6732b92d369a83e4f7124 |
| uc_tax_wa-7.x-1.0.zip | 12.22 KB | 3bc7c0c0a1051264499ca762ee8eb0b8 |
Release notes
Full release for Drupal 7. This release is functionally equivalent to 6.x-1.9.
Changes since 6.x-1.9:
- Change hook_calculate_tax() to hook_uc_calculate_tax() for D7 Ubercart. Eliminate PHP Notice.
- Use UC product API to get product types.
- Change README.txt to remove discussion of which Ubercart 2.x version to use (not needed in 3.x) and to add link to DOR website for determining location code.
- Refactor module to put admin settings code in its own .inc file. This allows Drupal to load settings code only when needed (i.e. only when viewing admin/store/settings/uc_tax_wa, not on every page and not every time a tax is looked up).
- Add .install file with hook_uninstall() to removed system variables.
- Coding standards changes. Documentation comment standards changes.
uc_tax_wa 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_tax_wa-6.x-1.x-dev.tar.gz | 11.15 KB | 8f48ed5a30a0b4f0ced0275c65a3862b |
| uc_tax_wa-6.x-1.x-dev.zip | 13 KB | 9c764e905775515336174e32cf1db612 |
Release notes
This is the development snapshot for the 6.x-1.x branch. It will always contain the latest bug fixes and new features. It should be in working condition at all times, but it will not have been tested as much as the "official" fixed-point releases.
uc_tax_wa 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_tax_wa-7.x-1.x-dev.tar.gz | 11.78 KB | c6a042857156634b46e8e26470d5ec7a |
| uc_tax_wa-7.x-1.x-dev.zip | 13.78 KB | ece9c6658a15c9ee23a6bff2f503a2c7 |
Release notes
Development snapshot for Drupal 7 port.
uc_tax_wa 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| uc_tax_wa-6.x-1.9.tar.gz | 10.76 KB | ae992453968e433f2daf90f778c6ba37 |
| uc_tax_wa-6.x-1.9.zip | 12.76 KB | b914aa73d406a19276f93a4f70da015f |
Release notes
Add ability for wholesale roles (no sales tax).
See: #775654: Disable for Wholesale Accounts in Washington
uc_tax_wa 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| uc_tax_wa-6.x-1.8.tar.gz | 10.42 KB | 1081c7ad12a9864daff195581af85471 |
| uc_tax_wa-6.x-1.8.zip | 12.41 KB | 4bb2a822089743b47cf596f950c3f0c9 |
Release notes
Bug fix: avoid having duplicate tax line items in orders -- see issue #602698: Duplicate tax line items if there is an error
Also updated for compatibility with Ubercart 6.x-2.0-rc7 -- see issue #601088: Tax is calculated, but not added to total for order
uc_tax_wa 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| uc_tax_wa-6.x-1.7.tar.gz | 9.97 KB | 079f58ce8dc9ff8ea179d0e3d0817814 |
| uc_tax_wa-6.x-1.7.zip | 11.92 KB | f697eea064cf83ec87dddaada1998000 |
Release notes
Previous release had incorrect version in the modules .info file. So I had to make a new release in order to get the version correct. Sorry about that! No functionality changes.
uc_tax_wa 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| uc_tax_wa-6.x-1.6.tar.gz | 9.93 KB | b2bad575aac38b982d9c74613d252ab3 |
| uc_tax_wa-6.x-1.6.zip | 11.88 KB | 508cf18c3e2baea7064c4613e7209bb8 |
Release notes
Initial release on drupal.org.
This module's previous versions were released on http://www.ubercart.org/contrib/8311, and there is no substantial difference between version 6.x-1.5 released there, and 6.x-1.6 released here, except that some files were added (change log, translations) and the README file was slightly edited.