Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.4.4 - merge changes from develop into trunk #1037

Merged
merged 37 commits into from
Jul 10, 2024
Merged

Commits on Apr 16, 2024

  1. Add billing settings.

    budzanowski committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2635eae View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    8969d3b View commit details
    Browse the repository at this point in the history
  2. Fix js lint.

    budzanowski committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    74a6ac1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Remove unnecessary props.

    Co-authored-by: Gan Eng Chin <[email protected]>
    budzanowski and ecgan authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a187a2f View commit details
    Browse the repository at this point in the history
  2. Adjust whitespace.

    budzanowski committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5d2c6c7 View commit details
    Browse the repository at this point in the history
  3. Use isLink.

    Co-authored-by: Gan Eng Chin <[email protected]>
    budzanowski and ecgan authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    550408a View commit details
    Browse the repository at this point in the history
  4. Use isLink.

    Co-authored-by: Gan Eng Chin <[email protected]>
    budzanowski and ecgan authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c41510f View commit details
    Browse the repository at this point in the history
  5. Review cleanup.

    budzanowski committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    65bcb99 View commit details
    Browse the repository at this point in the history
  6. Refactor structure.

    budzanowski committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    37aa41d View commit details
    Browse the repository at this point in the history
  7. Code fixes.

    budzanowski committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4bcd1ac View commit details
    Browse the repository at this point in the history
  8. Fix JS linting

    budzanowski committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    35bdc8d View commit details
    Browse the repository at this point in the history
  9. - Adding Token Invalid Note.

    - Call to disconnect if Pinterest API returns 401 error.
    - Adding tests on Token Invalid reconnect procedure.
    message-dimke committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    937f718 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a8b8b2 View commit details
    Browse the repository at this point in the history
  11. - Fix PHPCS.

    message-dimke committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7348f54 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f279105 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92eac96 View commit details
    Browse the repository at this point in the history
  14. - Adding `pinterest_for_woocommerce_disconnect_on_authentication_fail…

    …ure` filter.
    
    - Adding separate API 401 and Action Scheduler API 401 handlers.
    - Updating some Unit and E2E tests.
    - Updating exception handling for Action Scheduler actions to be able to catch proper cases.
    message-dimke committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4b27546 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bfe58e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on May 9, 2024

  1. Address review findings.

    budzanowski committed May 9, 2024
    Configuration menu
    Copy the full SHA
    290d354 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. fix linter issues

    budzanowski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fe3fe08 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Apply suggestions from code review

    Replacing the exact version with a version placeholder.
    
    Co-authored-by: Rodrigue <[email protected]>
    message-dimke and rawdreeg authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5359386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34605b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1029 from woocommerce/trunk

    Release 1.4.3
    message-dimke authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f3b5c5f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Add regenerator-runtime as script dependency.

    This is a quick fix for a breaking change in WordPress 6.6.
    ecgan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    078393b View commit details
    Browse the repository at this point in the history
  2. Fix lint issue.

    ecgan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2abd751 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1006 from woocommerce/add/billing-status-info-ui

    Add billing status info in the Settings UI
    message-dimke authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6ccd1bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1007 from woocommerce/add/token-invalid-reconnect…

    …-procedure
    
    Token invalid reset procedure.
    message-dimke authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    af0ea47 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request #1032 from woocommerce/feature/wp-6.6-regenerator-…

    …runtime
    
    Add regenerator-runtime as script dependency (quick fix for WordPress 6.6 breaking change)
    ecgan authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f511f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca19870 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge pull request #1034 from woocommerce/feature/wp-6.6-fix-checkbox-ui

    Fix checkbox control UI issue with WordPress 6.6
    ecgan authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ef06d1b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Manual product version bump

    ibndawood committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a51452d View commit details
    Browse the repository at this point in the history
  2. Manual changelog update

    ibndawood committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2f779f6 View commit details
    Browse the repository at this point in the history
  3. Manual readme update

    ibndawood committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e36d395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56566fa View commit details
    Browse the repository at this point in the history
  5. Replaces x.x.x with 1.4.4

    ibndawood committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    27894b2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1036 from woocommerce/release/1.4.4

    Release v1.4.4 - merge release into trunk
    ibndawood authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f031d53 View commit details
    Browse the repository at this point in the history