Skip to content

Commit

Permalink
Fix backup card not updating when site is connectd (#40653)
Browse files Browse the repository at this point in the history
* Fix backup card not updating when site is connected

* changelog

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12416405087

Upstream-Ref: Automattic/jetpack@cab5e22
  • Loading branch information
CodeyGuyDylan authored and matticbot committed Dec 19, 2024
1 parent 6471489 commit 5b52f3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ This is an alpha version! The changes listed here are not final.
- My Jetpack: Add red bubble and notice/banner when Backup has 'needs-attention' status.
- My Jetpack: Plans section: Improvements to how we display plan expiration date.

### Fixed
- Fix issue where backup card was not updating after site connection in some situations

## [5.1.2] - 2024-12-16
### Added
- Add AI to Complete feature copy. [#40577]
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'cf68cc1c55b82bb16b05');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'a35d10c468fef1eb836f');
Loading

0 comments on commit 5b52f3e

Please sign in to comment.