Skip to content

Commit

Permalink
Merge pull request #1041 from bluehost/release/3.9.4
Browse files Browse the repository at this point in the history
Release 3.9.4
  • Loading branch information
wpscholar authored Apr 18, 2024
2 parents 4432dd6 + 5de8481 commit a55bce0
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 61 deletions.
6 changes: 3 additions & 3 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*
* @package WPPluginBluehost
* @author Newfold Digital
* @copyright Copyright 2023 by Newfold Digital - All rights reserved.
* @copyright Copyright 2024 by Newfold Digital - All rights reserved.
* @license GPL-2.0-or-later
*
* @wordpress-plugin
* Plugin Name: The Bluehost Plugin
* 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.9.3
* Version: 3.9.4
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.5.2
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.9.3' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.9.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 @@ -61,15 +61,15 @@
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.5.0",
"wp-phpunit/wp-phpunit": "^6.4.2"
"newfold-labs/wp-php-standards": "^1.2.2",
"wp-cli/i18n-command": "^2.6.1",
"wp-phpunit/wp-phpunit": "^6.5.2"
},
"require": {
"newfold-labs/wp-module-activation": "^1.0.1",
"newfold-labs/wp-module-coming-soon": "^1.2.3",
"newfold-labs/wp-module-context": "^1.0.0",
"newfold-labs/wp-module-data": "^2.4.20",
"newfold-labs/wp-module-data": "^2.4.24",
"newfold-labs/wp-module-deactivation": "^1.1.1",
"newfold-labs/wp-module-ecommerce": "^1.3.27",
"newfold-labs/wp-module-global-ctb": "^1.0.11",
Expand All @@ -78,12 +78,12 @@
"newfold-labs/wp-module-marketplace": "^2.2.4",
"newfold-labs/wp-module-notifications": "^1.2.5",
"newfold-labs/wp-module-onboarding": "^2.1.9",
"newfold-labs/wp-module-patterns": "^0.1.15",
"newfold-labs/wp-module-patterns": "^0.1.18",
"newfold-labs/wp-module-performance": "^1.4.0",
"newfold-labs/wp-module-runtime": "^1.0.10",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
"newfold-labs/wp-module-sso": "^1.0.4",
"newfold-labs/wp-module-staging": "^1.3.0",
"newfold-labs/wp-module-sso": "^1.0.5",
"newfold-labs/wp-module-staging": "^1.3.3",
"wp-forge/wp-update-handler": "^1.0.2",
"wp-forge/wp-upgrade-handler": "^1.0"
}
Expand Down
64 changes: 35 additions & 29 deletions composer.lock

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

42 changes: 21 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluehost-wordpress-plugin",
"version": "3.9.3",
"version": "3.9.4",
"description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.",
"author": {
"name": "Bluehost",
Expand Down

0 comments on commit a55bce0

Please sign in to comment.