Skip to content

Commit

Permalink
Merged PR 45869: 6.0.3 pre-release
Browse files Browse the repository at this point in the history
Update versions

Related work items: #215166
  • Loading branch information
sta1r committed Jun 20, 2023
1 parent 0c3373a commit a973bcf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotdigital/dotdigital-signup-form",
"version": "6.0.2",
"version": "6.0.3",
"authors": [
{
"name": "dotdigital"
Expand Down
2 changes: 1 addition & 1 deletion dm_signup_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
*/
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => 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__ . '/../../',
Expand Down

0 comments on commit a973bcf

Please sign in to comment.