@@ -5,40 +5,47 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 7.0 .0-alpha] - unreleased
8+ ## [ 7.1 .0-alpha] - unreleased
99
1010This is an alpha version! The changes listed here are not final.
1111
12- ### Added
13- - Add Jetpack Form custom post type for reusable forms with REST API support and feature flag integration
14- - Forms: Add CTA to install/activate Akismet on empty spam dashboard
15-
1612### Changed
17- - Add jetpack_forms_extra_webhooks filter and include feedback ID in jetpack_forms_before_webhook_request filter
1813- Allow CSV files to be uploaded via contact forms
19- - Forms: auto-generate webhook id so users don't have to fill it.
20- - Forms: refactored how we retrieve form submission fields to send in the webhook payload.
21- - Forms: track webhook requests done in wpcom infrastructure.
22- - Forms: track when users enable and disable webhooks.
23- - Forms: use entire button area for selecting multi-select options
24- - Replace use of confusing ` esc_js ` with ` wp_json_encode ` .
25- - Tests: Replace PHPUnit mocks with anonymous classes to eliminate PHPUnit 12 strictness warnings
26- - Update package dependencies.
2714
2815### Removed
2916- Forms: remove admin class files
30- - Forms: Removes classic Admin initialization code
3117
3218### Fixed
3319- Fixed textarea placeholders to match input placeholder styling
34- - Fix export functionality to handle null values properly for IP Address, Country code, and Browser fields
35- - Fix ` Contact_Form_Endpoint_Test::test_resend_email ` attempting to actually send email.
36- - Forms: ensure submission summary is contained within 100% width
37- - Forms: Fix dashboard height
38- - Forms: Fix slider field text labels showing borders in editor when using certain themes like Assembler
39- - Forms: fix validation accessibility.
4020- Forms: strip HTML from styled labels in error summary
41- - Make form buttons take full width on mobile devices
21+
22+ ## [ 7.0.0] - 2025-12-15
23+ ### Added
24+ - Add Jetpack Form custom post type for reusable forms with REST API support and feature flag integration. [ #46202 ]
25+ - Add CTA to install/activate Akismet on empty spam dashboard. [ #46212 ]
26+
27+ ### Changed
28+ - Add ` jetpack_forms_extra_webhooks ` filter and include feedback ID in ` jetpack_forms_before_webhook_request ` filter. [ #46228 ]
29+ - Auto-generate webhook id so users don't have to fill it. [ #46270 ]
30+ - Refactor how we retrieve form submission fields to send in the webhook payload. [ #46201 ]
31+ - Track webhook requests done in wpcom infrastructure. [ #46273 ]
32+ - Track when users enable and disable webhooks. [ #46277 ]
33+ - Use entire button area for selecting multi-select options. [ #46263 ]
34+ - Replace use of confusing ` esc_js ` with ` wp_json_encode ` . [ #46229 ]
35+ - Tests: Replace PHPUnit mocks with anonymous classes to eliminate PHPUnit 12 strictness warnings. [ #46256 ]
36+ - Update package dependencies. [ #46244 ]
37+
38+ ### Removed
39+ - Removes classic Admin initialization code. [ #46254 ]
40+
41+ ### Fixed
42+ - Fix export functionality to handle null values properly for IP Address, Country code, and Browser fields. [ #46250 ]
43+ - Fix ` Contact_Form_Endpoint_Test::test_resend_email ` attempting to actually send email. [ #46261 ]
44+ - Ensure submission summary is contained within 100% width. [ #46264 ]
45+ - Fix dashboard height. [ #46276 ]
46+ - Fix slider field text labels showing borders in editor when using certain themes like Assembler. [ #46182 ]
47+ - Fix validation accessibility. [ #46275 ]
48+ - Make form buttons take full width on mobile devices. [ #46154 ]
4249
4350## [ 6.22.0] - 2025-12-08
4451### Added
@@ -1991,7 +1998,8 @@ This is an alpha version! The changes listed here are not final.
19911998- Added a new jetpack/forms package [ #28409 ]
19921999- Added a public load_contact_form method for initializing the contact form module. [ #28416 ]
19932000
1994- [ 7.0.0-alpha ] : https://github.com/automattic/jetpack-forms/compare/v6.22.0...v7.0.0-alpha
2001+ [ 7.1.0-alpha ] : https://github.com/automattic/jetpack-forms/compare/v7.0.0...v7.1.0-alpha
2002+ [ 7.0.0 ] : https://github.com/automattic/jetpack-forms/compare/v6.22.0...v7.0.0
19952003[ 6.22.0 ] : https://github.com/automattic/jetpack-forms/compare/v6.21.2...v6.22.0
19962004[ 6.21.2 ] : https://github.com/automattic/jetpack-forms/compare/v6.21.1...v6.21.2
19972005[ 6.21.1 ] : https://github.com/automattic/jetpack-forms/compare/v6.21.0...v6.21.1
0 commit comments