From bbfe18d5db08fdf6e779cac57229d59aa7280c62 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 24 Feb 2025 18:16:04 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#42002) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13504603391 Upstream-Ref: Automattic/jetpack@37ae14f59e571592bcecec5541d5394b6ca8b03f --- CHANGELOG.md | 37 +++++++++++++++++-------------------- composer.json | 16 ++++++++-------- package.json | 12 ++++++------ src/class-jetpack-forms.php | 2 +- 4 files changed, 32 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b01a72..8611581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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 @@ -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] @@ -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 diff --git a/composer.json b/composer.json index 4554c0c..c7f3aeb 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/package.json b/package.json index 8dc82e5..758f86a 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", @@ -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", diff --git a/src/class-jetpack-forms.php b/src/class-jetpack-forms.php index 263d427..8889b7f 100644 --- a/src/class-jetpack-forms.php +++ b/src/class-jetpack-forms.php @@ -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.