Skip to content

Commit

Permalink
Merge pull request #1075 from bluehost/release/3.10.1
Browse files Browse the repository at this point in the history
Release 3.10.1
  • Loading branch information
wpalani authored May 15, 2024
2 parents 845bdfd + 05a2833 commit 3c2c1c4
Show file tree
Hide file tree
Showing 6 changed files with 1,951 additions and 2,074 deletions.
2 changes: 2 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ node_modules
cypress.config.js
set-latest-wp-version.js
webpack.config.js
tailwind.config.js
postcss.config.js

# File Types
/*.json
Expand Down
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.10.0
* Version: 3.10.1
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.5.3
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.10.0' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.10.1' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"newfold-labs/wp-module-activation": "^1.0.2",
"newfold-labs/wp-module-coming-soon": "^1.2.3",
"newfold-labs/wp-module-context": "^1.0.0",
"newfold-labs/wp-module-data": "^2.4.24",
"newfold-labs/wp-module-data": "^2.5.0",
"newfold-labs/wp-module-deactivation": "^1.1.2",
"newfold-labs/wp-module-ecommerce": "^1.3.30",
"newfold-labs/wp-module-global-ctb": "^1.0.11",
Expand Down
27 changes: 14 additions & 13 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 3c2c1c4

Please sign in to comment.