| 1 |
# Changelog |
| 2 |
|
| 3 |
All notable changes to this project will be documented in this file. |
| 4 |
|
| 5 |
The format is based on [](https://keepachangelog.com/en/1.0.0/Keep a Changelog](https://keepachangelog.com/en/1.0.0/](https://keepachangelog.com/en/1.0.0/) |
| 6 |
and this project adheres to [](https://semver.org/spec/v2.0.0.htmlSemantic Versioning](https://semver.org/spec/v2.0.0.html](https://semver.org/spec/v2.0.0.html). |
| 7 |
|
| 8 |
## 1.0.0 - 2021-10-13 |
| 9 |
### Added |
| 10 |
- Added link to the plugins list table for "Settings" to match other Jetpack plugins. |
| 11 |
- Plugin now disconnects Jetpack on deactivation if it's the last plugin using the connection. |
| 12 |
- Updated Backup plugin readme text and remove dummy tag. |
| 13 |
- Updated readme.md installation instructions. |
| 14 |
- Updated plugin menu structure. |
| 15 |
|
| 16 |
### Changed |
| 17 |
- Changed menu label. |
| 18 |
- Updated package dependencies. |
| 19 |
- Updated styles for buttons in backup panel and spacing for sections below. |
| 20 |
|
| 21 |
### Fixed |
| 22 |
- Adjust dashboard styling. |
| 23 |
|
| 24 |
## 0.2.0 - 2021-08-18 |
| 25 |
### Added |
| 26 |
- Added Backup UI, placeholders, and supporting end points. |
| 27 |
- Added design for No Backup Capabilities view. Removed unused CSS. Minor styling fixes. |
| 28 |
- Added Jetpack header and footer |
| 29 |
- Added UI options to manage your Jetpack connection |
| 30 |
|
| 31 |
### Changed |
| 32 |
- Changed backup storage and heartbeat info blocks to only display with a backup plan |
| 33 |
- Updated all external links to use jetpack redirect service |
| 34 |
- Updated Jetpack Backup menu item title and icon |
| 35 |
|
| 36 |
### Fixed |
| 37 |
- Added a state to display before a first backup starts |
| 38 |
- Fix minor styling issue for the "no plan" page. |
| 39 |
|
| 40 |
## 0.1.0-beta - 2021-06-15 |
| 41 |
### Added |
| 42 |
- Added RNA connection to the plugin. |
| 43 |
- Initial wire frame for the Jetpack Backup plugin. |
| 44 |
|
| 45 |
### Changed |
| 46 |
- Changes associated with plugin release process. |
| 47 |
- Updated package dependencies. |
| 48 |
- Update RNA Connection usage based on Automattic/jetpack/pull/19837. |
| 49 |
- Utilize the config package for sync and connection. |
| 50 |
|
| 51 |
### Fixed |
| 52 |
- Use `absoluteRuntime` in babel JS build to avoid module not found errors. |
| 53 |
|