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 3.14.1 #1233

Merged
merged 27 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e99aa22
NPM Dev(deps-dev): Bump @wordpress/eslint-plugin from 20.0.0 to 20.1.0
dependabot[bot] Jul 25, 2024
e847f56
NPM(deps): Bump @wordpress/i18n from 5.3.0 to 5.4.0
dependabot[bot] Jul 25, 2024
cf3f08f
NPM(deps): Bump @wordpress/dom-ready from 4.3.0 to 4.4.0
dependabot[bot] Jul 25, 2024
48a23ee
Bump Onboarding to 2.3.9
officiallygod Jul 31, 2024
4131991
Composer Dev(deps-dev): Bump wp-cli/i18n-command from 2.6.1 to 2.6.2
dependabot[bot] Jul 31, 2024
e292e96
Composer(deps): Bump newfold-labs/wp-module-patterns from 2.2.0 to 2.2.1
dependabot[bot] Jul 31, 2024
738471b
Merge pull request #1214 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 31, 2024
0f1affd
Merge pull request #1215 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 31, 2024
cf8dca5
Merge pull request #1216 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 31, 2024
1a40eb3
NPM(deps): Bump @wordpress/icons from 10.3.0 to 10.4.0
dependabot[bot] Jul 31, 2024
535c8ec
NPM Dev(deps-dev): Bump @wordpress/env from 10.3.0 to 10.4.0
dependabot[bot] Jul 31, 2024
5b8125c
Merge pull request #1217 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 31, 2024
92bd9b3
Merge pull request #1220 from bluehost/dependabot/composer/develop/wp…
wpalani Jul 31, 2024
6cd3d7f
Merge pull request #1218 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 31, 2024
c254aff
Merge branch 'develop' into update/onboarding
wpalani Jul 31, 2024
935b3b3
Fix lock conflict
wpalani Jul 31, 2024
f731cfb
Update package in lock file
wpalani Jul 31, 2024
732b6b1
Merge pull request #1222 from bluehost/update/onboarding
wpalani Jul 31, 2024
3a03320
Skip eCommerce module tests on < wp 6.5
wpalani Jul 31, 2024
da05d2c
Merge pull request #1226 from bluehost/update/ecomm-tests
wpalani Jul 31, 2024
25f89af
Merge branch 'develop' into dependabot/composer/develop/newfold-labs/…
wpalani Aug 1, 2024
837fba6
Fix composer lock conflicts
wpalani Aug 1, 2024
513bd56
Merge pull request #1223 from bluehost/dependabot/composer/develop/ne…
wpalani Aug 1, 2024
d0aae8e
Composer(deps): Bump newfold-labs/wp-module-patterns from 2.3.0 to 2.3.1
dependabot[bot] Aug 1, 2024
e20d556
Merge pull request #1232 from bluehost/dependabot/composer/develop/ne…
wpalani Aug 1, 2024
ce56f37
Bump version to 3.14.1
wpalani Aug 1, 2024
eee31b0
Bump ecommerce module to 1.3.39
wpalani Aug 2, 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
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.0
* Version: 3.14.1
* 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.0' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.14.1' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"require-dev": {
"roave/security-advisories": "dev-latest",
"newfold-labs/wp-php-standards": "^1.2.4",
"wp-cli/i18n-command": "^2.6.1",
"wp-cli/i18n-command": "^2.6.2",
"wp-phpunit/wp-phpunit": "^6.6.0"
},
"require": {
Expand All @@ -87,8 +87,8 @@
"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.8",
"newfold-labs/wp-module-patterns": "^2.2.0",
"newfold-labs/wp-module-onboarding": "^2.3.9",
"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",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
Expand Down
50 changes: 25 additions & 25 deletions composer.lock

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

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

// Exclude ecommerce tests for WordPress lower than 6.4 (6.3 or 6.2) or PHP lower than 7.4 (7.1, 7.2 and 7.3)
if ( semver.satisfies( config.env.wpSemverVersion, '<6.4.0' ) || semver.satisfies( config.env.phpSemverVersion, '<7.4.0' )) {
// 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)
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',
Expand Down
Loading
Loading