Skip to content

Commit f40815e

Browse files
simisonmatticbot
authored andcommitted
Forms: update "submission settings" panel copy (#42642)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13991515894 Upstream-Ref: Automattic/jetpack@ce7fe97
1 parent bbd6031 commit f40815e

6 files changed

+8
-7
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.43.1-alpha] - unreleased
8+
## [0.44.0-alpha] - unreleased
99

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

1212
### Changed
13+
- Forms: update "submission settings" panel copy
1314
- Update dependencies
1415

1516
### Fixed
@@ -918,7 +919,7 @@ This is an alpha version! The changes listed here are not final.
918919
- Added a new jetpack/forms package [#28409]
919920
- Added a public load_contact_form method for initializing the contact form module. [#28416]
920921

921-
[0.43.1-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.43.0...v0.43.1-alpha
922+
[0.44.0-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.43.0...v0.44.0-alpha
922923
[0.43.0]: https://github.com/automattic/jetpack-forms/compare/v0.42.1...v0.43.0
923924
[0.42.1]: https://github.com/automattic/jetpack-forms/compare/v0.42.0...v0.42.1
924925
[0.42.0]: https://github.com/automattic/jetpack-forms/compare/v0.41.0...v0.42.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"link-template": "https://github.com/automattic/jetpack-forms/compare/v${old}...v${new}"
5959
},
6060
"branch-alias": {
61-
"dev-trunk": "0.43.x-dev"
61+
"dev-trunk": "0.44.x-dev"
6262
},
6363
"textdomain": "jetpack-forms",
6464
"version-constants": {

dist/blocks/editor.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'ae4271b83ab6a96d905b');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'be8deb4f080c8d2478b4');

dist/blocks/editor.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-forms",
4-
"version": "0.43.1-alpha",
4+
"version": "0.44.0-alpha",
55
"description": "Jetpack Forms",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
77
"bugs": {

src/class-jetpack-forms.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class Jetpack_Forms {
1717

18-
const PACKAGE_VERSION = '0.43.1-alpha';
18+
const PACKAGE_VERSION = '0.44.0-alpha';
1919

2020
/**
2121
* Load the contact form module.

0 commit comments

Comments
 (0)