Skip to content

Commit

Permalink
Merge branch 'develop' into fix/isJarvis-check
Browse files Browse the repository at this point in the history
* develop:
  NPM(deps): Bump @wordpress/dom-ready from 4.13.0 to 4.14.0
  NPM(deps): Bump react-use from 17.5.1 to 17.6.0
  Composer(deps): Bump newfold-labs/wp-module-data from 2.6.7 to 2.6.8
  minor composer dependency updates
  update plugin version to 3.15.7
  also include npm i to update package lock file with new version
  alpha order command
  add cleanup, build and i18n to npm command too
  update plugin file in version bump script too
  update package.json version with a script
  NPM Dev(deps-dev): Bump cypress from 13.16.0 to 13.16.1
  NPM(deps): Bump @heroicons/react from 2.1.5 to 2.2.0
  NPM Dev(deps-dev): Bump tailwindcss from 3.4.15 to 3.4.16
  NPM(deps): Bump @wordpress/i18n from 5.12.0 to 5.13.0
  NPM(deps): Bump react-router-dom from 6.28.0 to 7.0.2
circlecube committed Dec 11, 2024
2 parents efe1de1 + b14debd commit d45361f
Showing 7 changed files with 225 additions and 172 deletions.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
@@ -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.6
* Version: 3.15.7
* Requires at least: 6.5
* Requires PHP: 7.3
* Tested up to: 6.7.1
@@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.6' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.7' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@
"newfold-labs/wp-module-atomic": "^1.3.0",
"newfold-labs/wp-module-coming-soon": "^1.3.2",
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.6.7",
"newfold-labs/wp-module-data": "^2.6.8",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "^1.4.4",
"newfold-labs/wp-module-facebook": "^1.0.9",
57 changes: 29 additions & 28 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 d45361f

Please sign in to comment.