From 7b25cbe3e07fb69801e5c1b457b695209887fc8e Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 13 Jan 2025 21:45:15 +0000 Subject: [PATCH] Backport jetpack 14.3-a.1 Changes (#41003) * 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@aa2dd2dad1174af0d2e6595f0ee06b527e023930 --- CHANGELOG.md | 15 ++++++--------- package.json | 2 +- src/class-jetpack-forms.php | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e201f..7006def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 107c70f..b65f81e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/class-jetpack-forms.php b/src/class-jetpack-forms.php index a4714cd..01e8912 100644 --- a/src/class-jetpack-forms.php +++ b/src/class-jetpack-forms.php @@ -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.