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.15.7 #1456

Merged
merged 18 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
2cbb2ea
NPM(deps): Bump react-router-dom from 6.28.0 to 7.0.2
dependabot[bot] Dec 3, 2024
334e582
NPM(deps): Bump @wordpress/i18n from 5.12.0 to 5.13.0
dependabot[bot] Dec 3, 2024
b042d20
NPM Dev(deps-dev): Bump tailwindcss from 3.4.15 to 3.4.16
dependabot[bot] Dec 4, 2024
7e0d46b
NPM(deps): Bump @heroicons/react from 2.1.5 to 2.2.0
dependabot[bot] Dec 4, 2024
4e1f13b
Merge pull request #1448 from bluehost/dependabot/npm_and_yarn/develo…
circlecube Dec 5, 2024
6e74a4e
Merge pull request #1449 from bluehost/dependabot/npm_and_yarn/develo…
circlecube Dec 5, 2024
f7015fb
Merge pull request #1450 from bluehost/dependabot/npm_and_yarn/develo…
circlecube Dec 5, 2024
175f2ea
Merge pull request #1451 from bluehost/dependabot/npm_and_yarn/develo…
circlecube Dec 5, 2024
142b86c
NPM Dev(deps-dev): Bump cypress from 13.16.0 to 13.16.1
dependabot[bot] Dec 5, 2024
4a38a9b
update package.json version with a script
circlecube Dec 5, 2024
f3a696d
update plugin file in version bump script too
circlecube Dec 5, 2024
fc8a7bc
add cleanup, build and i18n to npm command too
circlecube Dec 5, 2024
459af24
Merge pull request #1454 from bluehost/dependabot/npm_and_yarn/develo…
circlecube Dec 5, 2024
309141f
alpha order command
circlecube Dec 5, 2024
0c8e41b
also include npm i to update package lock file with new version
circlecube Dec 5, 2024
e70c94d
Merge branch 'develop' into add/version-bump-script
circlecube Dec 5, 2024
fd596d5
update plugin version to 3.15.7
circlecube Dec 5, 2024
9316373
minor composer dependency updates
circlecube Dec 5, 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.15.6
* Version: 3.15.7
* Requires at least: 6.5
* Requires PHP: 7.3
* Tested up to: 6.7.1
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.6' );
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.7' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
39 changes: 20 additions & 19 deletions composer.lock

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

Loading
Loading