Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Merge pull request #262 from bluehost/release/2.11.12
Browse files Browse the repository at this point in the history
Update customer data module and bump version
  • Loading branch information
wpscholar authored Nov 18, 2022
2 parents 69a8cd7 + a0818e9 commit 29fbedc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* Plugin Name: Bluehost
* Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 2.12.11
* Tested up to: 6.0.2
* Version: 2.12.12
* Tested up to: 6.1.1
* Requires at least: 5.8
* Requires PHP: 7.0
* Author: Bluehost
Expand Down Expand Up @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '2.12.11' );
define( 'BLUEHOST_PLUGIN_VERSION', '2.12.12' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29fbedc

Please sign in to comment.