Skip to content

Commit

Permalink
Merge pull request #525 from bluehost/release/3.0.5
Browse files Browse the repository at this point in the history
Release/3.0.5
  • Loading branch information
wpalani authored Jun 30, 2023
2 parents dba16e4 + 7920580 commit c575081
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 98 deletions.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: The Bluehost Plugin
* Plugin URI: https://bluehost.com
* Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 3.0.4
* Version: 3.0.5
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.2.2
Expand All @@ -31,7 +31,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.0.4' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.0.5' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"newfold-labs/wp-module-customer-bluehost": "^1.6.0",
"newfold-labs/wp-module-data": "^2.3.4",
"newfold-labs/wp-module-ecommerce": "^1.0.6",
"newfold-labs/wp-module-help-center": "^1.0.4",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^1.5.1",
"newfold-labs/wp-module-notifications": "^1.1.2",
Expand Down
93 changes: 1 addition & 92 deletions composer.lock

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

2 changes: 1 addition & 1 deletion inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public static function actions( $actions ) {
* @return string
*/
public static function add_brand_to_admin_footer( $footer_text ) {
$footer_text = \sprintf( \__( 'Thank you for creating with <a href="https://wordpress.org/">WordPress</a> and <a href="https://bluehost.com/about-us">Bluehost</a>.', 'wp-plugin-bluehost' ) );
$footer_text = \sprintf( \__( 'Thank you for creating with <a href="https://wordpress.org/">WordPress</a> and <a href="https://bluehost.com/about">Bluehost</a>.', 'wp-plugin-bluehost' ) );
return $footer_text;
}
} // END \Bluehost\Admin
2 changes: 1 addition & 1 deletion languages/wp-plugin-bluehost.pot
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ msgid "Please update now"
msgstr ""

#: inc/Admin.php:187
msgid "Thank you for creating with <a href=\"https://wordpress.org/\">WordPress</a> and <a href=\"https://bluehost.com/about-us\">Bluehost</a>."
msgid "Thank you for creating with <a href=\"https://wordpress.org/\">WordPress</a> and <a href=\"https://bluehost.com/about\">Bluehost</a>."
msgstr ""

#: inc/AdminBar.php:35
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bluehost-wordpress-plugin",
"description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.",
"license": "GPL-2.0-or-later",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit c575081

Please sign in to comment.