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.2 #676

Merged
merged 19 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
86b87a1
NPM(deps): Bump @wordpress/compose from 7.3.0 to 7.4.0
dependabot[bot] Aug 2, 2024
77c09e4
NPM Dev(deps-dev): Bump tailwindcss from 3.4.6 to 3.4.7
dependabot[bot] Aug 2, 2024
16b176d
NPM Dev(deps-dev): Bump cypress from 13.13.1 to 13.13.2
dependabot[bot] Aug 2, 2024
b454f5f
Composer(deps): Bump newfold-labs/wp-module-onboarding
dependabot[bot] Aug 7, 2024
ae265d0
Merge pull request #668 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Aug 7, 2024
5496233
Merge pull request #675 from newfold-labs/dependabot/composer/develop…
wpalani Aug 7, 2024
4dc6b90
NPM(deps): Bump @reduxjs/toolkit from 2.2.6 to 2.2.7
dependabot[bot] Aug 7, 2024
43fdc23
Merge pull request #669 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Aug 7, 2024
38a9aea
Merge pull request #670 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Aug 7, 2024
b79a7be
Merge pull request #672 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Aug 7, 2024
9d7c459
Bump version to 2.11.2
wpalani Aug 7, 2024
0918890
translations
wpalani Aug 7, 2024
be9c620
WordPress i18n triggered by commit d203b51c3f50280bdde240f90ad8c863a9…
actions-user Aug 7, 2024
08f54cd
Another attempt to fix translations
wpalani Aug 8, 2024
64dd928
translations with new build
wpalani Aug 8, 2024
589e06b
Bump Onboarding to 2.3.11
arunshenoy99 Aug 9, 2024
9984ef7
Skip Onboarding tests for WP < 6.5
arunshenoy99 Aug 9, 2024
caf1759
Skip Next Step Novice User tests for WP < 6.5
arunshenoy99 Aug 9, 2024
fd171e9
Merge pull request #682 from newfold-labs/update/onboarding
wpalani Aug 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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"newfold-labs/wp-module-marketplace": "^2.4.0",
"newfold-labs/wp-module-migration": "^1.0.9",
"newfold-labs/wp-module-notifications": "^1.5.0",
"newfold-labs/wp-module-onboarding": "^2.3.9",
"newfold-labs/wp-module-onboarding": "^2.3.11",
"newfold-labs/wp-module-patterns": "^2.3.1",
"newfold-labs/wp-module-performance": "2.0.0 as 1.9.9",
"newfold-labs/wp-module-runtime": "^1.0.11",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

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

4 changes: 3 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ module.exports = defineConfig({
if ( semver.satisfies( config.env.wpSemverVersion, '<6.5.0' ) || semver.satisfies( config.env.phpSemverVersion, '<7.4.0' )) {
config.excludeSpecPattern = config.excludeSpecPattern.concat( [
'vendor/newfold-labs/wp-module-ecommerce/tests/cypress/integration/Site-Capabilities/**',
'vendor/newfold-labs/wp-module-ecommerce/tests/cypress/integration/Home/homePageWithWoo.cy.js'
'vendor/newfold-labs/wp-module-ecommerce/tests/cypress/integration/Home/homePageWithWoo.cy.js',
'vendor/newfold-labs/wp-module-ecommerce/tests/cypress/integration/Home/ecommerce-next-steps.cy.js', // Skip this since Onboarding does not support this version
'vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/**' // Onboarding requires WP 6.5 or greater, as it uses the Wonder Theme which has the same requirement
] );
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"translation-revision-date": "2023-08-24 18:27",
"generator": "WP-CLI\/2.10.0",
"source": "build\/2.11.1\/index.js",
"source": "build\/2.11.2\/index.js",
"domain": "messages",
"locale_data": {
"messages": {
Expand Down
Loading
Loading