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

Protect 1.3.0-beta Release: Changelogs #28579

Merged
merged 2 commits into from
Jan 26, 2023
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
12 changes: 6 additions & 6 deletions projects/plugins/protect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 1.3.0-beta - 2023-01-25
### Added
- Add ability to toggle automatic and manual firewall rules independently. [#27726]
- Add messaging for currently enabled firewall features. [#27845]
- Add improved messaging for currently enabled firewall features. [#27845]
- Disable Jetpack Firewall on unsupported environments. [#27939]
- Add a progress bar during site scan. [#27171]

### Changed
- Updated package dependencies. [#28303]

### Fixed
- Poll for scan status while scanner is provisioning. [#28275]
- Assorted fixes for minor bugs and grammar. [#27846] [#28091] [#28397] [#28273]
- Updated composer.lock [#28185]

## 1.2.0-beta - 2022-12-05
## 1.2.0 - 2023-01-16
### Added
- Add web application firewall (WAF) features [#27528]
- Add progress bar to site scannnig screen [#27171]

### Changed
- Updated package dependencies. [#27697]
### Fixed
- Poll for scan status while scanner is provisioning [#28275]
- Bug fixes

## 1.1.2 - 2022-11-30
### Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Changelog updates


13 changes: 11 additions & 2 deletions projects/plugins/protect/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,16 @@ The features of the new Jetpack Protect plugin are not included in the [Jetpack
3. View all the found vulnerabilities in your site and learn how to fix them.

== Changelog ==
### 1.2.0-beta - 2022-12-05
### 1.3.0-beta - 2023-01-25
#### Added
- Add web application firewall (WAF) features
- Add ability to toggle automatic and manual firewall rules independently.
- Add improved messaging for currently enabled firewall features.
- Disable Jetpack Firewall on unsupported environments.

#### Changed
- Updated package dependencies.

#### Fixed
- Assorted fixes for minor bugs and grammar.
- Updated composer.lock