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.15.4 #1414

Merged
merged 33 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4fd53ef
add testIsolation for plugin tests
circlecube Jun 10, 2024
499ea98
eslint fix for social media component
circlecube Jun 10, 2024
191acb4
yet another lint fix
circlecube Jun 10, 2024
492405e
Merge branch 'develop' into update/cypress-test-isolation
circlecube Jun 26, 2024
7fcf8ba
NPM(deps): Bump react-router-dom from 6.27.0 to 6.28.0
dependabot[bot] Nov 7, 2024
9ab292e
Composer(deps): Bump newfold-labs/wp-module-patterns from 2.6.0 to 2.6.1
dependabot[bot] Nov 8, 2024
09b0eaf
NPM Dev(deps-dev): Bump cypress from 13.15.1 to 13.15.2
dependabot[bot] Nov 8, 2024
edcc594
Merge pull request #1400 from bluehost/dependabot/npm_and_yarn/develo…
circlecube Nov 8, 2024
2a75130
Merge branch 'develop' into update/cypress-test-isolation
circlecube Nov 8, 2024
ebefd99
add wpLogin and add to each tests beforeEach
circlecube Nov 8, 2024
3c3b6ec
Merge pull request #1399 from bluehost/dependabot/npm_and_yarn/develo…
circlecube Nov 8, 2024
3834b77
Merge pull request #1402 from bluehost/dependabot/composer/develop/ne…
circlecube Nov 8, 2024
5b843d1
Composer(deps): Bump newfold-labs/wp-module-onboarding-data
dependabot[bot] Nov 8, 2024
582544f
Merge pull request #1383 from bluehost/dependabot/composer/develop/ne…
circlecube Nov 8, 2024
04d6a2e
NPM Dev(deps-dev): Bump @wordpress/env from 10.10.0 to 10.11.0
dependabot[bot] Nov 8, 2024
9f99da1
Merge pull request #1396 from bluehost/dependabot/npm_and_yarn/develo…
circlecube Nov 8, 2024
0892683
Add script
wpalani Nov 13, 2024
4017c0b
update help center module version
abhijitb Nov 13, 2024
5abff7c
Merge pull request #1409 from bluehost/update/help-center-module
circlecube Nov 13, 2024
ed55aab
Merge pull request #1408 from bluehost/add/test-clean-module
circlecube Nov 13, 2024
b58a711
Merge pull request #1116 from bluehost/update/cypress-test-isolation
circlecube Nov 13, 2024
35a184b
update to latest release of WP (6.7)
circlecube Nov 13, 2024
7570bae
Composer Dev(deps-dev): Bump wp-phpunit/wp-phpunit from 6.6.2 to 6.7.0
dependabot[bot] Nov 13, 2024
bcf3bb3
Merge pull request #1411 from bluehost/dependabot/composer/develop/wp…
circlecube Nov 13, 2024
45e99e9
Composer(deps): Bump newfold-labs/wp-module-onboarding-data
dependabot[bot] Nov 13, 2024
031cad5
Merge pull request #1410 from bluehost/update/wp-version
circlecube Nov 13, 2024
867133c
Merge pull request #1405 from bluehost/dependabot/composer/develop/ne…
circlecube Nov 13, 2024
3c0bff8
Composer(deps): Bump newfold-labs/wp-module-onboarding
dependabot[bot] Nov 13, 2024
9670818
Merge pull request #1406 from bluehost/dependabot/composer/develop/ne…
circlecube Nov 13, 2024
cf7c63d
update plugin version to 3.15.4
circlecube Nov 13, 2024
aecf11b
update modules: notifications 1.6.5 and coming soon 1.3.0
circlecube Nov 15, 2024
89566bf
update notifications module to 1.6.6
circlecube Nov 18, 2024
fc0f294
update data module to 2.6.7 notifications 1.6.6 (test updates)
circlecube Nov 19, 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
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.github
/bin
node_modules
/scripts
/src
/tests

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,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
8 changes: 4 additions & 4 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
* 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.15.3
* Requires at least: 6.4
* Version: 3.15.4
* Requires at least: 6.5
* Requires PHP: 7.3
* Tested up to: 6.6.2
* Tested up to: 6.7.0
* Author: Bluehost
* Author URI: https://bluehost.com
* Text Domain: wp-plugin-bluehost
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.3' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.4' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,28 +69,28 @@
"newfold-labs/wp-php-standards": "^1.2.4",
"roave/security-advisories": "dev-latest",
"wp-cli/i18n-command": "^2.6.3",
"wp-phpunit/wp-phpunit": "^6.6.2"
"wp-phpunit/wp-phpunit": "^6.7.0"
},
"require": {
"newfold-labs/wp-module-activation": "^1.0.5",
"newfold-labs/wp-module-atomic": "^1.3.0",
"newfold-labs/wp-module-coming-soon": "^1.2.6",
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.6.6",
"newfold-labs/wp-module-data": "^2.6.7",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "^1.4.3",
"newfold-labs/wp-module-facebook": "^1.0.9",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-global-ctb": "^1.0.13",
"newfold-labs/wp-module-help-center": "^2.2.0",
"newfold-labs/wp-module-help-center": "^2.2.1",
"newfold-labs/wp-module-installer": "^1.2.2",
"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.4",
"newfold-labs/wp-module-onboarding": "^2.5.2",
"newfold-labs/wp-module-onboarding-data": "^1.2.1",
"newfold-labs/wp-module-patterns": "^2.6.0",
"newfold-labs/wp-module-notifications": "^1.6.6",
"newfold-labs/wp-module-onboarding": "^2.5.3",
"newfold-labs/wp-module-onboarding-data": "^1.2.3",
"newfold-labs/wp-module-patterns": "^2.6.1",
"newfold-labs/wp-module-performance": "2.0.1",
"newfold-labs/wp-module-pls": "^1.0.0",
"newfold-labs/wp-module-runtime": "^1.0.12",
Expand Down
163 changes: 86 additions & 77 deletions composer.lock

Large diffs are not rendered by default.

Loading
Loading