Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#41674)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Feb 11, 2025
1 parent b9c8003 commit 240a11b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 deletions.
36 changes: 20 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,32 @@ 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.37.0-alpha] - unreleased
## [0.37.1-alpha] - unreleased

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

### Fixed
- Forms: fix missing translations

## [0.37.0] - 2025-02-10
### Added
- Forms: Add a new file upload field block to allow visitors to upload files through contact forms.
- Forms: Add support for having multiple forms accross paginated pages
- Forms: Tests: An empty form shouldn't submit test
- Forms: Update fields and button blocks to support contentOnly editing.
- 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: Update fields and button blocks to support contentOnly editing. [#41411]

### Changed
- Forms: Refine file upload field block to use WordPress upload icon and follow consistent field patterns. Make the block available in beta.
- Forms: tracks forms submissions in orden to improve the product.
- Updated package dependencies.
- 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]

### Fixed
- Fix submit button width and alignment
- Forms: Fix block style variations not showing in the editor.
- Forms: fixes the date format input if multiple date pickers are used with different date formats.
- Forms: Fix invalid html IDs.
- Forms: fix missing translations
- Forms: Hide fields without options.
- Improves the styling options of the separator block when placed inside the form block
- 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: Hide fields without options. [#41443]
- Improves the styling options of the separator block when placed inside the form block [#40967]

## [0.36.0] - 2025-02-03
### Added
Expand Down Expand Up @@ -836,7 +839,8 @@ 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.37.0-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.36.0...v0.37.0-alpha
[0.37.1-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.37.0...v0.37.1-alpha
[0.37.0]: https://github.com/automattic/jetpack-forms/compare/v0.36.0...v0.37.0
[0.36.0]: https://github.com/automattic/jetpack-forms/compare/v0.35.1...v0.36.0
[0.35.1]: https://github.com/automattic/jetpack-forms/compare/v0.35.0...v0.35.1
[0.35.0]: https://github.com/automattic/jetpack-forms/compare/v0.34.6...v0.35.0
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"php": ">=7.2",
"automattic/jetpack-blocks": "^3.0.2",
"automattic/jetpack-assets": "^4.0.5",
"automattic/jetpack-connection": "^6.4.0-alpha",
"automattic/jetpack-connection": "^6.4.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-status": "^5.0.3",
"automattic/jetpack-sync": "^4.7.0-alpha"
"automattic/jetpack-sync": "^4.7.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/jetpack-connection": "^6.4.0-alpha",
"automattic/jetpack-connection": "^6.4.0",
"automattic/jetpack-test-environment": "@dev"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-forms",
"version": "0.37.0-alpha",
"version": "0.37.1-alpha",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
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.37.0-alpha';
const PACKAGE_VERSION = '0.37.1-alpha';

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

0 comments on commit 240a11b

Please sign in to comment.