Skip to content

Commit

Permalink
Merge pull request #1456 from bluehost/release/3.15.7
Browse files Browse the repository at this point in the history
Release/3.15.7
  • Loading branch information
circlecube authored Dec 11, 2024
2 parents b12e1d7 + 9316373 commit a46f552
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 151 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.6
* Version: 3.15.7
* Requires at least: 6.5
* Requires PHP: 7.3
* Tested up to: 6.7.1
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.6' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.7' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
39 changes: 20 additions & 19 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 a46f552

Please sign in to comment.