Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/woocommerce-services
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.1
Choose a base ref
...
head repository: Automattic/woocommerce-services
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 5 contributors

Commits on Oct 8, 2025

  1. Refactor tax rate storing (#2890)

    * Refactor: store only itemized tax rates
    
    Remove storing combined tax rates
    
    * Fix typo
    
    * Prevent saving State for VAT tax rates
    
    * Normalize state for WC_Tax::find_rates
    
    * Remove generate_combined_tax_rate_name method
    
    * Clean up create_or_update_tax_rate parameters
    
    * Update changelog
    
    * Fix typo
    
    * Clean up logic and improve readability.
    
    * WPCS fixes
    
    * Fix inconsistent handling of tax class in TaxJar integration
    
    * Refactor override_woocommerce_tax_rates
    
    * Improve options normalization
    
    ---------
    
    Co-authored-by: Dustin Parker <11618203+dustinparker@users.noreply.github.com>
    bartech and dustinparker authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    3f53a2f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Fix/issue wooship 1677 - Update links in "Automated Taxes" description (

    #2891)
    
    * update the tax rate and tax nexus link
    
    * update changelog
    
    * update automated tax link
    
    * bump wc compatibility to 10.3
    
    * update changelog
    iyut authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    34f91e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0158462 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f997e91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7bb555 View commit details
    Browse the repository at this point in the history
Loading