Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40959)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored Jan 10, 2025
1 parent 59e2d93 commit c096451
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 97 deletions.
8 changes: 8 additions & 0 deletions projects/packages/my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.3.1] - 2025-01-10
### Added
- Add new WAF status on Protect card for when WAF is unsupported. [#40880]

### Changed
- Show an upgrade CTA anytime a product has an available upgrade. [#40900]

## [5.3.0] - 2025-01-06
### Added
- My Jetpack: Added a new status for when Protect detects threats on the site. [#40628]
Expand Down Expand Up @@ -1895,6 +1902,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[5.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.0...5.3.1
[5.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.2.0...5.3.0
[5.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.2...5.2.0
[5.1.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.1...5.1.2
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "5.3.0",
"version": "5.3.1",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.3.0';
const PACKAGE_VERSION = '5.3.1';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
9 changes: 9 additions & 0 deletions projects/plugins/backup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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/).

## [3.1] - 2025-01-10
### Changed
- Resolve an issue where revoked licenses were incorrectly treated as unattached. This caused users to be redirected to the license activation page after site connection, even when unattached licenses were not valid for activation. [#40215]
- Social: Change My Jetpack CTA for Social from "Learn more" to "Activate". [#40359]
- Update backup plugin screenshots [#40386]
- Updated dependencies. [#40286]
- Updated package dependencies. [#40515]

## [3.0] - 2024-11-14
### Added
- Display next scheduled daily backup time on the admin page.
Expand Down Expand Up @@ -255,6 +263,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
[3.1]: https://github.com/Automattic/jetpack-backup-plugin/compare/3.0...3.1
[3.0]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.9...3.0
[2.9]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.8...2.9
[2.8]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.7...2.8
Expand Down
4 changes: 0 additions & 4 deletions projects/plugins/backup/changelog/fix-bump_composer_versions

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/backup/changelog/renovate-brain-monkey-2.x

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/backup/changelog/update-composer

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/backup/changelog/update-eslint-9

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ⓥ3_0",
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ3_1",
"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: 3.0
* Version: 3.1
* Author: Automattic - Jetpack Backup team
* Author URI: https://jetpack.com/
* License: GPLv2 or later
Expand Down
15 changes: 5 additions & 10 deletions projects/plugins/backup/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,18 +175,13 @@ 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 ==
### 3.0 - 2024-11-14
#### Added
- Display next scheduled daily backup time on the admin page.

### 3.1 - 2025-01-10
#### Changed
- Exclude discarded backups from being counted as successful on the admin page.
- General: Indicate compatibility with WordPress version 6.7.
- Resolve an issue where revoked licenses were incorrectly treated as unattached. This caused users to be redirected to the license activation page after site connection, even when unattached licenses were not valid for activation.
- Social: Change My Jetpack CTA for Social from "Learn more" to "Activate".
- Update backup plugin screenshots
- Updated dependencies.
- Updated package dependencies.
- Various internal updates and improvements.

#### Fixed
- Resolved an issue on the pricing page where the loading placeholder remained visible after the price loaded.

--------

Expand Down

0 comments on commit c096451

Please sign in to comment.