Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Jan 27, 2025
1 parent 80df456 commit 3ccf47f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
25 changes: 11 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,21 @@ 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.35.1-alpha] - unreleased

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

## [0.35.1] - 2025-01-27
### Added
- Add Checkbox and Consent field enter action to create a new block
- Forms: Create new default block when pressing Enter on text inputs
- Add Checkbox and Consent field enter action to create a new block. [#41297]
- Forms: Create new default block when pressing Enter on text inputs. [#41177]

### Changed
- Forms: Remove wrapping <div> element from form block.
- Forms: Remove wrapping <div> element from form block. [#41274]

### Fixed
- Adds missing deprecation for checkboxes and radio fields
- Form: fix the default checkstate for admins
- Forms: Add unique ids to each form
- Forms: fix send to settings for multiple authors
- Forms: Make the icons show up as expected in the style editor
- Updates the icon colours to the new standard
- Adds missing deprecation for checkboxes and radio fields. [#41198]
- Form: fix the default checkstate for admins. [#40847]
- Forms: Add unique ids to each form. [#40998]
- Forms: fix send to settings for multiple authors. [#41290]
- Forms: Make the icons show up as expected in the style editor. [#41314]
- Updates the icon colours to the new standard. [#41250]

## [0.35.0] - 2025-01-20
### Added
Expand Down Expand Up @@ -792,7 +789,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.35.1-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.35.0...v0.35.1-alpha
[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
[0.34.6]: https://github.com/automattic/jetpack-forms/compare/v0.34.5...v0.34.6
[0.34.5]: https://github.com/automattic/jetpack-forms/compare/v0.34.4...v0.34.5
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.35.1-alpha",
"version": "0.35.1",
"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.35.1-alpha';
const PACKAGE_VERSION = '0.35.1';

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

0 comments on commit 3ccf47f

Please sign in to comment.