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 #427 from bluehost/develop
Browse files Browse the repository at this point in the history
Hotfix - update the data module to version 2.3.4
  • Loading branch information
wpscholar authored May 15, 2023
2 parents 0dc4154 + eb2d928 commit de4d2fc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 121 deletions.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: The Bluehost Plugin
* Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 2.13.5
* Version: 2.13.6
* Tested up to: 6.2
* Requires at least: 6.0
* Requires PHP: 7.1
Expand Down Expand Up @@ -36,7 +36,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '2.13.5' );
define( 'BLUEHOST_PLUGIN_VERSION', '2.13.6' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
145 changes: 26 additions & 119 deletions composer.lock

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

0 comments on commit de4d2fc

Please sign in to comment.