Skip to content

Commit

Permalink
Merge pull request #1276 from bluehost/release/3.14.7
Browse files Browse the repository at this point in the history
Release 3.14.7
  • Loading branch information
wpalani authored Aug 28, 2024
2 parents 14cee59 + f574a84 commit 23a90f4
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 66 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.14.6
* Version: 3.14.7
* Requires at least: 6.4
* Requires PHP: 7.3
* Tested up to: 6.6.1
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.14.6' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.14.7' );
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 @@ -78,7 +78,7 @@
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.6.2",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "1.3.40",
"newfold-labs/wp-module-ecommerce": "^1.3.41",
"newfold-labs/wp-module-facebook": "^1.0.9",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-global-ctb": "^1.0.13",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

1 change: 1 addition & 0 deletions inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public static function admin_nav_style() {
echo 'ul#adminmenu a.toplevel_page_bluehost.wp-has-current-submenu:after, ul#adminmenu>li#toplevel_page_bluehost.current>a.current:after { border-right-color: #fff !important; }';
echo 'li#toplevel_page_bluehost > ul > li.wp-first-item { display: none !important; }';
echo '#wp-toolbar #wp-admin-bar-bluehost-coming_soon .ab-item { padding: 0; }';
echo 'body.folded #adminmenu .toplevel_page_bluehost div.wp-menu-image { width: 36px; height: 34px; }';
echo '</style>';
}

Expand Down
100 changes: 52 additions & 48 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluehost-wordpress-plugin",
"version": "3.14.6",
"version": "3.14.7",
"description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.",
"author": {
"name": "Bluehost",
Expand Down Expand Up @@ -33,17 +33,17 @@
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@newfold-labs/wp-module-ecommerce": "^1.3.40",
"@newfold-labs/wp-module-ecommerce": "^1.3.41",
"@newfold-labs/wp-module-facebook": "1.0.7",
"@newfold-labs/wp-module-runtime": "^1.0.10",
"@newfold/ui-component-library": "^1.1.0",
"@reduxjs/toolkit": "^2.2.6",
"@reduxjs/toolkit": "^2.2.7",
"@wordpress/compose": "^7.5.0",
"@wordpress/dom-ready": "^4.5.0",
"@wordpress/element": "^6.3.0",
"@wordpress/html-entities": "^4.4.0",
"@wordpress/html-entities": "^4.6.0",
"@wordpress/i18n": "^5.4.0",
"@wordpress/icons": "^10.4.0",
"@wordpress/icons": "^10.5.0",
"classnames": "^2.5.1",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
Expand All @@ -57,9 +57,9 @@
"@tailwindcss/forms": "^0.5.7",
"@testing-library/cypress": "^10.0.2",
"@wordpress/env": "^10.5.0",
"@wordpress/eslint-plugin": "^20.1.0",
"@wordpress/eslint-plugin": "^20.2.0",
"@wordpress/scripts": "^27.9.0",
"cypress": "^13.13.2",
"cypress": "^13.13.3",
"cypress-axe": "^1.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
Expand Down

0 comments on commit 23a90f4

Please sign in to comment.