simple-sales-tax
Last commit date
assets
3 years ago
includes
2 years ago
languages
2 years ago
changelog.txt
2 years ago
readme.txt
2 years ago
simple-sales-tax.php
2 years ago
uninstall.php
3 years ago
changelog.txt
846 lines
| 1 | Changelog for Simple Sales Tax |
| 2 | |
| 3 | Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | |
| 5 | = [7.0.12] - 2023-07-19 = |
| 6 | |
| 7 | Changed: |
| 8 | - Bump tested WC version to 7.9 |
| 9 | |
| 10 | = [7.0.11] - 2023-06-13 = |
| 11 | |
| 12 | Changed: |
| 13 | - Bump tested WC version to 7.8 |
| 14 | |
| 15 | = [7.0.10] - 2023-05-09 = |
| 16 | |
| 17 | Changed: |
| 18 | - Bump tested WC version to 7.7 |
| 19 | |
| 20 | = [7.0.9] - 2023-04-12 = |
| 21 | |
| 22 | Changed: |
| 23 | - Bump tested WP version to 6.2 |
| 24 | - Bump tested WC version to 7.6 |
| 25 | |
| 26 | = [7.0.8] - 2023-03-07 = |
| 27 | |
| 28 | Changed: |
| 29 | - Bump tested WooCommerce version to 7.5 |
| 30 | |
| 31 | = [7.0.7] - 2023-02-18 = |
| 32 | |
| 33 | Fixed: |
| 34 | - Syntax error in `includes/class-sst-assets.php` with PHP < 7.3 |
| 35 | |
| 36 | = [7.0.6] - 2023-02-14 = |
| 37 | |
| 38 | Changed: |
| 39 | - Bump tested WooCommerce version to 7.4 |
| 40 | |
| 41 | = [7.0.5] - 2023-01-09 = |
| 42 | |
| 43 | Changed: |
| 44 | - Update copyright year |
| 45 | - Bump tested WooCommerce version to 7.3 |
| 46 | |
| 47 | Fixed: |
| 48 | - Fatal error when processing partial refund with quantity 0 |
| 49 | |
| 50 | = [7.0.4] - 2022-12-09 = |
| 51 | |
| 52 | Changed: |
| 53 | - Bump tested WooCommerce version to 7.2 |
| 54 | |
| 55 | = [7.0.3] - 2022-11-02 = |
| 56 | |
| 57 | Fixed: |
| 58 | - Order exemption certificates by created date in certificate table |
| 59 | |
| 60 | Changed: |
| 61 | - Bump tested WooCommerce version to 7.1 |
| 62 | |
| 63 | = [7.0.2] - 2022-10-14 = |
| 64 | |
| 65 | Fixed: |
| 66 | - Fatal error on checkout page when destination address is incomplete |
| 67 | |
| 68 | Changed: |
| 69 | - Bump tested WooCommerce version to 7.0 |
| 70 | - Bump tested WordPress version to 6.1 |
| 71 | |
| 72 | = [7.0.1] - 2022-08-04 = |
| 73 | |
| 74 | Fixed: |
| 75 | - The "Where does this exemption apply?" input in the exemption certificate form can be rendered as a text input instead of a dropdown |
| 76 | - Fatal error with PHP 8 when invalid exemption certificate state is submitted |
| 77 | - Prevent customers outside of the U.S. from attempting to submit exemption certificates |
| 78 | |
| 79 | Changed: |
| 80 | - Bump tested WooCommerce version to 6.8 |
| 81 | |
| 82 | = [7.0.0] - 2022-07-30 = |
| 83 | |
| 84 | Added: |
| 85 | - Add a button to download a debug report with all information required for Simple Sales Tax support requests |
| 86 | - Add an option to set the Taxability Information Code (TIC) for shipping charges on the plugins settings screen |
| 87 | - Allow admins to edit, view, and delete customer exemption certificates from the Edit User screen in WP admin |
| 88 | - Allow admins to apply an exemption certificate to an order on the Edit Order screen in WP admin |
| 89 | |
| 90 | Fixed: |
| 91 | - WCFM Marketplace - Hide the non-functional Tax Status dropdown in the edit shipping method popup |
| 92 | - Tax is not included in the order total displayed in the WooCommerce Square Google / Apple Pay popup |
| 93 | - Fix tested WP version in readme.txt |
| 94 | |
| 95 | Changed: |
| 96 | - Update tested WC version to 6.7 |
| 97 | - Optimize data structures to reduce DB space used by Simple Sales Tax |
| 98 | |
| 99 | BREAKING CHANGES: |
| 100 | - Rewrote the `html-certificate-table.php` template |
| 101 | - Dropped the `wootax_shipping_tic` filter in favor of `sst_shipping_tic` |
| 102 | |
| 103 | = [6.3.13] - 2022-02-07 = |
| 104 | |
| 105 | Fixed: |
| 106 | - Resolve PHP 8 deprecation notices |
| 107 | |
| 108 | Changed: |
| 109 | - Update tested WC version to 6.2 |
| 110 | |
| 111 | = [6.3.12] - 2022-01-25 = |
| 112 | |
| 113 | Changed: |
| 114 | - Update tested WP version to 5.9 |
| 115 | - Update tested WC version to 6.1 |
| 116 | |
| 117 | = [6.3.11] - 2021-12-04 = |
| 118 | |
| 119 | Changed: |
| 120 | - Updated tested WC version to 6.0 |
| 121 | |
| 122 | = [6.3.10] - 2021-10-26 = |
| 123 | |
| 124 | Changed: |
| 125 | - Updated tested WC version to 5.9 |
| 126 | |
| 127 | = [6.3.9] - 2021-08-16 = |
| 128 | |
| 129 | Changed: |
| 130 | - Update tested WC version to 5.6 |
| 131 | |
| 132 | = [6.3.8] - 2021-07-12 = |
| 133 | |
| 134 | Changed: |
| 135 | - Update tested WC version to 5.5 |
| 136 | - Update tested WP version to 5.8 |
| 137 | |
| 138 | = [6.3.7] - 2021-06-02 = |
| 139 | |
| 140 | Fixed: |
| 141 | - Default origin address overrides other origin addresses |
| 142 | |
| 143 | Changed: |
| 144 | - Update tested WC version to 5.3 |
| 145 | |
| 146 | = [6.3.6] - 2021-03-09 = |
| 147 | |
| 148 | Changed: |
| 149 | - Update tested WC version to 5.1 |
| 150 | |
| 151 | = [6.3.5] - 2021-03-08 = |
| 152 | |
| 153 | Fixed: |
| 154 | - jQuery deprecation notices with WP 5.7 |
| 155 | - Dokan - TIC select appears below Products table in vendor dashboard |
| 156 | - Marketplaces - Uncaught address exception on cart page when vendor has non-numeric origin ZIP code |
| 157 | |
| 158 | Changed: |
| 159 | - Update tested WP version to 5.7 |
| 160 | |
| 161 | = [6.3.4] - 2021-02-14 = |
| 162 | |
| 163 | Changed: |
| 164 | - Update tested WC version to 5.0 |
| 165 | - Update tested WP version to 5.6 |
| 166 | |
| 167 | = [6.3.3] - 2021-01-11 = |
| 168 | |
| 169 | Fixed: |
| 170 | - TaxCloud locations are not pulled the first time the user saves their settings |
| 171 | |
| 172 | Changed: |
| 173 | - Updated tested WC version to 4.9 |
| 174 | |
| 175 | = [6.3.2] - 2020-12-19 = |
| 176 | |
| 177 | Fixed: |
| 178 | - Marketplaces - Tax calculations fail when vendors enter a Zip+4 ZIP code |
| 179 | |
| 180 | = [6.3.1] - 2020-12-13 = |
| 181 | |
| 182 | Fixed: |
| 183 | - Remove new PHP syntax breaking sites running PHP < 7.3 |
| 184 | |
| 185 | = [6.3.0] - 2020-12-12 = |
| 186 | |
| 187 | Added: |
| 188 | - Add support for WC Marketplace / WCMp |
| 189 | |
| 190 | Fixed: |
| 191 | - SST loads unnecessary assets on the frontend |
| 192 | - Tax is not calculated for virtual products on the Add new order screen |
| 193 | - Fix references to undefined class properties in the SST_Marketplace_Integration class |
| 194 | |
| 195 | Changed: |
| 196 | - Remove all references to simplesalestax.com |
| 197 | - Update pricing info in readme |
| 198 | - Move Installation Guide to readme |
| 199 | |
| 200 | = [6.2.6] - 2020-12-03 = |
| 201 | |
| 202 | Fixed: |
| 203 | - Tax not calculated correctly when there are multiple cart packages w/ the same origin address |
| 204 | |
| 205 | = [6.2.5] - 2020-12-03 = |
| 206 | |
| 207 | Fixed: |
| 208 | - API credentials are not saving |
| 209 | |
| 210 | = [6.2.4] - 2020-11-24 = |
| 211 | |
| 212 | Fixed: |
| 213 | - PHP TaxCloud library throws fatal error with PHP < 7.3 |
| 214 | |
| 215 | = [6.2.3] - 2020-11-23 = |
| 216 | |
| 217 | Fixed: |
| 218 | - v6.2 data update doesn't terminate for users running PHP < 7.3 |
| 219 | |
| 220 | = [6.2.2] - 2020-11-23 = |
| 221 | |
| 222 | Fixed: |
| 223 | - Tax is not calculated when Recalculate is clicked on Edit Order screen |
| 224 | |
| 225 | = [6.2.1] - 2020-11-15 = |
| 226 | |
| 227 | Fixed: |
| 228 | - Trailing comma in __ call breaks sites running PHP < 7.3 |
| 229 | |
| 230 | = [6.2.0] - 2020-11-14 = |
| 231 | |
| 232 | Added: |
| 233 | - Integrate with Dokan, WCFM Marketplace, and WC Vendors |
| 234 | |
| 235 | Fixed: |
| 236 | - Fix styling for Simple Sales Tax data update notice |
| 237 | |
| 238 | Changed: |
| 239 | - Declare support for WooCommerce 4.7 |
| 240 | |
| 241 | = [6.1.2] - 2020-08-28 = |
| 242 | |
| 243 | Fixed: |
| 244 | - 409 error when adding exemption certificates during checkout |
| 245 | |
| 246 | Changed: |
| 247 | - Use 'key' attribute to identify cart items to maximize compatibility with third parties that re-index the 'contents' array in the WC shipping packages |
| 248 | |
| 249 | = [6.1.1] - 2020-08-18 = |
| 250 | |
| 251 | Changed: |
| 252 | - Declare support for WooCommerce 4.4 |
| 253 | - Declare support for WordPress 5.5 |
| 254 | |
| 255 | = [6.1.0] - 2020-07-06 = |
| 256 | |
| 257 | Added: |
| 258 | - Calculate tax totals on the WooCommerce cart page |
| 259 | - Show a warning when other tax calculation plugins are installed |
| 260 | - Clear cached tax rates after user deletes existing tax rates |
| 261 | |
| 262 | Fixed: |
| 263 | - Duplicate lookups are sent when a customer logs in or creates an account during checkout |
| 264 | |
| 265 | Changed: |
| 266 | - Declare support for WooCommerce 4.3 |
| 267 | |
| 268 | = [6.0.14] - 2020-06-09 = |
| 269 | |
| 270 | Fixed: |
| 271 | - Recalculate Taxes button doesn't work when the order has no shipping lines |
| 272 | - Rates entered in WooCommerce tax rate tables are doubled when SST is active |
| 273 | |
| 274 | = [6.0.13] - 2020-05-31 = |
| 275 | |
| 276 | Fixed: |
| 277 | - Subscription fees are not discounted in TaxCloud when a coupon is applied |
| 278 | - Subscription renewals are not taxed when the subscription has a free trial |
| 279 | - No-ship subscriptions are not taxed when calculating taxes from the Edit Order screen |
| 280 | |
| 281 | Changed: |
| 282 | - Declare support for WooCommerce 4.2 |
| 283 | |
| 284 | = [6.0.12] - 2020-03-15 = |
| 285 | |
| 286 | Changed: |
| 287 | - Declare support for WooCommerce 4.0 and WordPress 5.4 |
| 288 | |
| 289 | = [6.0.11] - 2020-01-02 = |
| 290 | |
| 291 | First release through WordPress.org. |
| 292 | |
| 293 | Fixed: |
| 294 | - Guzzle IDN conversion bug #40 |
| 295 | |
| 296 | Changed: |
| 297 | - Declare support for WooCommerce 3.9 |
| 298 | |
| 299 | = [6.0.10] - 2019-12-15 = |
| 300 | |
| 301 | Fixed: |
| 302 | - cURL error 60 when making TaxCloud API requests |
| 303 | |
| 304 | = [6.0.9] - 2019-11-13 = |
| 305 | |
| 306 | Fixed: |
| 307 | - Recurring cart totals are sent to TaxCloud when a WooCommerce Subscriptions parent order is captured |
| 308 | - The initial cart total for subscription orders does not include the calculated shipping tax |
| 309 | |
| 310 | Changed: |
| 311 | - Declare support for WooCommerce 3.8 and WordPress 5.3 |
| 312 | |
| 313 | = [6.0.8] - 2019-08-31 = |
| 314 | |
| 315 | Fixed: |
| 316 | - Tax is over-calculated fpr products created with the WooCommerce Composite Products extension |
| 317 | - "This transaction has already been marked as authorized" error when a customer places the same order two or more times within a 1 month period |
| 318 | |
| 319 | = [6.0.7] - 2019-04-26 = |
| 320 | |
| 321 | Fixed: |
| 322 | - Don't load the Subscriptions integration unless the official WooCommerce Subscriptions plugin is installed |
| 323 | - Update the Subscriptions integration to use the new API for getting and setting shipping taxes |
| 324 | - Potential fatal error during 6.0.6 update |
| 325 | |
| 326 | Changed: |
| 327 | - Add data validation and sanity checks to prevent errors when accessing orders |
| 328 | - Update tested WordPress and WooCommerce versions |
| 329 | |
| 330 | = [6.0.6] - 2019-04-26 = |
| 331 | |
| 332 | Fixed: |
| 333 | - Extraneous Captured transactions created in TaxCloud when an order is marked Completed |
| 334 | |
| 335 | = [6.0.5] - 2019-03-10 = |
| 336 | |
| 337 | Fixed: |
| 338 | - Duplicate lookup requests sent when shipping method is changed during checkout |
| 339 | |
| 340 | = [6.0.4] - 2019-02-01 = |
| 341 | |
| 342 | Fixed: |
| 343 | - ZIP code mismatch error messages block checkout |
| 344 | - Broken e2e tests for the exemption certificate interface and the Edit Order screen |
| 345 | |
| 346 | = [6.0.3] - 2018-11-19 = |
| 347 | |
| 348 | Fixed: |
| 349 | - CSS and JS assets don't load correctly in Windows environments |
| 350 | |
| 351 | = [6.0.2] - 2018-10-24 = |
| 352 | |
| 353 | Changed: |
| 354 | - Refactor to improve cart and checkout page performance |
| 355 | |
| 356 | = [6.0.1] - 2018-10-12 = |
| 357 | |
| 358 | Fixed: |
| 359 | - Fatal error when API Login ID or API Key is not set |
| 360 | |
| 361 | = [6.0.0] - 2018-10-08 = |
| 362 | |
| 363 | **NOTE:** THIS IS THE FIRST RELEASE TO USE SEMANTIC VERSIONING. |
| 364 | |
| 365 | Added: |
| 366 | - Calculate tax for orders created through the WC REST API |
| 367 | |
| 368 | Fixed: |
| 369 | - 'Edit Product' screen broken when API ID or API Key is left blank |
| 370 | - Fatal error when taxes are recalculated for orders with deleted products |
| 371 | |
| 372 | Changed: |
| 373 | - Update tested WC version to 3.5 |
| 374 | - Drop support for WC 2.6.x (last updated nearly 2 years ago) |
| 375 | |
| 376 | = [5.9] - 2018-01-21 = |
| 377 | |
| 378 | **NOTE:** THIS IS THE LAST RELEASE THAT DID *NOT* USE SEMANTIC VERSIONING. |
| 379 | |
| 380 | Fixed: |
| 381 | - No TICs available for selection in WP admin |
| 382 | - Tooltips overlap buttons on the plugin settings page |
| 383 | |
| 384 | Changed: |
| 385 | - Bump tested WC version to 3.4 |
| 386 | - Bump tested WP version to 4.9.5 |
| 387 | |
| 388 | = [5.8] - 2018-01-21 = |
| 389 | |
| 390 | Added: |
| 391 | - POT file for translations |
| 392 | - Add e2e tests for basic plugin functionality |
| 393 | |
| 394 | Changed: |
| 395 | - Eliminate the wootax_hide_tax_options filter and hide the Tax Status and Tax Class fields always |
| 396 | - Declare minimum and maximum supported WooCommerce and WordPress versions in plugin headers |
| 397 | - Bump tested WC version to 3.3 |
| 398 | |
| 399 | = [5.7] - 2017-12-22 = |
| 400 | |
| 401 | Fixed: |
| 402 | - "Cart already marked as authorized" error when capturing a new order |
| 403 | - Shipping refunds fail after the order taxes are recalculated |
| 404 | |
| 405 | = [5.6] - 2017-11-09 = |
| 406 | |
| 407 | Added: |
| 408 | - Add support for WooCommerce 3.2+ |
| 409 | |
| 410 | Fixed: |
| 411 | - Simple Sales Tax is sending duplicate Lookup requests |
| 412 | - Undefined index 'instance_id' error on checkout page in WooCommerce 3.0 |
| 413 | |
| 414 | = [5.5] - 2017-07-21 = |
| 415 | |
| 416 | Fixed: |
| 417 | - Tax is not calculated for digital items |
| 418 | |
| 419 | = [5.4] - 2017-07-02 = |
| 420 | |
| 421 | Added: |
| 422 | - Add compatibility with the WooCommerce Storefront theme |
| 423 | |
| 424 | Changed: |
| 425 | - Serialize order metadata before saving to make compatible with WC 3.1+ |
| 426 | |
| 427 | = [5.3] - 2017-06-23 = |
| 428 | |
| 429 | Added: |
| 430 | - Add support for WooCommerce FedEx Drop Shipping Pro and WooCommerce UPS Drop Shipping Pro |
| 431 | |
| 432 | Fixed: |
| 433 | - Simple Sales Tax "Tax Based On" setting is not respected |
| 434 | - Tax amounts for shipping lines are not set correctly |
| 435 | |
| 436 | Changed: |
| 437 | - Assume quantity 1 if item quantities are omitted when processing a refund |
| 438 | |
| 439 | = [5.2] - 2017-06-15 = |
| 440 | |
| 441 | Fixed: |
| 442 | - Update routines run for fresh plugin installations |
| 443 | |
| 444 | = [5.1] - 2017-06-08 = |
| 445 | |
| 446 | Fixed: |
| 447 | - The "Run the updater" link sometimes links to admin-ajax.php |
| 448 | |
| 449 | = [5.0] - 2017-06-06 = |
| 450 | |
| 451 | THIS IS A MAJOR UPDATE. CAUTION SHOULD BE EXERCISED WHEN UPDATING FROM EARLIER VERSIONS. |
| 452 | |
| 453 | Added: |
| 454 | - Add support for WooCommerce Subscriptions 2.0.0 and later |
| 455 | - Add support for the WooCommerce Ship to Multiple Addresses extension |
| 456 | - Add a "Remove all Data" option to replace the old "Uninstall" button |
| 457 | - Add sst_subs_active() function to check whether WooCommerce Subscriptions is active |
| 458 | - Prompt the user to keep or delete existing tax rates during installation |
| 459 | - Add SST_Logger class to facilitate debug logging |
| 460 | |
| 461 | Fixed: |
| 462 | - "Show Zero Tax" option is not working |
| 463 | - Plugin activation and deactivation functions aren't running |
| 464 | - Default plugin settings are lost when the tax rate removal tool is used during installation |
| 465 | - Users can't make a newly added address the default business address |
| 466 | - Default address is reset when a lower-indexed address is removed |
| 467 | - Make untranslatable strings translatable |
| 468 | |
| 469 | Changed: |
| 470 | - Bump minimum supported WooCommerce version to 2.6 |
| 471 | - Move exemption management interface to checkout page |
| 472 | - Use new TaxCloud REST API instead of SOAP API |
| 473 | - Include free items in TaxCloud Lookup requests |
| 474 | - Display a more specific error message when an attempt to Capture an order in TaxCloud fails |
| 475 | - Simplify data structures for saving TaxCloud order metadata |
| 476 | - Store the current plugin version as metadata for each new order |
| 477 | - Run plugin update check on `init` |
| 478 | - Eliminate unused template files and JavaScripts |
| 479 | - Drop WT_SUBS_ACTIVE constant in favor of new sst_subs_active() function |
| 480 | - Rename wootax_tip() to sst_tip() |
| 481 | - Move helper methods to new static helper classes: SST_Addresses, SST_Products, SST_Shipping |
| 482 | |
| 483 | = [4.9] - 2016-07-07 = |
| 484 | |
| 485 | Fixed: |
| 486 | - Partial refunds are not working properly |
| 487 | |
| 488 | = [4.8] - 2016-06-28 = |
| 489 | |
| 490 | Fixed: |
| 491 | - Automatic plugin updater is broken |
| 492 | - WP cron broken while plugin is active |
| 493 | - Tax totals are not calculated when the "Update Totals" button is pressed |
| 494 | - WC_WooTax_Subscriptions class is not loaded |
| 495 | |
| 496 | = [4.7] - 2016-06-20 = |
| 497 | |
| 498 | Added: |
| 499 | - Add support for WooCommerce 2.6+ |
| 500 | |
| 501 | Fixed: |
| 502 | - The wootax_shipping_tic and wootax_fee_tic filters are not working |
| 503 | - Undefined index notice on the "Edit Product" screen |
| 504 | - Variation description field is hidden when the plugin is active |
| 505 | |
| 506 | Changed: |
| 507 | - Rename from WooTax to Simple Sales Tax |
| 508 | - Bump minimum supported WooCommerce version to 2.2 |
| 509 | - Replace external TaxCloud links with permalinks |
| 510 | - Drop constants: WT_VERSION, WT_PLUGIN_PATH, and WT_PLUGIN_DIR_URL |
| 511 | - Add SST() function for retrieving the singleton plugin instance |
| 512 | - Allow themes to override the tax exemption management templates |
| 513 | |
| 514 | = [4.6] - 2015-12-31 = |
| 515 | |
| 516 | Added: |
| 517 | - Add the ability to assign a different TIC to individual variations of a variable product |
| 518 | - Add a debug tool for removing all tax calculation results cached by WooCommerce |
| 519 | |
| 520 | Fixed: |
| 521 | - Sales Tax row is not displayed under some circumstances |
| 522 | - WooCommerce Subscriptions compatibility issues |
| 523 | - Billing/shipping address swapped with certain WooCommerce configurations |
| 524 | - Plugin ignores the "Enable or disable taxes" setting (WooCommerce > Settings > Tax) |
| 525 | |
| 526 | Changed: |
| 527 | - Move TIC select box and Shipping Origin Addresses field to WooCommerce Product Data metabox |
| 528 | - Use Select2 for the TIC dropdown |
| 529 | - Leave the plugin tax rate in the database when the plugin is uninstalled |
| 530 | - Use WC_Session to access and modify session data |
| 531 | - Bump minimum WooCommerce Subscriptions to v1.5.4 |
| 532 | |
| 533 | = [4.5] - 2015-06-05 = |
| 534 | |
| 535 | Added: |
| 536 | - Introduce a wootax_rate_label filter to allow the "Sales Tax" label to be changed |
| 537 | - Add "Capture Orders Immediately" option |
| 538 | - Category level TIC assignment |
| 539 | |
| 540 | Fixed: |
| 541 | - Suppress errors that the customer can't fix during checkout |
| 542 | - Product TICs are reset when the WordPress Bulk Edit tool is used |
| 543 | - Exemption interface broken when certain security plugins are installed |
| 544 | |
| 545 | Changed: |
| 546 | - Change license to GPL |
| 547 | - Drop code for activating Simple Sales Tax license key and replace plugin updater |
| 548 | - Eliminate the "Install WooTax" page and move installation to the settings page |
| 549 | - Remove unused JavaScripts |
| 550 | - Hide the "Shipping Origin Addresses" field when the number of registered business address is 1 or less |
| 551 | - Hide "Tax Status" fields while the plugin is active |
| 552 | |
| 553 | = [4.4] - 2015-04-22 = |
| 554 | |
| 555 | Added: |
| 556 | - Add new wootax_fee_tic and wootax_shipping_tic filters |
| 557 | - Add new wootax_taxable_price filter |
| 558 | - Add wootax_pickup_address filter |
| 559 | - Add wootax_local_delivery_methods filter |
| 560 | - Add wootax_rate_code filter |
| 561 | |
| 562 | Fixed: |
| 563 | - The WooCommerce "Tax Based On" setting is not being respected |
| 564 | - Plugin interfering with international order refunds |
| 565 | |
| 566 | Changed: |
| 567 | - Reduce frontend load speeds by 50% |
| 568 | - Prevent redundant TaxCloud API calls |
| 569 | - Use the most specific customer address possible when recalculating taxes on the backend |
| 570 | |
| 571 | = [4.3] - 2015-02-05 = |
| 572 | |
| 573 | Added: |
| 574 | - Add "Tax Exempt User Roles" option |
| 575 | - Add an option to hide the tax exemption form from users who don't have a tax exempt user role |
| 576 | - Allow developers to filter the "local pickup" shipping methods with wootax_local_pickup_methods |
| 577 | |
| 578 | Changed: |
| 579 | - Check for SOAPClient before enabling plugin functionality |
| 580 | - Use Select2 for the Shipping Origin Address dropdown |
| 581 | - Reorganize the plugin settings page |
| 582 | - Move the exemption link to promote consistent display across a wider variety of websites |
| 583 | - Remove unused JavaScripts |
| 584 | |
| 585 | = [4.2] - 2015-01-14 = |
| 586 | |
| 587 | Added: |
| 588 | - Add optional request logging for debugging |
| 589 | |
| 590 | Fixed: |
| 591 | - Various bugfixes |
| 592 | |
| 593 | Changed: |
| 594 | - Refactor to meet WooCommerce development standards |
| 595 | - Move settings page to WooCommerce > Settings > Integrations |
| 596 | - Merge "Clear Settings" and "Deactivate License" into a single "Uninstall" button |
| 597 | - Remove custom "Calculate Tax" button on the WooCommerce Edit Order screen |
| 598 | - Remove redundant debug tool for removing all WooCommerce tax rates |
| 599 | - Move WooCommerce Subscriptions code to a separate class |
| 600 | |
| 601 | = [4.1] - 2014-10-12 = |
| 602 | |
| 603 | Added: |
| 604 | - WooCommerce Subscriptions compatibility |
| 605 | |
| 606 | Fixed: |
| 607 | - Plugin is interfering with tax calculations for international orders |
| 608 | - PHP notices on checkout page and in WP admin |
| 609 | |
| 610 | Changed: |
| 611 | - Improve plugin performance |
| 612 | |
| 613 | = [4.0] - 2014-09-14 = |
| 614 | |
| 615 | Added: |
| 616 | - Add support for partial refunds |
| 617 | |
| 618 | Changed: |
| 619 | - Add compatibility with WooCommerce 2.2+ |
| 620 | |
| 621 | = [3.8] - 2014-09-09 = |
| 622 | |
| 623 | Added: |
| 624 | - Add support for businesses with nexus in multiple states |
| 625 | - Add option to deactivate license key |
| 626 | - Add option to customize exemption link text |
| 627 | |
| 628 | Fixed: |
| 629 | - Customers can't save new exemption certificates |
| 630 | - Automatic plugin updater not working with some server configurations |
| 631 | |
| 632 | Changed: |
| 633 | - Revamp the admin settings page |
| 634 | |
| 635 | = [3.7] - 2014-08-13 = |
| 636 | |
| 637 | Fixed: |
| 638 | - Installation broken when there are no tax rates in the WooCommerce tax tables |
| 639 | |
| 640 | = [3.6] - 2014-08-12 = |
| 641 | |
| 642 | Added: |
| 643 | - Prompt the user to keep or delete existing tax rates during plugin installation |
| 644 | |
| 645 | Fixed: |
| 646 | - Change default setting for "Display tax totals" to "As a single total" to avoid duplicate tax rows |
| 647 | |
| 648 | Changed: |
| 649 | - Clean up admin templates |
| 650 | - Improve settings field descriptions |
| 651 | |
| 652 | = [3.5] - 2014-08-04 = |
| 653 | |
| 654 | Fixed: |
| 655 | - Make the "Show Zero Tax" setting work consistently across all supported versions of WooCommerce |
| 656 | - PHP warning when no fees are in the cart (WC 2.0) |
| 657 | |
| 658 | Changed: |
| 659 | - Check for WooCommerce before enabling plugin functionality |
| 660 | - Improve tax total display code |
| 661 | - Use WC_Session_Handler for storing and retrieving session data |
| 662 | |
| 663 | = [3.4] - 2014-08-01 = |
| 664 | |
| 665 | Added: |
| 666 | - Add the ability to quickly reset a product's TIC |
| 667 | |
| 668 | Fixed: |
| 669 | - Default TIC is not being applied properly |
| 670 | |
| 671 | = [3.3] - 2014-07-31 = |
| 672 | |
| 673 | Added: |
| 674 | - Configure WooCommerce for optimal compatibility on plugin activation |
| 675 | |
| 676 | Fixed: |
| 677 | - PHP warning when logging out |
| 678 | - Product TICs are not being saved correctly |
| 679 | - Fix appearance of admin notices |
| 680 | |
| 681 | Changed: |
| 682 | - Hide coupon configuration warning message until invalid coupons are detected |
| 683 | - Remove admin configuration notices |
| 684 | |
| 685 | = [3.2] - 2014-07-02 = |
| 686 | |
| 687 | Fixed: |
| 688 | - Error when orders with no taxable items are marked as Completed |
| 689 | |
| 690 | = [3.1] - 2014-06-18 = |
| 691 | |
| 692 | Changed: |
| 693 | - Improve efficiency of secondary tax lookups |
| 694 | - Update plugin documentation link |
| 695 | |
| 696 | = [3.0] - 2014-06-11 = |
| 697 | |
| 698 | Fixed: |
| 699 | - Fix a bug in the new getDestinationAddress function |
| 700 | |
| 701 | = [2.9] - 2014-06-01 = |
| 702 | |
| 703 | Added: |
| 704 | - Add support for taxable fees |
| 705 | |
| 706 | Fixed: |
| 707 | - Tax calculations fail with variable products in the cart |
| 708 | - The WooCommerce "Tax Based On" setting is not respected |
| 709 | |
| 710 | = [2.8] - 2014-05-14 = |
| 711 | |
| 712 | Fixed: |
| 713 | - Address validation failing for Firefox users |
| 714 | - Fix handling of virtual and downloadable products |
| 715 | |
| 716 | = [2.7] - 2014-04-10 = |
| 717 | |
| 718 | Changed: |
| 719 | - Refactor to avoid use of <?= tags |
| 720 | - Return original, unvalidated address if address validation fails |
| 721 | |
| 722 | = [2.6] - 2014-03-25 = |
| 723 | |
| 724 | Changed: |
| 725 | - Drop the "Charge Sales Tax on Shipping?" option |
| 726 | |
| 727 | = [2.5] - 2014-03-24 = |
| 728 | |
| 729 | Added: |
| 730 | - Add an option to disable the calculation of tax on shipping |
| 731 | |
| 732 | Fixed: |
| 733 | - "strip_tags" error when creating or updating products in WP admin |
| 734 | |
| 735 | Changed: |
| 736 | - Link to the Quick Start Guide from the plugin settings page |
| 737 | - Exclude products that are marked as non-taxable during tax calculations |
| 738 | |
| 739 | = [2.4] - 2014-03-13 = |
| 740 | |
| 741 | Fixed: |
| 742 | - Error when saving orders in WP admin |
| 743 | - $0 Sales Tax row appearing on the WooCommerce Order Review page |
| 744 | |
| 745 | = [2.3] - 2014-03-10 = |
| 746 | |
| 747 | Fixed: |
| 748 | - "Plugin does not have valid header" error upon plugin activation |
| 749 | |
| 750 | = [2.2] - 2014-03-04 = |
| 751 | |
| 752 | Added: |
| 753 | - Add a "Clear Settings" option to the settings page |
| 754 | - Output a "Calculate Tax" button on the Edit Order screen for orders that don't yet have the status "Completed" |
| 755 | |
| 756 | Fixed: |
| 757 | - Potential error when coupons are used |
| 758 | - Sales tax line item duplicated on some systems |
| 759 | |
| 760 | Changed: |
| 761 | - Improve backward compatibility with older versions of WooCommerce (tested down to WooCommerce v2.0.2) |
| 762 | - Enhance error reporting and error messages in WP admin |
| 763 | |
| 764 | = [2.1] - 2014-02-28 = |
| 765 | |
| 766 | Fixed: |
| 767 | - Address verification is failing |
| 768 | - Tax total is not displayed on the cart and checkout pages |
| 769 | - Prevent new lookups for orders that are already Captured in TaxCloud |
| 770 | - Prevent non-captured or already refunded orders from being refunded in TaxCloud |
| 771 | - Show "Returned" as the TaxCloud Status when an order has been returned in TaxCloud |
| 772 | - Item mapping array is not updated when recalculating the order tax in WP admin |
| 773 | - Attempt to set property is_vat_exempt on undefined in WooTaxOrder::doPostLookup() |
| 774 | - Prevent per-item tax totals from becoming negative during checkout |
| 775 | |
| 776 | Changed: |
| 777 | - Show a clear error message when network errors occur during a TaxCloud API request |
| 778 | - Reset all session data when the customer logs out |
| 779 | |
| 780 | = [2.0] - 2014-02-25 = |
| 781 | |
| 782 | Fixed: |
| 783 | - Fix exemption certificate bug |
| 784 | |
| 785 | Changed: |
| 786 | - Allow Simple Sales Tax to run alongside the default WooCommerce tax system |
| 787 | - Remove the "Default TIC" option (editable in TaxCloud) |
| 788 | - Introduce a more reliable mechanism for storing order information |
| 789 | |
| 790 | = [1.8] - 2014-02-20 = |
| 791 | |
| 792 | Fixed: |
| 793 | - Fix regressions in WC < 2.1 |
| 794 | |
| 795 | Changed: |
| 796 | - Remove debugging code |
| 797 | |
| 798 | = [1.7] - 2014-02-19 = |
| 799 | |
| 800 | Fixed: |
| 801 | - Fix fatal error during checkout |
| 802 | |
| 803 | = [1.6] - 2014-02-19 = |
| 804 | |
| 805 | Changed: |
| 806 | - Calculate sales tax for orders added in WP admin |
| 807 | - Improve handling of "local pickup" and "local delivery" shipping methods |
| 808 | |
| 809 | = [1.5] - 2014-02-09 = |
| 810 | |
| 811 | Changed: |
| 812 | - Add support for WooCommerce 2.1 |
| 813 | - Improve the exemption certificate management code |
| 814 | |
| 815 | = [1.4] - 2014-02-07 = |
| 816 | |
| 817 | Changed: |
| 818 | - Improve exemption interface load speeds |
| 819 | - Add safeguards to prevent issues with TaxCloud Authorized/Captured API requests |
| 820 | |
| 821 | = [1.3] - 2014-02-05 = |
| 822 | |
| 823 | Fixed: |
| 824 | - Fix a bug in the tax exemption interface |
| 825 | |
| 826 | = [1.2] - 2014-02-05 = |
| 827 | |
| 828 | Added: |
| 829 | - Add support for tax exemptions |
| 830 | - Add an option to hide the "Sales Tax" line when the calculated tax is $0.00 |
| 831 | |
| 832 | Changed: |
| 833 | - Skip tax calculations for international shipping addresses |
| 834 | |
| 835 | = [1.1] - 2014-01-27 = |
| 836 | |
| 837 | Changed: |
| 838 | - Tweak admin settings interface |
| 839 | |
| 840 | Fixed: |
| 841 | - Fix issues with offline transactions and TaxCloud "Captured" requests |
| 842 | |
| 843 | = [1.0] - 2014-01-20 = |
| 844 | |
| 845 | Initial public release. |
| 846 |