Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/3.9.2 #992

Merged
merged 39 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5c2566b
NPM(deps): Bump react-error-boundary from 4.0.12 to 4.0.13
dependabot[bot] Mar 1, 2024
e540fe2
NPM(deps): Bump @wordpress/dom-ready from 3.52.0 to 3.53.0
dependabot[bot] Mar 6, 2024
0b63cdc
NPM(deps): Bump @wordpress/html-entities from 3.52.0 to 3.53.0
dependabot[bot] Mar 6, 2024
222b663
Updating "Sales & Discounts" naming to "Sales & Promotions"
manikantakailasa Mar 12, 2024
38a54a8
Skip tests with woocommerce installation for wordpress version <6.3 a…
sangeetha-nayak Mar 12, 2024
0f7f560
Composer(deps): Bump newfold-labs/wp-module-data from 2.4.18 to 2.4.19
dependabot[bot] Mar 14, 2024
05a1779
Merge pull request #984 from bluehost/dependabot/composer/develop/new…
circlecube Mar 14, 2024
f0b8d79
Merge pull request #969 from bluehost/dependabot/npm_and_yarn/develop…
circlecube Mar 14, 2024
2e15609
Merge pull request #975 from bluehost/dependabot/npm_and_yarn/develop…
circlecube Mar 14, 2024
56edf12
Merge pull request #977 from bluehost/dependabot/npm_and_yarn/develop…
circlecube Mar 14, 2024
3affec4
update ecommerce module to 1.3.24
circlecube Mar 14, 2024
6a07340
Merge pull request #981 from sangeetha-nayak/skip-wc-tests
circlecube Mar 14, 2024
6684a99
NPM(deps): Bump react-router-dom from 6.22.1 to 6.22.3
dependabot[bot] Mar 14, 2024
cab2060
NPM(deps): Bump @wordpress/i18n from 4.52.0 to 4.53.0
dependabot[bot] Mar 14, 2024
2600a87
Merge pull request #976 from bluehost/dependabot/npm_and_yarn/develop…
circlecube Mar 14, 2024
763e454
Merge pull request #978 from bluehost/dependabot/npm_and_yarn/develop…
circlecube Mar 14, 2024
f37be38
eslint fix
manikantakailasa Mar 15, 2024
7838d80
Require activation module
wpalani Mar 15, 2024
8ba6b49
Merge pull request #991 from bluehost/add/activation-module
wpalani Mar 15, 2024
55955b5
Composer(deps): Bump newfold-labs/wp-module-patterns
dependabot[bot] Mar 15, 2024
1767002
Merge pull request #988 from bluehost/dependabot/composer/develop/new…
circlecube Mar 18, 2024
4d2c766
Merge pull request #979 from manikantakailasa/PRESS4-514
circlecube Mar 18, 2024
94175fa
minor package updates
circlecube Mar 18, 2024
ad26794
Merge branch 'develop' into release/3.9.2
circlecube Mar 18, 2024
066ba16
update help center and deactivation modules
circlecube Mar 18, 2024
1582c58
update data module to 2.4.20
circlecube Mar 18, 2024
6fc38c4
bump to version 3.9.2 and update pot file
circlecube Mar 18, 2024
cac80f9
Bump Onboarding to 2.1.7
arunshenoy99 Mar 19, 2024
6a34ea8
Merge branch 'release/3.9.2' of https://github.com/bluehost/bluehost-…
arunshenoy99 Mar 19, 2024
1a0106b
Merge pull request #993 from bluehost/update/onboarding
circlecube Mar 19, 2024
ebd1d67
update packages to address #996, #995, #994, #987
circlecube Mar 19, 2024
bdadb0b
Merge pull request #1001 from bluehost/update/packages
circlecube Mar 19, 2024
67c1440
Bump Onboarding to 2.1.8
arunshenoy99 Mar 20, 2024
93e7a0d
Merge pull request #1002 from bluehost/update/onboarding
circlecube Mar 20, 2024
4a01720
ecommerce version bump
ramyakrishnai Mar 20, 2024
df4222f
Merge pull request #1003 from ramyakrishnai/update/release-ecommerce-…
circlecube Mar 20, 2024
edcd3e9
Merge branch 'develop' into release/3.9.2
circlecube Mar 20, 2024
9123c50
clean up coming soon translation strings
circlecube Mar 20, 2024
843aba9
update deactivation module to 1.1.1
circlecube Mar 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9.1
* Version: 3.9.2
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.4.3
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.9.1' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.9.2' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
17 changes: 9 additions & 8 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,16 @@ function () {
'admin_app_url' => admin_url( 'admin.php?page=bluehost#/home' ),
'template_h1' => __( 'Coming Soon!', 'wp-plugin-bluehost' ),
'template_h2' => __( 'A New WordPress Site', 'wp-plugin-bluehost' ),
'template_coming_soon_links' => sprintf(
esc_html__( ' %1$sHow to Build a Website: A Practical Guide to WordPress on Bluehost%2$s %3$sHow to Migrate a Website to Bluehost?%4$s %5$sWhy choose Bluehost for WordPress?%6$s', 'wp-plugin-bluehost' ) . '&nbsp;',
'<a href="' . esc_url( $website_guide_link ) . '" target="_blank" rel="noopener noreferrer nofollow">',
'</a><span class="dashicons dashicons-wordpress"></span><br/>',
'<a href="' . esc_url( $migrate_link ) . '" target="_blank" rel="noopener noreferrer nofollow">',
'template_coming_soon_links' =>
'<a href="' . esc_url( $website_guide_link ) . '" target="_blank" rel="noopener noreferrer nofollow">' .
__( 'How to Build a Website: A Practical Guide to WordPress on Bluehost', 'wp-plugin-bluehost' ) .
'</a><br/>' .
'<a href="' . esc_url( $migrate_link ) . '" target="_blank" rel="noopener noreferrer nofollow">' .
__( 'How to Migrate a Website to Bluehost?', 'wp-plugin-bluehost' ) .
'</a><br/>' .
'<a href="' . esc_url( $hosting_link ) . '" target="_blank" rel="noopener noreferrer nofollow">' .
__( 'Why choose Bluehost for your WordPress site?', 'wp-plugin-bluehost' ) .
'</a><br/>',
'<a href="' . esc_url( $hosting_link ) . '" target="_blank" rel="noopener noreferrer nofollow">',
'</a><br/> '
),
'template_footer_t' => sprintf(
/* translators: %1$s is replaced with opening link tag taking you to bluehost.com/wordpress, %2$s is replaced with closing link tag, %3$s is replaced with opening link tag taking you to login page, %4$s is replaced with closing link tag, %5$s is replaced with opening link tag taking you to my.bluehost.com, %6$s is replaced with closing link tag */
esc_html__( 'A %1$sBluehost%2$s powered website. Is this your website? Log in to %3$sWordPress%4$s or %5$sBluehost%6$s.', 'wp-plugin-bluehost' ) . '&nbsp;',
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,19 @@
"wp-phpunit/wp-phpunit": "^6.4.2"
},
"require": {
"newfold-labs/wp-module-activation": "^1.0.1",
"newfold-labs/wp-module-coming-soon": "^1.2.3",
"newfold-labs/wp-module-context": "^1.0.0",
"newfold-labs/wp-module-data": "^2.4.18",
"newfold-labs/wp-module-deactivation": "^1.0.5",
"newfold-labs/wp-module-ecommerce": "^1.3.23",
"newfold-labs/wp-module-data": "^2.4.20",
"newfold-labs/wp-module-deactivation": "^1.1.1",
"newfold-labs/wp-module-ecommerce": "^1.3.25",
"newfold-labs/wp-module-global-ctb": "^1.0.11",
"newfold-labs/wp-module-help-center": "^1.0.23",
"newfold-labs/wp-module-help-center": "^1.0.24",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.2.4",
"newfold-labs/wp-module-notifications": "^1.2.5",
"newfold-labs/wp-module-onboarding": "^2.1.6",
"newfold-labs/wp-module-patterns": "^0.1.14",
"newfold-labs/wp-module-onboarding": "^2.1.8",
"newfold-labs/wp-module-patterns": "^0.1.15",
"newfold-labs/wp-module-performance": "^1.4.0",
"newfold-labs/wp-module-runtime": "^1.0.9",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
Expand Down
Loading
Loading