Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Release 3.14.2 #1238

Merged
merged 32 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ea7ffbb
pages and post transform store
manikantakailasa Jul 15, 2024
cd1ddde
lint fix , tests
manikantakailasa Jul 18, 2024
9186cfa
svg path
manikantakailasa Jul 18, 2024
b026e5d
Fix conflict
wpalani Jul 24, 2024
5038679
Merge branch 'develop' into update/PRESS0-1323
wpalani Jul 24, 2024
26bd9ce
Bump core version
wpalani Jul 24, 2024
b914f43
Fix code
wpalani Jul 27, 2024
3afc3fa
fix:ecommerce entitlement
manikantakailasa Jul 29, 2024
eba7a8c
Merge branch 'update/PRESS0-1323' into PRESS0-1323
manikantakailasa Jul 29, 2024
78e1a66
NPM Dev(deps-dev): Bump cypress from 13.13.1 to 13.13.2
dependabot[bot] Aug 1, 2024
ed4e82b
NPM(deps): Bump react-router-dom from 6.25.1 to 6.26.0
dependabot[bot] Aug 1, 2024
0041280
NPM(deps): Bump @wordpress/compose from 7.3.0 to 7.4.0
dependabot[bot] Aug 1, 2024
1faef30
deleting duplicate
manikantakailasa Aug 2, 2024
d7a9f25
Composer(deps): Bump newfold-labs/wp-module-onboarding
dependabot[bot] Aug 6, 2024
7a6023d
NPM Dev(deps-dev): Bump tailwindcss from 3.4.6 to 3.4.8
dependabot[bot] Aug 7, 2024
4923d40
Merge pull request #1183 from manikantakailasa/PRESS0-1323
wpalani Aug 7, 2024
e6f30cf
Merge pull request #1228 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Aug 7, 2024
bc04a7d
Merge pull request #1229 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Aug 7, 2024
2082235
Merge pull request #1230 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Aug 7, 2024
1817173
Merge pull request #1237 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Aug 7, 2024
54d17ec
Merge pull request #1235 from bluehost/dependabot/composer/develop/ne…
wpalani Aug 7, 2024
26bc710
`composer update newfold-labs/wp-module-onboarding --with-dependencies`
wpalani Aug 7, 2024
461946a
Bump version to 3.14.2
wpalani Aug 7, 2024
723ec39
Bump Onboarding to 2.3.11
arunshenoy99 Aug 9, 2024
bb9afdd
Skip Onboarding tests for WP < 6.5
arunshenoy99 Aug 9, 2024
4d3af38
Skip Next Step Novice User tests for WP < 6.5
arunshenoy99 Aug 9, 2024
32177a3
Fix typo in empty trash SelectField label
0aveRyan Aug 12, 2024
a31f7ca
Merge pull request #1244 from bluehost/update/onboarding
wpalani Aug 12, 2024
e995bc3
Merge pull request #1246 from bluehost/fix/trash-empty-label-typo
wpalani Aug 12, 2024
06b9a75
Fix failing BH dashboard help test
arunshenoy99 Aug 14, 2024
be3675b
Add wait
arunshenoy99 Aug 14, 2024
7f1f3f4
Merge pull request #1248 from bluehost/fix/bh-dashboard-help-test
wpalani Aug 14, 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
Binary file added assets/images/ecomm-addon-ctb-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin URI: https://bluehost.com
* Update URI: https://github.com/bluehost/bluehost-wordpress-plugin
* Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 3.14.1
* Version: 3.14.2
* Requires at least: 6.4
* Requires PHP: 7.3
* Tested up to: 6.6.1
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.14.1' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.14.2' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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
38 changes: 19 additions & 19 deletions composer.lock

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

5 changes: 3 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ module.exports = defineConfig( {
}
}

// Exclude ecommerce tests for WordPress lower than 6.5 (6.4 or 6.3) or PHP lower than 7.4 (7.1, 7.2 and 7.3)
// Exclude Onboarding and ecommerce tests for WordPress lower than 6.5 (6.4 or 6.3) or PHP lower than 7.4 (7.1, 7.2 and 7.3)
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-onboarding/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/*.cy.js' // Works but failing on cypress
'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
Loading
Loading