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

[Plugin] Backup: Update/upgrade button link #21590

Merged
merged 4 commits into from
Nov 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 4 additions & 0 deletions projects/plugins/backup/changelog/update-upgrade-link-target
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Update upgrade button link target to point to checkout
2 changes: 1 addition & 1 deletion projects/plugins/backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1_alpha"
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_alpha"
},
"extra": {
"mirror-repo": "Automattic/jetpack-backup-plugin",
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/backup/jetpack-backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Jetpack Backup
* Plugin URI: https://jetpack.com/jetpack-backup
* Description: Easily restore or download a backup of your site from a specific moment in time.
* Version: 1.0.1-alpha
* Version: 1.1.0-alpha
* Author: Automattic
* Author URI: https://jetpack.com/
* License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/backup/src/js/components/Admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Admin = () => {
</p>
<a
class="button"
href={ getRedirectUrl( 'backup-plugin-upgrade', { site: domain } ) }
href={ getRedirectUrl( 'backup-plugin-upgrade-daily', { site: domain } ) }
target="_blank"
rel="noreferrer"
>
Expand Down