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.12.2 #787

Merged
merged 39 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
57b64a4
NPM(deps): Bump @wordpress/dom-ready from 4.10.0 to 4.11.0
dependabot[bot] Oct 31, 2024
5098bf7
NPM(deps): Bump @wordpress/icons from 10.8.0 to 10.11.0
dependabot[bot] Oct 31, 2024
bd57a36
add comments to region url data for clarity and update to provided doc
circlecube Nov 1, 2024
09f7c0e
NPM Dev(deps-dev): Bump cypress from 13.15.0 to 13.15.2
dependabot[bot] Nov 6, 2024
814e61f
Merge pull request #780 from newfold-labs/update/regional-links
circlecube Nov 6, 2024
8ab52e2
Composer(deps): Bump newfold-labs/wp-module-sso from 1.0.6 to 1.0.7
dependabot[bot] Nov 7, 2024
2f70b54
Merge pull request #781 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Nov 8, 2024
f542054
Merge pull request #777 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Nov 8, 2024
9bd6bc4
Merge pull request #776 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Nov 8, 2024
ba484a4
Merge pull request #785 from newfold-labs/dependabot/composer/develop…
circlecube Nov 8, 2024
cf5735e
update packages wp-scripts and wp-env
circlecube Nov 8, 2024
d84f60c
update modules to latest
circlecube Nov 8, 2024
96675d5
also update data module and other dependencies
circlecube Nov 8, 2024
5d593db
Composer(deps): Bump newfold-labs/wp-module-data from 2.6.5 to 2.6.6
dependabot[bot] Nov 11, 2024
579ccd1
NPM(deps): Bump @wordpress/i18n from 5.10.0 to 5.11.0
dependabot[bot] Nov 11, 2024
1c6d3aa
NPM(deps): Bump react-router-dom from 6.27.0 to 6.28.0
dependabot[bot] Nov 11, 2024
2ec9362
NPM(deps): Bump @wordpress/compose from 7.10.0 to 7.11.0
dependabot[bot] Nov 11, 2024
eb113ac
updated missing spanish translations
abhijitb Nov 11, 2024
41adc20
added missing portuguese translations
abhijitb Nov 11, 2024
a255567
updated spanish translations from provided word doc
abhijitb Nov 11, 2024
92aa354
Merge pull request #793 from newfold-labs/update/translations
circlecube Nov 11, 2024
2f0a813
Merge pull request #788 from newfold-labs/dependabot/composer/develop…
circlecube Nov 11, 2024
9eccddc
Merge pull request #789 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Nov 11, 2024
9933a3e
Merge pull request #790 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Nov 11, 2024
530a58c
Merge pull request #791 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Nov 11, 2024
f27339c
NPM(deps): Bump @wordpress/element from 6.10.0 to 6.11.0
dependabot[bot] Nov 11, 2024
7c61257
Composer(deps): Bump newfold-labs/wp-module-help-center
dependabot[bot] Nov 11, 2024
b56d104
Merge branch 'develop' into release/2.12.2
circlecube Nov 11, 2024
408ba42
Merge pull request #792 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Nov 11, 2024
868f5f9
Merge pull request #774 from newfold-labs/dependabot/composer/develop…
circlecube Nov 11, 2024
9ab3ee0
WordPress i18n triggered by commit 25b1b7d3e6c17d435833f0f1e1c178e7ee…
actions-user Nov 11, 2024
ca1bf3d
Composer(deps): Bump newfold-labs/wp-module-patterns from 2.6.0 to 2.6.1
dependabot[bot] Nov 11, 2024
b86a112
Merge pull request #782 from newfold-labs/dependabot/composer/develop…
circlecube Nov 11, 2024
b01c273
Composer(deps): Bump newfold-labs/wp-module-notifications
dependabot[bot] Nov 11, 2024
dd03c6c
Merge pull request #783 from newfold-labs/dependabot/composer/develop…
circlecube Nov 11, 2024
5a23acf
Merge branch 'develop' into release/2.12.2
circlecube Nov 11, 2024
4b077e8
validate composer
circlecube Nov 11, 2024
dfdc1b7
bump wordpress versions due to 6.7 release
circlecube Nov 12, 2024
2f4f110
also update wordpress versions in cypress matrix workflow
circlecube Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- '8.2'
- '8.3'
wpVersion:
- '6.4'
- '6.5'
- '6.6'
- '6.7'

steps:

Expand Down
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.6.2",
"core": "WordPress/WordPress#tags/6.7",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,22 @@
"newfold-labs/wp-module-atomic": "^1.3",
"newfold-labs/wp-module-coming-soon": "^1.2.6",
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.6.5",
"newfold-labs/wp-module-data": "^2.6.6",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "^1.3.44",
"newfold-labs/wp-module-ecommerce": "^1.4.3",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-global-ctb": "^1.0.13",
"newfold-labs/wp-module-help-center": "^2.1.1",
"newfold-labs/wp-module-help-center": "^2.2.0",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.4.0",
"newfold-labs/wp-module-migration": "^1.0.12",
"newfold-labs/wp-module-notifications": "^1.6.1",
"newfold-labs/wp-module-notifications": "^1.6.4",
"newfold-labs/wp-module-onboarding": "^2.5.2",
"newfold-labs/wp-module-patterns": "^2.6.0",
"newfold-labs/wp-module-patterns": "^2.6.1",
"newfold-labs/wp-module-performance": "2.0.1 as 1.9.9",
"newfold-labs/wp-module-runtime": "^1.0.12",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
"newfold-labs/wp-module-sso": "^1.0.6",
"newfold-labs/wp-module-sso": "^1.0.7",
"newfold-labs/wp-module-staging": "^2.1.1",
"wp-forge/wp-update-handler": "^1.0.2",
"wp-forge/wp-upgrade-handler": "^1.0"
Expand Down
116 changes: 58 additions & 58 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading