Skip to content

Commit

Permalink
Merge pull request #674 from bluehost/release
Browse files Browse the repository at this point in the history
Release 3.3.0
  • Loading branch information
circlecube authored Sep 27, 2023
2 parents 6a339d8 + df6134c commit c549de4
Show file tree
Hide file tree
Showing 7 changed files with 6,146 additions and 3,145 deletions.
2 changes: 1 addition & 1 deletion .distinclude
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Directories

# Files
/vendor/newfold-labs/wp-module-data/src/Data/Static/site-classification.json
/vendor/newfold-labs/wp-module-data/src/Data/Static/*.json
/vendor/newfold-labs/wp-module-patterns/build/*/blocks/block.json
/vendor/newfold-labs/wp-module-staging/lib/.staging

Expand Down
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.2.0
* Version: 3.3.0
* 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.2.0' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.3.0' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
21 changes: 11 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,28 @@
"require-dev": {
"roave/security-advisories": "dev-latest",
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3",
"wp-cli/i18n-command": "^2.4.4",
"wp-phpunit/wp-phpunit": "^6.3.1"
},
"require": {
"newfold-labs/wp-module-business-reviews": "^1.1.1",
"newfold-labs/wp-module-coming-soon": "^1.1.9",
"newfold-labs/wp-module-ctb": "^1.0.2",
"newfold-labs/wp-module-ctb": "^1.1.2",
"newfold-labs/wp-module-customer-bluehost": "^1.6.0",
"newfold-labs/wp-module-data": "^2.4.4",
"newfold-labs/wp-module-ecommerce": "^1.2.3",
"newfold-labs/wp-module-help-center": "^1.0.16",
"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-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.0.1",
"newfold-labs/wp-module-notifications": "^1.1.4",
"newfold-labs/wp-module-onboarding": "^1.10.3",
"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-patterns": "^0.1.4",
"newfold-labs/wp-module-performance": "^1.2.1",
"newfold-labs/wp-module-runtime": "^1.0.4",
"newfold-labs/wp-module-runtime": "^1.0.5",
"newfold-labs/wp-module-secure-passwords": "^1.1",
"newfold-labs/wp-module-sso": "^1.0.4",
"newfold-labs/wp-module-staging": "^1.1.0",
"newfold-labs/wp-module-staging": "^1.1.1",
"wp-forge/wp-update-handler": "^1.0",
"wp-forge/wp-upgrade-handler": "^1.0"
}
Expand Down
Loading

0 comments on commit c549de4

Please sign in to comment.