From a973bcfedf76bb396516fa4d33958fae7ba89afd Mon Sep 17 00:00:00 2001 From: Alastair Mucklow Date: Tue, 20 Jun 2023 11:16:50 +0000 Subject: [PATCH] Merged PR 45869: 6.0.3 pre-release Update versions Related work items: #215166 --- composer.json | 2 +- dm_signup_form.php | 2 +- readme.txt | 9 +++++++-- vendor/composer/installed.php | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 38780c7..a679d82 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "dotdigital/dotdigital-signup-form", - "version": "6.0.2", + "version": "6.0.3", "authors": [ { "name": "dotdigital" diff --git a/dm_signup_form.php b/dm_signup_form.php index 8f99f6d..ad98f51 100644 --- a/dm_signup_form.php +++ b/dm_signup_form.php @@ -3,7 +3,7 @@ Plugin Name: Dotdigital Signup Form Plugin URI: https://integrations.dotdigital.com/technology-partners/wordpress Description: Add a "Subscribe to Newsletter" widget to your WordPress powered website that will insert your contact in one of your Dotdigital address books. - Version: 6.0.2 + Version: 6.0.3 Author: dotdigital Author URI: https://www.dotdigital.com/ */ diff --git a/readme.txt b/readme.txt index a3e67dd..d8ed8b9 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: dotMailer, bsstaveley, amucklow, fstrezos Tags: email marketing, newsletter signup Requires at least: 5.3 -Tested up to: 6.1.1 +Tested up to: 6.2.2 Requires PHP: 7.4 -Stable tag: 6.0.2 +Stable tag: 6.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -92,6 +92,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA == Changelog == += 6.0.3 = + +**Bug fixes** +- We repaired HTML input types for data fields displayed in the signup widget. + = 6.0.2 = **Bug fixes** diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 912e9fc..61c1dcc 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,8 +1,8 @@ array( 'name' => 'dotdigital/dotdigital-signup-form', - 'pretty_version' => '6.0.2', - 'version' => '6.0.2.0', + 'pretty_version' => '6.0.3', + 'version' => '6.0.3.0', 'reference' => NULL, 'type' => 'library', 'install_path' => __DIR__ . '/../../',