Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#42002)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Feb 24, 2025
1 parent 104149e commit bbfe18d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 35 deletions.
37 changes: 17 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.39.0-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.39.0] - 2025-02-24
### Changed
- Forms: Added Tracks when connecting Google Drive.
- Forms: Add Tracks when connecting Google Drive. [#41825]

### Fixed
- Forms: Fix `empty form` check for select elements
- Forms: Update block editor tracks events."
- Forms: Fix `empty form` check for select elements. [#41846]
- Forms: Update block editor tracks events. [#41824]

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

### Changed
- Forms: Added tracking for plugin installations. [#41732]
- Forms: Add tracking for plugin installations. [#41732]

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

## [0.37.1] - 2025-02-11
### Fixed
- Forms: fix missing translations [#41671]
- Forms: Fix missing translations. [#41671]

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

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

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

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

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

[0.39.0-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0-alpha
[0.39.0]: https://github.com/automattic/jetpack-forms/compare/v0.38.0...v0.39.0
[0.38.0]: https://github.com/automattic/jetpack-forms/compare/v0.37.1...v0.38.0
[0.37.1]: https://github.com/automattic/jetpack-forms/compare/v0.37.0...v0.37.1
[0.37.0]: https://github.com/automattic/jetpack-forms/compare/v0.36.0...v0.37.0
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-blocks": "^3.0.2",
"automattic/jetpack-assets": "^4.0.8-alpha",
"automattic/jetpack-connection": "^6.6.0-alpha",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-status": "^5.0.4-alpha",
"automattic/jetpack-sync": "^4.8.2-alpha"
"automattic/jetpack-blocks": "^3.0.3",
"automattic/jetpack-assets": "^4.0.8",
"automattic/jetpack-connection": "^6.6.0",
"automattic/jetpack-logo": "^3.0.1",
"automattic/jetpack-status": "^5.0.4",
"automattic/jetpack-sync": "^4.8.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha",
"automattic/jetpack-connection": "^6.6.0-alpha",
"automattic/jetpack-changelogger": "^6.0.0",
"automattic/jetpack-connection": "^6.6.0",
"automattic/jetpack-test-environment": "@dev"
},
"suggest": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-forms",
"version": "0.39.0-alpha",
"version": "0.39.0",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"extends @wordpress/browserslist-config"
],
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.35",
"@automattic/jetpack-components": "^0.67.1-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.17.2",
"@automattic/jetpack-analytics": "^0.1.36",
"@automattic/jetpack-components": "^0.67.1",
"@automattic/jetpack-shared-extension-utils": "^0.17.3",
"@wordpress/block-editor": "14.12.0",
"@wordpress/blocks": "14.6.0",
"@wordpress/compose": "7.17.0",
Expand All @@ -60,9 +60,9 @@
},
"devDependencies": {
"@automattic/color-studio": "4.0.0",
"@automattic/jetpack-base-styles": "^0.6.42",
"@automattic/jetpack-base-styles": "^0.6.43",
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.26",
"@automattic/remove-asset-webpack-plugin": "^1.0.27",
"@babel/core": "7.26.0",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-jetpack-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.39.0-alpha';
const PACKAGE_VERSION = '0.39.0';

/**
* Load the contact form module.
Expand Down

0 comments on commit bbfe18d

Please sign in to comment.