You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,26 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [7.17.0-alpha] - unreleased
9
-
10
-
This is an alpha version! The changes listed here are not final.
11
-
8
+
## [7.17.0] - 2026-04-13
12
9
### Added
13
-
- Add source filter parameter to feedback REST API for filtering responses by source post ID, with fallback to post_parent for legacy data.
10
+
- Add source filter parameter to feedback REST API for filtering responses by source post ID, with fallback to post_parent for legacy data.[#48027]
14
11
15
12
### Changed
16
-
- Change header actions to be consistent with other pages
17
-
- Update package dependencies.
13
+
- Change header actions to be consistent with other pages. [#48036]
14
+
- Update package dependencies.[#47890][#47998]
18
15
19
16
### Fixed
20
-
- Bundle admin-ui base CSS in wp-build output so host applications don't need to load it separately.
21
-
- Enable mobile navigation sidebar toggle on all Forms dashboard pages.
22
-
-Forms: Fix 'Don't show this again' checkbox in the help modal so it only dismisses permanently when clicking 'Got it', not when closing via the X button or Escape key.
23
-
-Forms: Handle non-string values in the phone field rendering pipeline.
24
-
-Forms: Handle non-string values in the rating field rendering pipeline.
25
-
-Forms: Validate the field type before resolving the block icon path.
26
-
- Load build.php unconditionally when alpha is enabled, so host applications can integrate Forms routes without manual file loading.
27
-
- Prevent fatal error when a non-checkbox field's render value or POST-submitted value is an array.
17
+
- Bundle admin-ui base CSS in wp-build output so host applications don't need to load it separately.[#47784]
18
+
- Enable mobile navigation sidebar toggle on all Forms dashboard pages.[#48013]
19
+
- Fix 'Don't show this again' checkbox in the help modal so it only dismisses permanently when clicking 'Got it', not when closing via the X button or Escape key.[#47943]
20
+
- Handle non-string values in the phone field rendering pipeline.[#47970]
21
+
- Handle non-string values in the rating field rendering pipeline.[#47971]
22
+
- Validate the field type before resolving the block icon path.[#47965]
23
+
- Load build.php unconditionally when alpha is enabled, so host applications can integrate Forms routes without manual file loading.[#47997]
24
+
- Prevent fatal error when a non-checkbox field's render value or POST-submitted value is an array.[#48032]
28
25
29
26
## [7.16.0] - 2026-04-06
30
27
### Changed
@@ -2426,7 +2423,7 @@ This is an alpha version! The changes listed here are not final.
2426
2423
- Added a new jetpack/forms package [#28409]
2427
2424
- Added a public load_contact_form method for initializing the contact form module. [#28416]
0 commit comments