Skip to content

Commit

Permalink
Merge branch 'release/3.9.0' into add/context-module
Browse files Browse the repository at this point in the history
* release/3.9.0:
  minor react and wp package updates
  bump plugin version to 3.9.0
  module updates

# Conflicts:
#	composer.lock
  • Loading branch information
circlecube committed Feb 26, 2024
2 parents 8645758 + 49a1e51 commit c71286c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.8.4
* Version: 3.9.0
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.4.3
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.8.4' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.9.0' );
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.lock

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

10 changes: 5 additions & 5 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.",
"license": "GPL-2.0-or-later",
"version": "3.8.4",
"version": "3.9.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,17 +29,17 @@
"@newfold/ui-component-library": "^1.0.1",
"@reduxjs/toolkit": "^2.1.0",
"@wordpress/compose": "^6.27.0",
"@wordpress/dom-ready": "^3.50.0",
"@wordpress/dom-ready": "^3.52.0",
"@wordpress/element": "^5.26.0",
"@wordpress/html-entities": "^3.50.0",
"@wordpress/i18n": "^4.49.0",
"@wordpress/icons": "^9.41.0",
"@wordpress/icons": "^9.43.0",
"classnames": "^2.5.1",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.21.1",
"react-use": "^17.5.0",
"semver": "^7.5.4"
},
Expand Down

0 comments on commit c71286c

Please sign in to comment.