Skip to content

Commit 77b4e23

Browse files
robertsreberskimatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13768945835 Upstream-Ref: Automattic/jetpack@ed89480
1 parent c6a16de commit 77b4e23

File tree

4 files changed

+41
-44
lines changed

4 files changed

+41
-44
lines changed

CHANGELOG.md

+35-38
Original file line numberDiff line numberDiff line change
@@ -5,74 +5,71 @@ 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-
## [0.41.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.41.0] - 2025-03-10
129
### Added
13-
- Forms: Added Akismet panel to form block.
10+
- Add Akismet panel to form block. [#41826]
1411

1512
## [0.40.0] - 2025-03-03
1613
### Added
17-
- Forms: Add min/max options to number field. [#41783]
14+
- Add min/max options to number field. [#41783]
1815

1916
### Changed
2017
- Contact Form: Updated editor styles for improved UI consistency and better alignment of form elements. [#42112]
21-
- Forms: Add accessible name field to advanced settings. [#42101]
22-
- Forms: Simplify placeholder block. [#42141]
23-
- Forms: Use placeholder attribute in editor instead of value. [#41712]
18+
- Add accessible name field to advanced settings. [#42101]
19+
- Simplify placeholder block. [#42141]
20+
- Use placeholder attribute in editor instead of value. [#41712]
2421
- Update package dependencies. [#42163]
2522

2623
### Fixed
2724
- Fix warnings when post author is not available. [#42115]
28-
- Forms: Ensure fields that skip rendering (like empty options fields) do not trigger validation or show value in form submission response. [#41979]
29-
- Forms: Fix 404 error when a user submits an invalid form with JavaScript disabled. [#41947]
30-
- Forms: Fix field name set as label when trying to empty label. [#42125]
31-
- Forms: Show plugin integrations on Atomic. [#42073]
25+
- Ensure fields that skip rendering (like empty options fields) do not trigger validation or show value in form submission response. [#41979]
26+
- Fix 404 error when a user submits an invalid form with JavaScript disabled. [#41947]
27+
- Fix field name set as label when trying to empty label. [#42125]
28+
- Show plugin integrations on Atomic. [#42073]
3229

3330
## [0.39.0] - 2025-02-24
3431
### Changed
35-
- Forms: Add Tracks when connecting Google Drive. [#41825]
32+
- Add Tracks when connecting Google Drive. [#41825]
3633

3734
### Fixed
38-
- Forms: Fix `empty form` check for select elements. [#41846]
39-
- Forms: Update block editor tracks events. [#41824]
35+
- Fix `empty form` check for select elements. [#41846]
36+
- Update block editor tracks events. [#41824]
4037

4138
## [0.38.0] - 2025-02-17
4239
### Added
4340
- Forms block: Add number input. [#40962]
4441

4542
### Changed
46-
- Forms: Add tracking for plugin installations. [#41732]
43+
- Add tracking for plugin installations. [#41732]
4744

4845
### Fixed
49-
- Forms: Fix error setting for field. [#41715]
50-
- Forms: Fix missing translations in choice field settings. [#41719]
51-
- Forms: Fix syncing of shared styles for nested fields. [#41708]
46+
- Fix error setting for field. [#41715]
47+
- Fix missing translations in choice field settings. [#41719]
48+
- Fix syncing of shared styles for nested fields. [#41708]
5249
- Vertically align submit button in single row. [#41576]
5350

5451
## [0.37.1] - 2025-02-11
5552
### Fixed
56-
- Forms: Fix missing translations. [#41671]
53+
- Fix missing translations. [#41671]
5754

5855
## [0.37.0] - 2025-02-10
5956
### Added
60-
- Forms: Add a new file upload field block to allow visitors to upload files through contact forms. [#41582]
61-
- Forms: Add support for having multiple forms across paginated pages. [#41407]
62-
- Forms: Update fields and button blocks to support contentOnly editing. [#41411]
57+
- Add a new file upload field block to allow visitors to upload files through contact forms. [#41582]
58+
- Add support for having multiple forms across paginated pages. [#41407]
59+
- Update fields and button blocks to support contentOnly editing. [#41411]
6360
- Tests: Verify empty forms do not submit. [#41504]
6461

6562
### Changed
6663
- File Upload Field block: Use WordPress upload icon and follow consistent field patterns (currently in beta). [#41586]
67-
- Forms: Track forms submissions in order to improve the product. [#41307]
64+
- Track forms submissions in order to improve the product. [#41307]
6865
- Update package dependencies. [#41491]
6966

7067
### Fixed
7168
- Fix submit button width and alignment. [#41139]
72-
- Forms: Fix block style variations not showing in the editor. [#41457]
73-
- Forms: Fix the date format input if multiple date pickers are used with different date formats. [#41611]
74-
- Forms: Fix invalid HTML IDs. [#41564]
75-
- Forms: Hide fields without options. [#41443]
69+
- Fix block style variations not showing in the editor. [#41457]
70+
- Fix the date format input if multiple date pickers are used with different date formats. [#41611]
71+
- Fix invalid HTML IDs. [#41564]
72+
- Hide fields without options. [#41443]
7673
- Improve the styling options of the separator block when placed inside the form block. [#40967]
7774

7875
## [0.36.0] - 2025-02-03
@@ -101,18 +98,18 @@ This is an alpha version! The changes listed here are not final.
10198
## [0.35.1] - 2025-01-27
10299
### Added
103100
- Add Checkbox and Consent field enter action to create a new block. [#41297]
104-
- Forms: Create new default block when pressing Enter on text inputs. [#41177]
101+
- Create new default block when pressing Enter on text inputs. [#41177]
105102

106103
### Changed
107-
- Forms: Remove wrapping <div> element from form block. [#41274]
104+
- Remove wrapping <div> element from form block. [#41274]
108105

109106
### Fixed
110-
- Adds missing deprecation for checkboxes and radio fields. [#41198]
111-
- Form: fix the default checkstate for admins. [#40847]
112-
- Forms: Add unique ids to each form. [#40998]
113-
- Forms: fix send to settings for multiple authors. [#41290]
114-
- Forms: Make the icons show up as expected in the style editor. [#41314]
115-
- Updates the icon colours to the new standard. [#41250]
107+
- Add missing deprecation for checkboxes and radio fields. [#41198]
108+
- Fix the default checkstate for admins. [#40847]
109+
- Add unique ids to each form. [#40998]
110+
- Fix send to settings for multiple authors. [#41290]
111+
- Make the icons show up as expected in the style editor. [#41314]
112+
- Update the icon colours to the new standard. [#41250]
116113

117114
## [0.35.0] - 2025-01-20
118115
### Added
@@ -882,7 +879,7 @@ This is an alpha version! The changes listed here are not final.
882879
- Added a new jetpack/forms package [#28409]
883880
- Added a public load_contact_form method for initializing the contact form module. [#28416]
884881

885-
[0.41.0-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.40.0...v0.41.0-alpha
882+
[0.41.0]: https://github.com/automattic/jetpack-forms/compare/v0.40.0...v0.41.0
886883
[0.40.0]: https://github.com/automattic/jetpack-forms/compare/v0.39.0...v0.40.0
887884
[0.39.0]: https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0
888885
[0.38.0]: https://github.com/automattic/jetpack-forms/compare/v0.37.1...v0.38.0

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-blocks": "^3.0.4-alpha",
8+
"automattic/jetpack-blocks": "^3.0.4",
99
"automattic/jetpack-assets": "^4.0.10",
10-
"automattic/jetpack-connection": "^6.7.3-alpha",
10+
"automattic/jetpack-connection": "^6.7.3",
1111
"automattic/jetpack-logo": "^3.0.2",
1212
"automattic/jetpack-status": "^5.0.6",
1313
"automattic/jetpack-sync": "^4.8.3"
1414
},
1515
"require-dev": {
1616
"yoast/phpunit-polyfills": "^1.1.1",
1717
"automattic/jetpack-changelogger": "^6.0.0",
18-
"automattic/jetpack-connection": "^6.7.3-alpha",
18+
"automattic/jetpack-connection": "^6.7.3",
1919
"automattic/jetpack-test-environment": "@dev"
2020
},
2121
"suggest": {

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-forms",
4-
"version": "0.41.0-alpha",
4+
"version": "0.41.0",
55
"description": "Jetpack Forms",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
77
"bugs": {
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@automattic/jetpack-analytics": "^0.1.36",
3535
"@automattic/jetpack-components": "^0.68.1",
36-
"@automattic/jetpack-shared-extension-utils": "^0.17.5-alpha",
36+
"@automattic/jetpack-shared-extension-utils": "^0.17.5",
3737
"@wordpress/block-editor": "14.14.0",
3838
"@wordpress/blocks": "14.8.0",
3939
"@wordpress/compose": "7.19.0",

src/class-jetpack-forms.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class Jetpack_Forms {
1717

18-
const PACKAGE_VERSION = '0.41.0-alpha';
18+
const PACKAGE_VERSION = '0.41.0';
1919

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

0 commit comments

Comments
 (0)