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/newspack-blocks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: Automattic/newspack-blocks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 16 commits
  • 19 files changed
  • 7 contributors

Commits on Apr 29, 2024

  1. build(deps-dev): bump phpcompatibility/phpcompatibility-wp

    Bumps [phpcompatibility/phpcompatibility-wp](https://github.com/PHPCompatibility/PHPCompatibilityWP) from 2.1.4 to 2.1.5.
    - [Release notes](https://github.com/PHPCompatibility/PHPCompatibilityWP/releases)
    - [Commits](PHPCompatibility/PHPCompatibilityWP@2.1.4...2.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: phpcompatibility/phpcompatibility-wp
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6287c38 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. build(deps): bump swiper from 10.3.1 to 11.1.1

    Bumps [swiper](https://github.com/nolimits4web/Swiper) from 10.3.1 to 11.1.1.
    - [Release notes](https://github.com/nolimits4web/Swiper/releases)
    - [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
    - [Commits](nolimits4web/swiper@v10.3.1...v11.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: swiper
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and adekbadek committed May 8, 2024
    Configuration menu
    Copy the full SHA
    069248c View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump yoast/phpunit-polyfills from 1.0.5 to 2.0.1

    Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.0.5 to 2.0.1.
    - [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
    - [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/2.x/CHANGELOG.md)
    - [Commits](Yoast/PHPUnit-Polyfills@1.0.5...2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: yoast/phpunit-polyfills
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and adekbadek committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c77598c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix: respect subscriptions limiter, and handle cart errors in modal (#…

    …1728)
    
    * feat: trigger options for limiting subscription purchases
    
    * fix: handle cart errors from modal checkout
    
    * docs: add comment explaining why we need to add filters
    dkoo authored May 13, 2024
    Configuration menu
    Copy the full SHA
    8a828fa View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @rushstack/eslint-patch from 1.10.1 to 1.10.2

    Bumps [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) from 1.10.1 to 1.10.2.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)
    
    ---
    updated-dependencies:
    - dependency-name: "@rushstack/eslint-patch"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d322550 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    71e8ff4 View commit details
    Browse the repository at this point in the history
  2. fix: modal checkout continue button (#1733)

    * fix: modal checkout continue button
    
    * fix: second instance of .form selector
    dkoo authored May 14, 2024
    Configuration menu
    Copy the full SHA
    c672d4a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 17, 2024

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

Commits on May 19, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    7f7de88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1739 from Automattic/trunk

    Alpha release May 20
    claudiulodro authored May 20, 2024
    Configuration menu
    Copy the full SHA
    0d5b442 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.2.0-alpha.1 [skip ci]

    # [3.2.0-alpha.1](v3.1.0...v3.2.0-alpha.1) (2024-05-20)
    
    ### Bug Fixes
    
    * **donate-block:** fix typo in textdomain and color variables ([#1738](#1738)) ([7f7de88](7f7de88))
    * modal checkout continue button ([#1733](#1733)) ([c672d4a](c672d4a))
    * respect subscriptions limiter, and handle cart errors in modal ([#1728](#1728)) ([8a828fa](8a828fa))
    
    ### Features
    
    * **donate:** add new "Modern" style variation ([#1734](#1734)) ([b83d840](b83d840))
    * update donations patterns and add new one ([#1731](#1731)) ([607c93a](607c93a))
    semantic-release-bot committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6a98072 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #1753 from Automattic/alpha

    Release May 28
    dkoo authored May 28, 2024
    Configuration menu
    Copy the full SHA
    c1a78f2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.2.0 [skip ci]

    # [3.2.0](v3.1.0...v3.2.0) (2024-05-28)
    
    ### Bug Fixes
    
    * **donate-block:** fix typo in textdomain and color variables ([#1738](#1738)) ([7f7de88](7f7de88))
    * modal checkout continue button ([#1733](#1733)) ([c672d4a](c672d4a))
    * respect subscriptions limiter, and handle cart errors in modal ([#1728](#1728)) ([8a828fa](8a828fa))
    
    ### Features
    
    * **donate:** add new "Modern" style variation ([#1734](#1734)) ([b83d840](b83d840))
    * update donations patterns and add new one ([#1731](#1731)) ([607c93a](607c93a))
    semantic-release-bot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    081cb22 View commit details
    Browse the repository at this point in the history
Loading