diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index 2755de0c5209f..9c3e140b467a2 100644 --- a/projects/packages/waf/CHANGELOG.md +++ b/projects/packages/waf/CHANGELOG.md @@ -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] @@ -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 diff --git a/projects/packages/waf/changelog/fix-sync-remove-waf-class-usage b/projects/packages/waf/changelog/fix-sync-remove-waf-class-usage deleted file mode 100644 index 1befa40551588..0000000000000 --- a/projects/packages/waf/changelog/fix-sync-remove-waf-class-usage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Brute Force Protection: Add `jetpack_has_login_ability` hook. diff --git a/projects/packages/waf/changelog/fix-waf-request-body-problem b/projects/packages/waf/changelog/fix-waf-request-body-problem deleted file mode 100644 index fa5384f4ccf25..0000000000000 --- a/projects/packages/waf/changelog/fix-waf-request-body-problem +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: security - -Parse request body when method used is not POST diff --git a/projects/plugins/social/CHANGELOG.md b/projects/plugins/social/CHANGELOG.md index 4c2c606bd5757..0f66218a0ce1f 100644 --- a/projects/plugins/social/CHANGELOG.md +++ b/projects/plugins/social/CHANGELOG.md @@ -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] diff --git a/projects/plugins/social/changelog/add-consolidate-initial-state b/projects/plugins/social/changelog/add-consolidate-initial-state deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/add-consolidate-initial-state +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/add-social-feature-flag-management-fixed b/projects/plugins/social/changelog/add-social-feature-flag-management-fixed deleted file mode 100644 index 43e3086f87315..0000000000000 --- a/projects/plugins/social/changelog/add-social-feature-flag-management-fixed +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added feature flag management for social diff --git a/projects/plugins/social/changelog/add-welcome-flow-tracks-events b/projects/plugins/social/changelog/add-welcome-flow-tracks-events deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/add-welcome-flow-tracks-events +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/try-lossless-image-optmization-part-2 b/projects/plugins/social/changelog/try-lossless-image-optmization-part-2 deleted file mode 100644 index 69c2d0f105cb4..0000000000000 --- a/projects/plugins/social/changelog/try-lossless-image-optmization-part-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Lossless image optimization of images in projects/plugins [subdirectories from a* through social] diff --git a/projects/plugins/social/changelog/update-sync-hpos-checksum-fields-to-consider b/projects/plugins/social/changelog/update-sync-hpos-checksum-fields-to-consider deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/update-sync-hpos-checksum-fields-to-consider +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/composer.json b/projects/plugins/social/composer.json index 64d0f38b150db..ee13dd0b3a0e5 100644 --- a/projects/plugins/social/composer.json +++ b/projects/plugins/social/composer.json @@ -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" } } diff --git a/projects/plugins/social/jetpack-social.php b/projects/plugins/social/jetpack-social.php index cb0c28d8c469c..22eef18bb6641 100644 --- a/projects/plugins/social/jetpack-social.php +++ b/projects/plugins/social/jetpack-social.php @@ -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 diff --git a/projects/plugins/social/readme.txt b/projects/plugins/social/readme.txt index 19f2fda149801..329da21e4468a 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -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 ==