woocommerce-services

WooCommerce Services is a feature plugin that integrates hosted services into WooCommerce (3.0+), and currently includes automated tax rates and the ability to purchase and print USPS shipping labels.

GPL-2.0 License

Stars
107

Bot releases are visible (Hide)

woocommerce-services - Version 1.25.27

Published by bborman22 over 2 years ago

  • Fix - Cart with non-taxable product still calculate the tax.
  • Tweak - Validate the TaxJar request before calling the api and cache 404 and 400 TaxJar response error for 5 minutes.
woocommerce-services - Version 1.25.26

Published by harriswong over 2 years ago

  • Fix - Display error on cart block and checkout block from WC Blocks plugin.
  • Fix - TaxJar does not calculate Quebec Sales Tax when shipping from Canadian address.
woocommerce-services - Version 1.25.25

Published by Mayisha over 2 years ago

  • Fix - TaxJar does not get the tax if the cart has non-taxable on the first item.
  • Tweak - Use regex to check on WC Rest API route for WooCommerce Blocks compatibility.
woocommerce-services - Version 1.25.24

Published by bborman22 over 2 years ago

  • Fix - Empty document is opened when Firefox is set to open PDF file using another program.
  • Fix - Label purchase modal sections getting cut off.
woocommerce-services - Version 1.25.23

Published by harriswong over 2 years ago

  • Tweak - Make "Name" field optional if "Company" field is not empty.
  • Fix - Added "Delete California tax rates" tool.
  • Fix - Extract WC_Connect_TaxJar_Integration::backup_existing_tax_rates() for re-usability.
woocommerce-services - Version 1.25.22

Published by waclawjacek over 2 years ago

  • Fix - TaxJar does not get the tax if the cart has non-taxable item.
  • Tweak - Bump WP tested version to 5.9 and WC tested version to 6.1.
woocommerce-services - Version 1.25.21

Published by FangedParakeet over 2 years ago

  • Fix - Use 'native' pdf support feature for Firefox version 94 or later.
  • Fix - Only call WC Subscriptions API when "access_token_secret" value is saved in database.
  • Fix - Add name field to fields sent for EasyPost API address verification.
  • Fix - Display company name under origin and destination address when create shipping label.
  • Fix - Don't override general "Enable Tax" setting with WC Services Automated Taxes setting.
woocommerce-services - Version 1.25.20

Published by frosso almost 3 years ago

  • Fix - Hide "Shipping Label" and "Shipment Tracking" metabox when the label setting is disabled.
  • Fix - Wrap TaxJar API zipcodes with wc_normalize_postcode() before inserting into the database.
  • Fix - Update shipping label to only show non-refunded order line items.
  • Fix - Added 3 digits currency code on shipping label price for non USD.
woocommerce-services - Version 1.25.19

Published by frosso about 3 years ago

  • Add - Notice about tax nexus in settings.
  • Fix - Country drop down list no longer showing currency name.
woocommerce-services - Version 1.25.18

Published by tommyshellberg about 3 years ago

  • Add - Added "Automated Taxes" health item on status page.
  • Fix - Show error when missing required destination phone for international shipments.
  • Tweak - Bump WP tested version to 5.8.
  • Tweak - Bump WC Tested version to 5.5.
  • Fix - Prevent PHP notice when a label's commercial_invoice_url value is null.
  • Fix - Prevent fatal error when viewing draft order.
woocommerce-services - Version 1.25.17

Published by harriswong over 3 years ago

  • Tweak - Replace Calypso FormCheckbox with CheckboxControl.
woocommerce-services - Version 1.25.16

Published by waclawjacek over 3 years ago

  • Tweak - Replace components with @wordpress/components.
woocommerce-services - Version 1.25.15

Published by brezocordero over 3 years ago

  • Fix - Ensure shipping label metabox is displayed to users with the correct capabilities.
  • Add - Added wcship_user_can_manage_labels filter to check permissions to print shipping labels.
  • Add - Added wcship_manage_labels capability to check permissions to print shipping labels.
woocommerce-services - Version 1.25.14

Published by frosso over 3 years ago

  • Fix - Issue with printing blank label in Safari.
  • Fix - DHL Express labels - require customs form when shipping to Puerto Rico.
  • Fix - Update DHL Express pickup link.
woocommerce-services - Version 1.25.13

Published by waclawjacek over 3 years ago

  • Fix - Prevent new sites from retrying failed connections.
  • Fix - Data encoding when entities are part of order meta.
  • Tweak - Update WC version support in headers.
  • Fix - Plugin deletion when WooCommerce core is not present.
  • Tweak - Rename automatic tax names for US.
  • Fix - Check Jetpack constant defined by name.
  • Fix - Sometimes taxes charged on shipping when they should not.
woocommerce-services - Version 1.25.12

Published by brezocordero over 3 years ago

  • Fix - UPS account connection form retry on invalid submission.
  • Fix - Fix PHP 5.6 compatibility issue.
  • Tweak - Update plugin author name.
  • Fix - Removes unnecessary subscription debug error logs.
woocommerce-services - Version 1.25.11

Published by Ferdev over 3 years ago

  • Fix - Ensure status page is displayed on new WC navigation menu.
  • Add - Run phpcbf as a pre-commit rule.
  • Fix - Fix PHPUnit tests. Rename test_ to test- to match our phpcs rules. Remove travis and move to github action.
  • Tweak - Updated .nvmrc to use 10.16.0
  • Tweak - Update the shipping label status endpoint to accept and return multiple ids.
  • Tweak - Display spinner icon during service data refresh.
  • Add - Adds Dockerized E2E tests with GitHub Action integration.
  • Fix - Handle DHL live rates notice creation and deletion errors.
woocommerce-services - Version 1.25.10

Published by Ferdev over 3 years ago

  • Add - Add an endpoint for shipping label creation eligibility and share code for store eligibility.
  • Fix - Shipping validation notice shown when no address entered.
  • Tweak - Stop retrying to fetch /services when authentication fails on connect server.
woocommerce-services - Version 1.25.9

Published by Ferdev over 3 years ago

  • Add - WC Admin notice about DHL live rates.
  • Add - Live rates section in settings page.
  • Tweak - Cleanup stripe functionality.
  • Tweak - Display better errors on checkout page when address fields are missing / invalid.
  • Tweak - Refresh on status page does not reload page.
  • Fix - UPS invoice number allows numbers and letters.
  • Add - Tracks shipping services used at checkout.
  • Add - Update the existing endpoint POST /connect/packages to create shipping label packages, and add an endpoint PUT /connect/packages to update shipping label packages.
  • Fix - Only display shipping validation errors on the cart or checkout pages.
  • Tweak - Removes deprecated Jetpack constant JETPACK_MASTER_USER
  • Fix - Revert radio button dot offset in the "Create shipping label" modal.
woocommerce-services - Version 1.25.8

Published by frosso over 3 years ago

  • Tweak - Add support for new Jetpack 9.5 data connection.
  • Tweak - Change minimum Jetpack version support to Jetpack 7.5.
Related Projects