Skip to content

Commit bbfe18d

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits. (#42002)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13504603391 Upstream-Ref: Automattic/jetpack@37ae14f
1 parent 104149e commit bbfe18d

File tree

4 files changed

+32
-35
lines changed

4 files changed

+32
-35
lines changed

CHANGELOG.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ 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.39.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.39.0] - 2025-02-24
129
### Changed
13-
- Forms: Added Tracks when connecting Google Drive.
10+
- Forms: Add Tracks when connecting Google Drive. [#41825]
1411

1512
### Fixed
16-
- Forms: Fix `empty form` check for select elements
17-
- Forms: Update block editor tracks events."
13+
- Forms: Fix `empty form` check for select elements. [#41846]
14+
- Forms: Update block editor tracks events. [#41824]
1815

1916
## [0.38.0] - 2025-02-17
2017
### Added
2118
- Forms block: Add number input. [#40962]
2219

2320
### Changed
24-
- Forms: Added tracking for plugin installations. [#41732]
21+
- Forms: Add tracking for plugin installations. [#41732]
2522

2623
### Fixed
2724
- Forms: Fix error setting for field. [#41715]
@@ -31,27 +28,27 @@ This is an alpha version! The changes listed here are not final.
3128

3229
## [0.37.1] - 2025-02-11
3330
### Fixed
34-
- Forms: fix missing translations [#41671]
31+
- Forms: Fix missing translations. [#41671]
3532

3633
## [0.37.0] - 2025-02-10
3734
### Added
3835
- Forms: Add a new file upload field block to allow visitors to upload files through contact forms. [#41582]
39-
- Forms: Add support for having multiple forms accross paginated pages [#41407]
40-
- Forms: Tests: An empty form shouldn't submit test [#41504]
36+
- Forms: Add support for having multiple forms across paginated pages. [#41407]
4137
- Forms: Update fields and button blocks to support contentOnly editing. [#41411]
38+
- Tests: Verify empty forms do not submit. [#41504]
4239

4340
### Changed
44-
- Forms: Refine file upload field block to use WordPress upload icon and follow consistent field patterns. Make the block available in beta. [#41586]
45-
- Forms: tracks forms submissions in orden to improve the product. [#41307]
46-
- Updated package dependencies. [#41491]
41+
- File Upload Field block: Use WordPress upload icon and follow consistent field patterns (currently in beta). [#41586]
42+
- Forms: Track forms submissions in order to improve the product. [#41307]
43+
- Update package dependencies. [#41491]
4744

4845
### Fixed
49-
- Fix submit button width and alignment [#41139]
46+
- Fix submit button width and alignment. [#41139]
5047
- Forms: Fix block style variations not showing in the editor. [#41457]
51-
- Forms: fixes the date format input if multiple date pickers are used with different date formats. [#41611]
52-
- Forms: Fix invalid html IDs. [#41564]
48+
- Forms: Fix the date format input if multiple date pickers are used with different date formats. [#41611]
49+
- Forms: Fix invalid HTML IDs. [#41564]
5350
- Forms: Hide fields without options. [#41443]
54-
- Improves the styling options of the separator block when placed inside the form block [#40967]
51+
- Improve the styling options of the separator block when placed inside the form block. [#40967]
5552

5653
## [0.36.0] - 2025-02-03
5754
### Added
@@ -60,7 +57,7 @@ This is an alpha version! The changes listed here are not final.
6057
### Changed
6158
- Remove legacy code and improve code quality. [#41348]
6259
- Rename contact form block placeholder to "Forms". [#41384]
63-
- Updated package dependencies. [#41286]
60+
- Update package dependencies. [#41286]
6461

6562
### Fixed
6663
- Add wrapping div to the core HTML block when inserted inside the form block. [#41269]
@@ -860,7 +857,7 @@ This is an alpha version! The changes listed here are not final.
860857
- Added a new jetpack/forms package [#28409]
861858
- Added a public load_contact_form method for initializing the contact form module. [#28416]
862859

863-
[0.39.0-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0-alpha
860+
[0.39.0]: https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0
864861
[0.38.0]: https://github.com/automattic/jetpack-forms/compare/v0.37.1...v0.38.0
865862
[0.37.1]: https://github.com/automattic/jetpack-forms/compare/v0.37.0...v0.37.1
866863
[0.37.0]: https://github.com/automattic/jetpack-forms/compare/v0.36.0...v0.37.0

composer.json

Lines changed: 8 additions & 8 deletions
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.2",
9-
"automattic/jetpack-assets": "^4.0.8-alpha",
10-
"automattic/jetpack-connection": "^6.6.0-alpha",
11-
"automattic/jetpack-logo": "^3.0.0",
12-
"automattic/jetpack-status": "^5.0.4-alpha",
13-
"automattic/jetpack-sync": "^4.8.2-alpha"
8+
"automattic/jetpack-blocks": "^3.0.3",
9+
"automattic/jetpack-assets": "^4.0.8",
10+
"automattic/jetpack-connection": "^6.6.0",
11+
"automattic/jetpack-logo": "^3.0.1",
12+
"automattic/jetpack-status": "^5.0.4",
13+
"automattic/jetpack-sync": "^4.8.2"
1414
},
1515
"require-dev": {
1616
"yoast/phpunit-polyfills": "^1.1.1",
17-
"automattic/jetpack-changelogger": "^6.0.0-alpha",
18-
"automattic/jetpack-connection": "^6.6.0-alpha",
17+
"automattic/jetpack-changelogger": "^6.0.0",
18+
"automattic/jetpack-connection": "^6.6.0",
1919
"automattic/jetpack-test-environment": "@dev"
2020
},
2121
"suggest": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-forms",
4-
"version": "0.39.0-alpha",
4+
"version": "0.39.0",
55
"description": "Jetpack Forms",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
77
"bugs": {
@@ -31,9 +31,9 @@
3131
"extends @wordpress/browserslist-config"
3232
],
3333
"dependencies": {
34-
"@automattic/jetpack-analytics": "^0.1.35",
35-
"@automattic/jetpack-components": "^0.67.1-alpha",
36-
"@automattic/jetpack-shared-extension-utils": "^0.17.2",
34+
"@automattic/jetpack-analytics": "^0.1.36",
35+
"@automattic/jetpack-components": "^0.67.1",
36+
"@automattic/jetpack-shared-extension-utils": "^0.17.3",
3737
"@wordpress/block-editor": "14.12.0",
3838
"@wordpress/blocks": "14.6.0",
3939
"@wordpress/compose": "7.17.0",
@@ -60,9 +60,9 @@
6060
},
6161
"devDependencies": {
6262
"@automattic/color-studio": "4.0.0",
63-
"@automattic/jetpack-base-styles": "^0.6.42",
63+
"@automattic/jetpack-base-styles": "^0.6.43",
6464
"@automattic/jetpack-webpack-config": "workspace:*",
65-
"@automattic/remove-asset-webpack-plugin": "^1.0.26",
65+
"@automattic/remove-asset-webpack-plugin": "^1.0.27",
6666
"@babel/core": "7.26.0",
6767
"@babel/runtime": "7.26.0",
6868
"@testing-library/dom": "10.4.0",

src/class-jetpack-forms.php

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

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

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

0 commit comments

Comments
 (0)