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

Commit

Permalink
Merge branch 'develop' into update/performance
Browse files Browse the repository at this point in the history
* develop:
  Composer(deps): Bump newfold-labs/wp-module-global-ctb
  NPM Dev(deps-dev): Bump @wordpress/scripts from 30.7.0 to 30.8.1
  NPM(deps): Bump @wordpress/html-entities from 4.14.0 to 4.15.0
  Bump Performance to 2.2.0
  update supported wp versions for Woo in cypress config
  set-version-bump: Version updated 3.15.8 => 3.15.9

# Conflicts:
#	composer.lock
  • Loading branch information
circlecube committed Jan 10, 2025
2 parents f6edd80 + d71a7ea commit bfae9d4
Show file tree
Hide file tree
Showing 7 changed files with 403 additions and 488 deletions.
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.15.8
* Version: 3.15.9
* Requires at least: 6.5
* Requires PHP: 7.3
* Tested up to: 6.7.1
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.8' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.9' );
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 @@ -81,7 +81,7 @@
"newfold-labs/wp-module-ecommerce": "^1.4.6",
"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-global-ctb": "^1.0.14",
"newfold-labs/wp-module-help-center": "^2.2.3",
"newfold-labs/wp-module-installer": "^1.2.2",
"newfold-labs/wp-module-loader": "^1.0.11",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = defineConfig( {
const supportsWoo = ( env ) => {
const semver = require( 'semver' );
if (
semver.satisfies( env.wpSemverVersion, '>=6.5.0' ) &&
semver.satisfies( env.wpSemverVersion, '>=6.6.0' ) &&
semver.satisfies( env.phpSemverVersion, '>=7.4.0' )
) {
return true;
Expand Down
Loading

0 comments on commit bfae9d4

Please sign in to comment.