Skip to content

Commit 3677320

Browse files
committed
Bump version for 4.6.0 release
1 parent a1a590d commit 3677320

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

com_connect.php

Lines changed: 6 additions & 5 deletions
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.3';
20+
$plugin['version'] = '4.6.0';
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';
@@ -2767,15 +2767,16 @@ function pap_comconnect_submit()
27672767

27682768
h2. Authors/credits
27692769

2770-
* *zem* wrote the com_connect 0.6 plugin on which this plugin was initially based.
2770+
* *zem* wrote the zem_contact 0.6 plugin on which this plugin was initially based.
27712771
* *Mary* completely revised the plugin code.
27722772
* *Stuart* turned it into a plugin, added a revised help text and additional code. Maintained all plugin versions until 4.0.3.17.
27732773
* *wet* added the @com_connect_radio@ tag.
2774-
* *Tranquillo* added the anti-spam API and @com_connect_send_article@ functionality.
2774+
* *Tranquillo* added the anti-spam API and @zem_contact_send_article@ functionality.
27752775
* *aslsw66*, *jdykast* and others provided additional code.
27762776
* *Ruud* cleaned up and audited the code to weed out bugs and completely revised the help text. Maintained all versions until 4.0.3.20.
2777-
* *Bloke* is the maintainer of v4.5.0.0 and up. Many thanks to "all additional contributors":https://github.com/textpattern/com_connect/graphs/contributors.
2778-
* Supported and tested to destruction by the Textpattern community.
2777+
* *Bloke* was the maintainer of v4.5.0.0.
2778+
* Adopted as a community plugin and now maintained by the core development team.
2779+
* Supported and tested to destruction by the Textpattern community. Many thanks to "all additional contributors":https://github.com/textpattern/com_connect/graphs/contributors.
27792780
# --- END PLUGIN HELP ---
27802781
-->
27812782
<?php

0 commit comments

Comments
 (0)