Skip to content

Commit

Permalink
Merge pull request #689 from bluehost/release/3.3.1
Browse files Browse the repository at this point in the history
Release/3.3.1
  • Loading branch information
circlecube authored Sep 28, 2023
2 parents c85832b + 8bd859c commit 737db0d
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 154 deletions.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: The Bluehost Plugin
* Plugin URI: https://bluehost.com
* Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 3.3.0
* Version: 3.3.1
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.3
Expand All @@ -31,7 +31,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.3.0' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.3.1' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
"newfold-labs/wp-module-data": "^2.4.6",
"newfold-labs/wp-module-ecommerce": "^1.2.4",
"newfold-labs/wp-module-global-ctb": "^1.0.4",
"newfold-labs/wp-module-help-center": "^1.0.17",
"newfold-labs/wp-module-help-center": "^1.0.18",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.0.2",
"newfold-labs/wp-module-notifications": "^1.1.5",
"newfold-labs/wp-module-onboarding": "^1.10.4",
"newfold-labs/wp-module-onboarding": "^1.11.0",
"newfold-labs/wp-module-patterns": "^0.1.4",
"newfold-labs/wp-module-performance": "^1.2.1",
"newfold-labs/wp-module-runtime": "^1.0.5",
Expand Down
76 changes: 59 additions & 17 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 737db0d

Please sign in to comment.