Skip to content

Commit

Permalink
Merged PR 32156: 5.0.0 release notes
Browse files Browse the repository at this point in the history
Release notes and version increment for 5.0.0.

Related work items: #154502
  • Loading branch information
sta1r committed Sep 14, 2021
1 parent b434806 commit 439d713
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
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: 4.0.5
Version: 5.0.0
Author: dotdigital
Author URI: https://www.dotdigital.com/
*/
Expand Down
17 changes: 16 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Tags: email marketing, newsletter signup
Requires at least: 4.0
Tested up to: 5.8
Requires PHP: 5.6
Version: 4.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -109,6 +108,22 @@ Source: https://getcomposer.org/


== Changelog ==

= 5.0.0 =

**What's new**
* The plugin has been renamed and rebranded.
* The `[dotdigital-signup]` shortcode has been added to replace `[dotmailer-signup]` (although that shortcode will continue to work).

**Improvements**
* We've made a number of presentational updates and improvements.
* Redirection on submit will now be blocked if the form has errors.

**Bug fixes**
* We fixed a bug to do with error detection in the `shutdown()` function.
* We've updated our check for contact status when a contact is retrieved from dotdigital.
* We improved error handling for invalid API credentials.

4.0.5 (2017-11-28)

* Mod: PHP7 support
Expand Down

0 comments on commit 439d713

Please sign in to comment.