Skip to content

Commit eadd33a

Browse files
committed
Changelog and versions for 4.6.0
1 parent 3677320 commit eadd33a

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
Icon?
66
ehthumbs.db
77
Thumbs.db
8-
*~
8+
*~
9+
zem_tpl.php

CHANGELOG.textile

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
h1. Changelog
22

3+
h2. 4.6.0 - 2020-01-31
4+
5+
* Final Textpattern 4.6-compatible release.
6+
37
h2. 4.6.0-beta.3 - 2018-10-05
48

5-
* Updated Composer installation.
6-
* Added code syntax highlighting.
9+
* Update Composer installation.
10+
* Add code syntax highlighting.
711

812
h2. 4.6.0-beta.2 - 2018-04-11
913

1014
* @zcr_file_attach@ has been renamed with @ext_@ prefix.
1115
* Documentation updates and typos.
1216

13-
h2. 4.6.0-beta - 2017-07-18
17+
h2. 4.6.0-beta - 2017-07-19
1418

15-
* Renamed to com_connect and put under community control.
19+
* Rename to com_connect and put under community control.
20+
* Fix zem_contact_options and labels. Thanks, trenc.
21+
* Remove call to is_windows().
22+
* Third party plugins can return error info.
23+
* Remove unnecessary div in fieldset. Thanks, NicolasGraph.
24+
* Add nl-nl and de-de Textpacks. Thanks, keesbran and rwetzlmayr.
1625

1726
h2. 4.5.0.0 - 2016-12-02
1827

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.5.0",
13+
"textpattern/composer-lock": ">=4.6.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-beta.3",
4+
"version": "4.6.0",
55
"type": 0,
66
"author": "Textpattern Community",
77
"author_uri": "https://forum.textpattern.io/viewtopic.php?id=47913",

0 commit comments

Comments
 (0)