From 4724f62348804be7d1d47659cad65fec46d440c1 Mon Sep 17 00:00:00 2001 From: bencroker Date: Mon, 6 May 2024 17:13:45 -0600 Subject: [PATCH] 3.1.4 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387c538a..d71e9f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Campaign +## 3.1.4 - 2024-05-06 + +### Fixed + +- Fixed a bug in which contact subscriptions were failing when the referrer URL was longer than 255 characters ([#473](https://github.com/putyourlightson/craft-campaign/issues/473)). + ## 3.1.3 - 2024-05-03 ### Fixed diff --git a/composer.json b/composer.json index 15ff8b68..df7dbbf5 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "putyourlightson/craft-campaign", "description": "Send and manage email campaigns, contacts and mailing lists.", - "version": "3.1.3", + "version": "3.1.4", "type": "craft-plugin", "homepage": "https://putyourlightson.com/plugins/campaign", "license": "proprietary",