Skip to content

Commit

Permalink
Update version numbers and changelog for v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloke committed Jan 28, 2022
1 parent 7948905 commit 7b6b307
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -15,7 +15,7 @@ h2. 4.7.0 - YYYY-MM-DD
* Fix @<txp:com_connect_value>@ 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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
}
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7b6b307

Please sign in to comment.