From 7b6b30761711a91d7234defd1edf46d652cca0fe Mon Sep 17 00:00:00 2001 From: Stef Dawson Date: Fri, 28 Jan 2022 13:06:25 +0000 Subject: [PATCH] Update version numbers and changelog for v4.7.0 --- CHANGELOG.textile | 4 ++-- composer.json | 2 +- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.textile b/CHANGELOG.textile index e53d724..c3ef7b5 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -1,6 +1,6 @@ h1. Changelog -h2. 4.7.0 - YYYY-MM-DD +h2. 4.7.0 - 2022-01-28 * Fix a few PHP 8.x warnings. * Load lang strings in a Textpattern 4.7.0-ish way. @@ -15,7 +15,7 @@ h2. 4.7.0 - YYYY-MM-DD * Fix @@ to actually match labels. * Remove use of deprecated EvalElse(). * Replace deprecated Txp core functions with Txp::get(). -* Use PHP_EOL instead of manual newlines. +* Pass @$redirect@ into delivery callback. h2. 4.6.0 - 2020-01-31 diff --git a/composer.json b/composer.json index 5d4ce75..06371e9 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "source": "https://github.com/textpattern/com_connect" }, "require": { - "textpattern/composer-lock": ">=4.6.0", + "textpattern/composer-lock": ">=4.7.0", "textpattern/composer-installer": "*" } } diff --git a/manifest.json b/manifest.json index 041a03b..44e2483 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "com_connect", "description": "Form and contact mailer plugin for Textpattern CMS", - "version": "4.6.0", + "version": "4.7.0", "type": 0, "author": "Textpattern Community", "author_uri": "https://forum.textpattern.io/viewtopic.php?id=47913",