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.13.2 #1188

Merged
merged 27 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6dd089d
NPM(deps): Bump @wordpress/element from 6.2.0 to 6.3.0
dependabot[bot] Jul 10, 2024
ec8b93d
NPM Dev(deps-dev): Bump @wordpress/eslint-plugin from 19.2.0 to 20.0.0
dependabot[bot] Jul 11, 2024
b28e909
Bump Onboarding to 2.3.6
arunshenoy99 Jul 16, 2024
7662676
Use ^2.1.0
arunshenoy99 Jul 17, 2024
e16fe40
Composer Dev(deps-dev): Bump wp-phpunit/wp-phpunit from 6.5.5 to 6.6.0
dependabot[bot] Jul 17, 2024
623075f
NPM(deps): Bump @heroicons/react from 2.1.3 to 2.1.5
dependabot[bot] Jul 17, 2024
e5ceedc
Merge pull request #1175 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 17, 2024
cedded6
Merge pull request #1176 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 17, 2024
0e2d64b
Merge pull request #1179 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 17, 2024
8646669
NPM Dev(deps-dev): Bump @wordpress/env from 10.2.0 to 10.3.0
dependabot[bot] Jul 17, 2024
cf15f94
NPM(deps): Bump @wordpress/compose from 7.2.0 to 7.3.0
dependabot[bot] Jul 17, 2024
a69b875
Merge pull request #1182 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 17, 2024
b5b6f1b
Merge pull request #1187 from bluehost/dependabot/composer/develop/wp…
wpalani Jul 17, 2024
e7e5b34
Merge branch 'develop' into update/onboarding
wpalani Jul 17, 2024
9f69fbb
Fix conflict
wpalani Jul 17, 2024
ed5efca
Merge pull request #1184 from bluehost/update/onboarding
wpalani Jul 17, 2024
d69145c
Merge pull request #1181 from bluehost/dependabot/npm_and_yarn/develo…
wpalani Jul 17, 2024
299f705
Update version to 3.13.2
wpalani Jul 18, 2024
0a05789
Bump @wordpress/scripts to 27.9.0
wpalani Jul 18, 2024
e58cf61
bump help center version to 2.01
abhijitb Jul 18, 2024
4c2f504
Update Onboarding to 2.3.7
arunshenoy99 Jul 18, 2024
72db844
Merge pull request #1189 from bluehost/fix/helpcenter-wordpress-6.6
wpalani Jul 18, 2024
f0cde2e
Bump sso module to 1.0.6
wpalani Jul 18, 2024
91987d5
Merge pull request #1198 from bluehost/update/sso-module
wpalani Jul 18, 2024
09a90ca
Merge branch 'release/3.13.2' into update/onboarding
wpalani Jul 18, 2024
f86e669
Fix conflict
wpalani Jul 18, 2024
682d8dd
Merge pull request #1190 from bluehost/update/onboarding
wpalani Jul 18, 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.13.1
* Version: 3.13.2
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.6
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.13.1' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.13.2' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"roave/security-advisories": "dev-latest",
"newfold-labs/wp-php-standards": "^1.2.3",
"wp-cli/i18n-command": "^2.6.1",
"wp-phpunit/wp-phpunit": "^6.5.4"
"wp-phpunit/wp-phpunit": "^6.6.0"
},
"require": {
"newfold-labs/wp-module-activation": "^1.0.3",
Expand All @@ -82,17 +82,17 @@
"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",
"newfold-labs/wp-module-help-center": "^2.0.0",
"newfold-labs/wp-module-help-center": "^2.0.1",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.4.0",
"newfold-labs/wp-module-migration": "^1.0.8",
"newfold-labs/wp-module-notifications": "^1.4.0",
"newfold-labs/wp-module-onboarding": "^2.3.5",
"newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9",
"newfold-labs/wp-module-onboarding": "^2.3.7",
"newfold-labs/wp-module-patterns": "^2.1.0",
"newfold-labs/wp-module-performance": "2.0.0 as 1.9.9",
"newfold-labs/wp-module-runtime": "^1.0.11",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
"newfold-labs/wp-module-sso": "^1.0.5",
"newfold-labs/wp-module-sso": "^1.0.6",
"newfold-labs/wp-module-staging": "^2.1.0",
"wp-forge/wp-update-handler": "^1.0.2",
"wp-forge/wp-upgrade-handler": "^1.0"
Expand Down
Loading
Loading