Skip to content

Commit 7b6b307

Browse files
committed
Update version numbers and changelog for v4.7.0
1 parent 7948905 commit 7b6b307

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
h1. Changelog
22

3-
h2. 4.7.0 - YYYY-MM-DD
3+
h2. 4.7.0 - 2022-01-28
44

55
* Fix a few PHP 8.x warnings.
66
* Load lang strings in a Textpattern 4.7.0-ish way.
@@ -15,7 +15,7 @@ h2. 4.7.0 - YYYY-MM-DD
1515
* Fix @<txp:com_connect_value>@ to actually match labels.
1616
* Remove use of deprecated EvalElse().
1717
* Replace deprecated Txp core functions with Txp::get().
18-
* Use PHP_EOL instead of manual newlines.
18+
* Pass @$redirect@ into delivery callback.
1919

2020
h2. 4.6.0 - 2020-01-31
2121

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"source": "https://github.com/textpattern/com_connect"
1111
},
1212
"require": {
13-
"textpattern/composer-lock": ">=4.6.0",
13+
"textpattern/composer-lock": ">=4.7.0",
1414
"textpattern/composer-installer": "*"
1515
}
1616
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com_connect",
33
"description": "Form and contact mailer plugin for Textpattern CMS",
4-
"version": "4.6.0",
4+
"version": "4.7.0",
55
"type": 0,
66
"author": "Textpattern Community",
77
"author_uri": "https://forum.textpattern.io/viewtopic.php?id=47913",

0 commit comments

Comments
 (0)