Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#35529)
Browse files Browse the repository at this point in the history
  • Loading branch information
pypt authored Feb 8, 2024
1 parent 7eba97c commit 298c249
Show file tree
Hide file tree
Showing 33 changed files with 26 additions and 131 deletions.
5 changes: 5 additions & 0 deletions projects/packages/backup-helper-script-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2024-02-08
### Fixed
- Write helper script to ABSPATH by default, just like we did before [#35508]

## [0.2.0] - 2024-01-04
### Fixed
- Backup: Add namespace versioning to Helper_Script_Manager and other classes. [#34739]
Expand All @@ -13,4 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Initial release (improved helper script installer logging). [#34297]

[0.2.1]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.1.0...v0.2.0

This file was deleted.

5 changes: 5 additions & 0 deletions projects/packages/backup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.4] - 2024-02-08
### Fixed
- Write helper script to ABSPATH by default, just like we did before [#35508]

## [3.1.3] - 2024-02-07
### Changed
- Update dependencies. [#35520]
Expand Down Expand Up @@ -554,6 +558,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add API endpoints and Jetpack Backup package for managing Help…

[3.1.4]: https://github.com/Automattic/jetpack-backup/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/Automattic/jetpack-backup/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/Automattic/jetpack-backup/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/Automattic/jetpack-backup/compare/v3.1.0...v3.1.1
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/backup/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.1.4-alpha';
const PACKAGE_VERSION = '3.1.4';

const PACKAGE_SLUG = 'backup';

Expand Down
8 changes: 8 additions & 0 deletions projects/plugins/backup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [2.5] - 2024-02-08
### Changed
- Updated package dependencies. [#34882]

### Fixed
- Write helper script to ABSPATH by default, just like we did before [#35508]

## [2.4] - 2024-01-04
### Fixed
- Backup: Add namespace versioning to Helper_Script_Manager and other classes [#34739]
Expand Down Expand Up @@ -204,6 +211,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Use `absoluteRuntime` in babel JS build to avoid module not found errors.

[2.2-beta]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.1...2.2-beta
[2.5]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.4...2.5
[2.4]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.3...2.4
[2.3]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.2...2.3
[2.2]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.2-beta...2.2
Expand Down
5 changes: 0 additions & 5 deletions projects/plugins/backup/changelog/add-interstitial-for-stats

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/backup/changelog/add-ip-requester-option

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/backup/changelog/add-script-strategy-support

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/backup/changelog/fix-welcome-banner-cta-copy

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/backup/changelog/prerelease

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ2_5_alpha",
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ2_5",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
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 VaultPress 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: 2.5-alpha
* Version: 2.5
* Author: Automattic - Jetpack Backup team
* Author URI: https://jetpack.com/
* License: GPLv2 or later
Expand Down
7 changes: 5 additions & 2 deletions projects/plugins/backup/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,12 @@ No, Jetpack VaultPress Backup does not currently support split site or split hom
2. Your site backups are stored in multiple locations on our world-class cloud infrastructure so you can recover them at any moment.

== Changelog ==
### 2.4 - 2024-01-04
### 2.5 - 2024-02-08
#### Changed
- Updated package dependencies.

#### Fixed
- Backup: Add namespace versioning to Helper_Script_Manager and other classes
- Write helper script to ABSPATH by default, just like we did before

--------

Expand Down

0 comments on commit 298c249

Please sign in to comment.