Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjuhasz committed Aug 8, 2024
1 parent 50da2c0 commit 62b373f
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 42 deletions.
8 changes: 8 additions & 0 deletions projects/packages/waf/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).

## [0.18.1] - 2024-08-08
### Security
- Parse request body when method used is not POST [#38621]

### Added
- Brute Force Protection: Add `jetpack_has_login_ability` hook. [#38518]

## [0.18.0] - 2024-08-01
### Added
- Adds global statistics [#38388]
Expand Down Expand Up @@ -340,6 +347,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Core: do not ship .phpcs.dir.xml in production builds.

[0.18.1]: https://github.com/Automattic/jetpack-waf/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/Automattic/jetpack-waf/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/Automattic/jetpack-waf/compare/v0.16.10...v0.17.0
[0.16.10]: https://github.com/Automattic/jetpack-waf/compare/v0.16.9...v0.16.10
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions projects/packages/waf/changelog/fix-waf-request-body-problem

This file was deleted.

7 changes: 7 additions & 0 deletions projects/plugins/social/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.1.0 - 2024-08-08
### Added
- Added feature flag management for social [#38669]

### Fixed
- Lossless image optimization of images in projects/plugins [subdirectories from a* through social] [#38573]

## 5.0.0 - 2024-08-01
### Changed
- Social: Removed unnecessary feature checks for social connections [#38216]
Expand Down

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/social/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_1_0_alpha"
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_1_0"
}
}
2 changes: 1 addition & 1 deletion projects/plugins/social/jetpack-social.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Jetpack Social
* Plugin URI: https://wordpress.org/plugins/jetpack-social
* Description: Share your site’s posts on several social media networks automatically when you publish a new post.
* Version: 5.1.0-alpha
* Version: 5.1.0
* Author: Automattic - Jetpack Social team
* Author URI: https://jetpack.com/social/
* License: GPLv2 or later
Expand Down
15 changes: 6 additions & 9 deletions projects/plugins/social/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,12 @@ The easiest way is to use the Custom Message option in the publishing options bo
6. Managing Social media accounts in the post editor

== Changelog ==
### 5.0.0 - 2024-08-01
#### Changed
- Social: Removed unnecessary feature checks for social connections
- Updated package dependencies.

#### Removed
- General: update WordPress version requirements to WordPress 6.5.
- Removed the unused code for image auto-conversion from social store
- Social | Removed the media auto-conversion UI
### 5.1.0 - 2024-08-08
#### Added
- Added feature flag management for social

#### Fixed
- Lossless image optimization of images in projects/plugins [subdirectories from a* through social]

== Upgrade Notice ==

Expand Down

0 comments on commit 62b373f

Please sign in to comment.