Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
* main:
  update data module to 2.6.7 notifications 1.6.6 (test updates)
  update notifications module to 1.6.6 downgrade coming-soon (1.3.0 => 1.2.6)
  update modules: notifications 1.6.5 and coming soon 1.3.0
  update plugin version to 3.15.4
  • Loading branch information
circlecube committed Nov 20, 2024
2 parents a2be8b0 + 5ed9bb3 commit cd1fe53
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 161 deletions.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
* Version: 3.15.4
* Requires at least: 6.5
* Requires PHP: 7.3
* Tested up to: 6.7.0
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.3' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.4' );
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 @@ -76,7 +76,7 @@
"newfold-labs/wp-module-atomic": "^1.3.0",
"newfold-labs/wp-module-coming-soon": "^1.2.6",
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.6.6",
"newfold-labs/wp-module-data": "^2.6.7",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "^1.4.3",
"newfold-labs/wp-module-facebook": "^1.0.9",
Expand All @@ -87,7 +87,7 @@
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.4.0",
"newfold-labs/wp-module-migration": "^1.0.12",
"newfold-labs/wp-module-notifications": "^1.6.4",
"newfold-labs/wp-module-notifications": "^1.6.6",
"newfold-labs/wp-module-onboarding": "^2.5.3",
"newfold-labs/wp-module-onboarding-data": "^1.2.3",
"newfold-labs/wp-module-patterns": "^2.6.1",
Expand Down
Loading

0 comments on commit cd1fe53

Please sign in to comment.