From 437207cdce7941a09311886eadf186d84c90224a Mon Sep 17 00:00:00 2001 From: Shaun Hogan Date: Tue, 28 Nov 2023 12:01:48 +0000 Subject: [PATCH] Merged PR 49846: 7.1.0 pre-release **What's new** - Dotdigital Signup Form blocks can now be submitted via AJAX. **Improvements** - We updated a support link in our readme.txt. Related work items: #235133 --- composer.json | 2 +- dm_signup_form.php | 4 ++-- package.json | 2 +- readme.txt | 51 ++++++++++++++++------------------------------ 4 files changed, 22 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index d62f76f..744abd8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "dotdigital/dotdigital-for-wordpress", - "version": "7.0.1", + "version": "7.1.0", "authors": [ { "name": "Dotdigital", diff --git a/dm_signup_form.php b/dm_signup_form.php index 0373ca5..41ab299 100644 --- a/dm_signup_form.php +++ b/dm_signup_form.php @@ -8,7 +8,7 @@ * Plugin Name: Dotdigital for WordPress * Plugin URI: https://integrations.dotdigital.com/technology-partners/wordpress * Description: Add a "Subscribe to Newsletter" widget to your website that will insert your contact in one of your Dotdigital lists. - * Version: 7.0.1 + * Version: 7.1.0 * Author: dotdigital * Author URI: https://www.dotdigital.com/ * License: GPL-2.0+ @@ -24,7 +24,7 @@ require_once __DIR__ . '/vendor/autoload.php'; -define( 'DOTDIGITAL_WORDPRESS_VERSION', '7.0.1' ); +define( 'DOTDIGITAL_WORDPRESS_VERSION', '7.1.0' ); define( 'DOTDIGITAL_WORDPRESS_PLUGIN_NAME', 'dotdigital-for-wordpress' ); define( 'DOTDIGITAL_WORDPRESS_PLUGIN_SLUG', 'dotdigital_for_wordpress' ); define( 'DOTDIGITAL_WORDPRESS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/package.json b/package.json index b74eeaa..e9fcdc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotdigital-for-wordpress", - "version": "0.1.0", + "version": "1.0.0", "description": "Dotdigital for WordPress", "author": "Dotdigital", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index f269bdb..1930b80 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: email marketing, newsletter signup Requires at least: 5.3 Tested up to: 6.4.1 Requires PHP: 7.4 -Stable tag: 7.0.1 +Stable tag: 7.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -22,10 +22,10 @@ Please refer to our documentation for