Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update the name of the Newsletter Sign-up Variation.
2 changes: 1 addition & 1 deletion projects/packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-forms",
"version": "0.19.7",
"version": "0.19.8-alpha",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const variations = compact( [
},
! isSimpleSite() && {
name: 'newsletter-form',
title: __( 'Newsletter Sign-up', 'jetpack-forms' ),
title: __( 'Sign-up', 'jetpack-forms' ),
description: __(
'A simple way to collect information from folks visiting your site.',
'jetpack-forms'
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/forms/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.19.7';
const PACKAGE_VERSION = '0.19.8-alpha';

/**
* Load the contact form module.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: enhancement
Comment: Contact Form: Update the name of the Newsletter Sign-up Variation.


Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const variations = compact( [
},
! isSimpleSite() && {
name: 'newsletter-form',
title: __( 'Newsletter Sign-up', 'jetpack' ),
title: __( 'Sign-up', 'jetpack' ),
description: __(
'A simple way to collect information from folks visiting your site',
'jetpack'
Expand Down