Skip to content

Commit

Permalink
Backport jetpack 14.3-a.1 Changes (#41003)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Remove changelog that belonged to old release

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12756432522

Upstream-Ref: Automattic/jetpack@aa2dd2d
  • Loading branch information
tbradsha authored and matticbot committed Jan 13, 2025
1 parent e725e0c commit 7b25cbe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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.34.6-alpha] - unreleased

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

## [0.34.6] - 2025-01-13
### Fixed
- Add webpack plugin to rename RTL files to match core WP expectations.
- Fix form submission view if name field kept empty, email entry shows in name field
- Forms: Fix success message color inside a dark Cover block
- Forms: Update default URL field label to match front-end
- Add webpack plugin to rename RTL files to match core WP expectations. [#40881]
- Show email only in form submission view if name is empty. [#40898]
- Forms: Fix success message color inside a dark Cover block. [#40917]
- Forms: Update default URL field label to match front-end. [#40921]

## [0.34.5] - 2025-01-06
### Changed
Expand Down Expand Up @@ -757,7 +754,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.34.6-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.34.5...v0.34.6-alpha
[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
[0.34.4]: https://github.com/automattic/jetpack-forms/compare/v0.34.3...v0.34.4
[0.34.3]: https://github.com/automattic/jetpack-forms/compare/v0.34.2...v0.34.3
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.34.6-alpha",
"version": "0.34.6",
"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.34.6-alpha';
const PACKAGE_VERSION = '0.34.6';

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

0 comments on commit 7b25cbe

Please sign in to comment.