Skip to content

Commit

Permalink
Merge pull request #1213 from bluehost/release/3.14.0
Browse files Browse the repository at this point in the history
Release 3.14.0
  • Loading branch information
wpalani authored Jul 31, 2024
2 parents 7c7d2a3 + f141b88 commit e395bf4
Show file tree
Hide file tree
Showing 9 changed files with 185 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- '8.2'
- '8.3'
wpVersion:
- '6.3'
- '6.4'
- '6.5'
- '6.6'

steps:

Expand Down
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.6",
"core": "WordPress/WordPress#tags/6.6.1",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
10 changes: 5 additions & 5 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
* 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.13.3
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.6
* Version: 3.14.0
* Requires at least: 6.4
* Requires PHP: 7.3
* Tested up to: 6.6.1
* Author: Bluehost
* Author URI: https://bluehost.com
* Text Domain: wp-plugin-bluehost
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.13.3' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.14.0' );
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 @@ -67,7 +67,7 @@
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"newfold-labs/wp-php-standards": "^1.2.3",
"newfold-labs/wp-php-standards": "^1.2.4",
"wp-cli/i18n-command": "^2.6.1",
"wp-phpunit/wp-phpunit": "^6.6.0"
},
Expand All @@ -76,19 +76,19 @@
"newfold-labs/wp-module-atomic": "^1.3.0",
"newfold-labs/wp-module-coming-soon": "^1.2.5",
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "2.5.3",
"newfold-labs/wp-module-data": "^2.6.1",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "^1.3.37",
"newfold-labs/wp-module-ecommerce": "^1.3.38",
"newfold-labs/wp-module-facebook": "^1.0.9",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-global-ctb": "^1.0.13",
"newfold-labs/wp-module-help-center": "^2.0.1",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.4.0",
"newfold-labs/wp-module-migration": "^1.0.8",
"newfold-labs/wp-module-notifications": "^1.4.0",
"newfold-labs/wp-module-onboarding": "^2.3.7",
"newfold-labs/wp-module-patterns": "^2.1.0",
"newfold-labs/wp-module-migration": "^1.0.9",
"newfold-labs/wp-module-notifications": "^1.5.0",
"newfold-labs/wp-module-onboarding": "^2.3.8",
"newfold-labs/wp-module-patterns": "^2.2.0",
"newfold-labs/wp-module-performance": "2.0.0 as 1.9.9",
"newfold-labs/wp-module-runtime": "^1.0.11",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
Expand Down
Loading

0 comments on commit e395bf4

Please sign in to comment.