Skip to content

Commit d2f275e

Browse files
committed
Bump version
1 parent 2058ec4 commit d2f275e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.textile

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

3+
h2. 4.6.0-beta.2 - 2018-04-11
4+
5+
* `zcr_file_attach` has been renamed with `ext_` prefix.
6+
* Documentation updates and typos.
7+
38
h2. 4.6.0-beta - 2017-07-18
49

510
* Renamed to com_connect and put under community control.

com_connect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// 1 = Plugin help is in raw HTML. Not recommended.
1818
# $plugin['allow_html_help'] = 1;
1919

20-
$plugin['version'] = '4.6.0-beta';
20+
$plugin['version'] = '4.6.0-beta.2';
2121
$plugin['author'] = 'Textpattern Community';
2222
$plugin['author_uri'] = 'https://forum.textpattern.io/viewtopic.php?id=47913';
2323
$plugin['description'] = 'Form and contact mailer for Textpattern';

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

0 commit comments

Comments
 (0)