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/2.11.7 #736

Merged
merged 18 commits into from
Oct 3, 2024
Merged

Release/2.11.7 #736

merged 18 commits into from
Oct 3, 2024

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    7369b4d View commit details
    Browse the repository at this point in the history
  2. NPM(deps): Bump @wordpress/icons from 10.7.0 to 10.8.0

    Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 10.7.0 to 10.8.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/icons@10.8.0/packages/icons)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/icons"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    da8da05 View commit details
    Browse the repository at this point in the history
  3. NPM Dev(deps-dev): Bump @wordpress/env from 10.7.0 to 10.8.0

    Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 10.7.0 to 10.8.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/env@10.8.0/packages/env)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/env"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    69aff79 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Bump Onboarding

    officiallygod committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d82a142 View commit details
    Browse the repository at this point in the history
  2. Composer(deps): Bump newfold-labs/wp-module-migration

    Bumps [newfold-labs/wp-module-migration](https://github.com/newfold-labs/wp-module-migration) from 1.0.11 to 1.0.12.
    - [Release notes](https://github.com/newfold-labs/wp-module-migration/releases)
    - [Commits](newfold-labs/wp-module-migration@v1.0.11...v1.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: newfold-labs/wp-module-migration
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9b61c1c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #734 from newfold-labs/dependabot/composer/develop…

    …/newfold-labs/wp-module-migration-1.0.12
    
    Composer(deps): Bump newfold-labs/wp-module-migration from 1.0.11 to 1.0.12
    circlecube authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8b5eb00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #727 from newfold-labs/dependabot/npm_and_yarn/dev…

    …elop/wordpress/icons-10.8.0
    
    NPM(deps): Bump @wordpress/icons from 10.7.0 to 10.8.0
    circlecube authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    88521ad View commit details
    Browse the repository at this point in the history
  3. NPM(deps): Bump @wordpress/dom-ready from 4.7.0 to 4.8.0

    Bumps [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) from 4.7.0 to 4.8.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dom-ready/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/dom-ready@4.8.0/packages/dom-ready)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/dom-ready"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    21aa86c View commit details
    Browse the repository at this point in the history
  4. NPM(deps): Bump @wordpress/i18n from 5.7.0 to 5.8.0

    Bumps [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) from 5.7.0 to 5.8.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/i18n/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/i18n@5.8.0/packages/i18n)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/i18n"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    afafcea View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into update/onboarding

    * develop:
      Composer(deps): Bump newfold-labs/wp-module-migration
      update ecommerce module to 1.3.44
      NPM(deps): Bump @wordpress/icons from 10.7.0 to 10.8.0
      WordPress i18n triggered by commit 0daae5e
      Update version number to 2.11.6
    
    # Conflicts:
    #	composer.lock
    circlecube committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e006f92 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'update/onboarding' into update/ecommerce-version-1.3.44

    * update/onboarding:
      Composer(deps): Bump newfold-labs/wp-module-migration
      update ecommerce module to 1.3.44
      Bump Onboarding
      NPM(deps): Bump @wordpress/icons from 10.7.0 to 10.8.0
      WordPress i18n triggered by commit 0daae5e
      Update version number to 2.11.6
    
    # Conflicts:
    #	composer.lock
    circlecube committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b88e152 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #732 from newfold-labs/update/onboarding

    Onboarding Release bump to 2.4.2
    circlecube authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0cb3893 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #725 from newfold-labs/update/ecommerce-version-1.…

    …3.44
    
    ecommerce version bump to 1.3.44
    circlecube authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    93612c0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #735 from newfold-labs/dependabot/npm_and_yarn/dev…

    …elop/wordpress/i18n-5.8.0
    
    NPM(deps): Bump @wordpress/i18n from 5.7.0 to 5.8.0
    circlecube authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0f26320 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #729 from newfold-labs/dependabot/npm_and_yarn/dev…

    …elop/wordpress/dom-ready-4.8.0
    
    NPM(deps): Bump @wordpress/dom-ready from 4.7.0 to 4.8.0
    circlecube authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    538984c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #728 from newfold-labs/dependabot/npm_and_yarn/dev…

    …elop/wordpress/env-10.8.0
    
    NPM Dev(deps-dev): Bump @wordpress/env from 10.7.0 to 10.8.0
    circlecube authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9e15ec1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e82989 View commit details
    Browse the repository at this point in the history
  13. update i18n files

    `composer run i18n`
    circlecube committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    aae165f View commit details
    Browse the repository at this point in the history