Skip to content

Commit 512a8a0

Browse files
tbradshamatticbot
authored andcommitted
Merge remote-tracking branch 'origin/trunk' into prerelease
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/24352083020 Upstream-Ref: Automattic/jetpack@dc3d974
1 parent 21e15a8 commit 512a8a0

10 files changed

Lines changed: 321 additions & 324 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
129
### 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]
1411

1512
### 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]
1815

1916
### 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]
2825

2926
## [7.16.0] - 2026-04-06
3027
### Changed
@@ -2426,7 +2423,7 @@ This is an alpha version! The changes listed here are not final.
24262423
- Added a new jetpack/forms package [#28409]
24272424
- Added a public load_contact_form method for initializing the contact form module. [#28416]
24282425

2429-
[7.17.0-alpha]: https://github.com/automattic/jetpack-forms/compare/v7.16.0...v7.17.0-alpha
2426+
[7.17.0]: https://github.com/automattic/jetpack-forms/compare/v7.16.0...v7.17.0
24302427
[7.16.0]: https://github.com/automattic/jetpack-forms/compare/v7.15.0...v7.16.0
24312428
[7.15.0]: https://github.com/automattic/jetpack-forms/compare/v7.14.0...v7.15.0
24322429
[7.14.0]: https://github.com/automattic/jetpack-forms/compare/v7.13.0...v7.14.0

build/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
*/
1010

1111
return array(
12-
'version' => '7.17.0-alpha',
12+
'version' => '7.17.0',
1313
'build_url' => plugin_dir_url( __FILE__ ),
1414
);

build/routes/forms/content.js

Lines changed: 149 additions & 149 deletions
Large diffs are not rendered by default.

build/routes/responses/content.js

Lines changed: 149 additions & 149 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"php": ">=7.2",
88
"automattic/jetpack-blocks": "^3.3.0",
99
"automattic/jetpack-assets": "^4.3.32",
10-
"automattic/jetpack-wp-build-polyfills": "^0.1.3-alpha",
10+
"automattic/jetpack-wp-build-polyfills": "^0.1.3",
1111
"automattic/jetpack-connection": "^8.2.3-alpha",
1212
"automattic/jetpack-device-detection": "^3.4.0",
13-
"automattic/jetpack-external-connections": "^0.1.24-alpha",
13+
"automattic/jetpack-external-connections": "^0.1.24",
1414
"automattic/jetpack-jwt": "^0.2.2",
1515
"automattic/jetpack-logo": "^3.0.5",
1616
"automattic/jetpack-plans": "^0.11.3",
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/blocks/editor.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-jp-i18n-loader', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2e091e7c95f11175d33e');
1+
<?php return array('dependencies' => array('jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-jp-i18n-loader', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd18718fbb0c8bce1d0fb');

dist/blocks/editor.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-forms",
3-
"version": "7.17.0-alpha",
3+
"version": "7.17.0",
44
"private": true,
55
"description": "Jetpack Forms",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
@@ -100,7 +100,7 @@
100100
"@automattic/color-studio": "4.1.0",
101101
"@automattic/jetpack-base-styles": "^1.0.21",
102102
"@automattic/jetpack-webpack-config": "workspace:*",
103-
"@automattic/jetpack-wp-build-polyfills": "^0.1.3-alpha",
103+
"@automattic/jetpack-wp-build-polyfills": "^0.1.3",
104104
"@automattic/remove-asset-webpack-plugin": "^1.0.36",
105105
"@babel/core": "7.29.0",
106106
"@babel/runtime": "7.29.2",

src/class-jetpack-forms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Jetpack_Forms {
1616

17-
const PACKAGE_VERSION = '7.17.0-alpha';
17+
const PACKAGE_VERSION = '7.17.0';
1818

1919
/**
2020
* Load the contact form module.

0 commit comments

Comments
 (0)