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/ecommerce-1.4.4
Browse files Browse the repository at this point in the history
* develop:
  NPM(deps): Bump @wordpress/icons from 10.11.0 to 10.12.0
  NPM(deps): Bump @wordpress/compose from 7.11.0 to 7.12.0
  NPM Dev(deps-dev): Bump tailwindcss from 3.4.14 to 3.4.15
  NPM(deps): Bump @wordpress/i18n from 5.11.0 to 5.12.0
  Composer(deps): Bump newfold-labs/wp-module-onboarding
  fix tested up to version mismatch
  Composer(deps): Bump newfold-labs/wp-module-patterns from 2.6.1 to 2.7.1
  update data module to 2.6.7 notifications 1.6.6 (test updates)
  update notifications module to 1.6.6 downgrade coming-soon (1.3.0 => 1.2.6)
  NPM(deps): Bump @wordpress/dom-ready from 4.11.0 to 4.12.0
  update modules: notifications 1.6.5 and coming soon 1.3.0
  update plugin version to 3.15.4

# Conflicts:
#	composer.lock
  • Loading branch information
circlecube committed Nov 20, 2024
2 parents b3aa468 + e5590f8 commit 8e550b4
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 159 deletions.
6 changes: 3 additions & 3 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
* Version: 3.15.4
* Requires at least: 6.5
* Requires PHP: 7.3
* Tested up to: 6.7.0
* Tested up to: 6.7
* 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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"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-coming-soon": "^1.3.0",
"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.4",
"newfold-labs/wp-module-facebook": "^1.0.9",
Expand All @@ -87,10 +87,10 @@
"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.3",
"newfold-labs/wp-module-notifications": "^1.6.6",
"newfold-labs/wp-module-onboarding": "^2.5.4",
"newfold-labs/wp-module-onboarding-data": "^1.2.3",
"newfold-labs/wp-module-patterns": "^2.6.1",
"newfold-labs/wp-module-patterns": "^2.7.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
6 changes: 3 additions & 3 deletions composer.lock

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

Loading

0 comments on commit 8e550b4

Please sign in to comment.