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: Codeinwp/woocommerce-product-addon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v34.0.1
Choose a base ref
...
head repository: Codeinwp/woocommerce-product-addon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v34.0.2
Choose a head ref
  • 11 commits
  • 11 files changed
  • 8 contributors

Commits on May 21, 2026

  1. Sync branch [skip ci]

    pirate-bot authored May 21, 2026
    Configuration menu
    Copy the full SHA
    153180d View commit details
    Browse the repository at this point in the history
  2. Sync branch [skip ci]

    pirate-bot authored May 21, 2026
    Configuration menu
    Copy the full SHA
    34a7c51 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. Configuration menu
    Copy the full SHA
    c72885f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. Configuration menu
    Copy the full SHA
    eb7fff6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. Initial plan

    Copilot authored May 27, 2026
    Configuration menu
    Copy the full SHA
    bb77ea7 View commit details
    Browse the repository at this point in the history
  2. fix: add global namespace qualifiers for WWP wholesale classes in PPO…

    …M\Support namespace
    
    In PPOM 34.0.1, the wholesale-pricing helper was refactored into the
    PPOM\Support namespace (src/Support/Helpers.php), but the external
    WWP_Wholesale_Roles, WWP_Wholesale_Prices, and WWP_Helper_Functions
    class references were left without global `\` qualifiers. PHP then
    looked for them under PPOM\Support\ and threw:
      "Class PPOM\Support\WWP_Wholesale_Roles not found"
    
    Fix: prefix all three external class names with `\` in
    get_product_price() and get_product_regular_price() so PHP resolves
    them in the global namespace regardless of calling namespace.
    
    Add regression tests with in-file global stubs for the WWP classes
    to confirm no fatal occurs and the wholesale price is used when
    available.
    
    Co-authored-by: poonam279 <[email protected]>
    Copilot and poonam279 authored May 27, 2026
    Configuration menu
    Copy the full SHA
    ad07401 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. fix: update PHPStan baseline for WWP global classes

    Co-authored-by: Soare-Robert-Daniel <[email protected]>
    Codex and Soare-Robert-Daniel authored May 28, 2026
    Configuration menu
    Copy the full SHA
    2b83d24 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. Merge pull request #619 from Codeinwp/bugfix/618

    Fixed textarea placeholder not displaying
    vytisbulkevicius authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    5004910 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #626 from Codeinwp/copilot/fix-fatal-error-ppom-34…

    …-0-1
    
    Addressing PR comments
    vytisbulkevicius authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    131f201 View commit details
    Browse the repository at this point in the history
  3. release: fixes

    - Fixed textarea placeholder not displaying
    - Fixed error with Wholesale Prices integration during frontend script loading
    vytisbulkevicius authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    fb6ea23 View commit details
    Browse the repository at this point in the history
  4. chore(release): 34.0.2

    ##### [Version 34.0.2](v34.0.1...v34.0.2) (2026-06-02)
    
    - Fixed textarea placeholder not displaying
    - Fixed error with Wholesale Prices integration during frontend script loading
    pirate-bot committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    5f92e85 View commit details
    Browse the repository at this point in the history
Loading