|
17 | 17 | // 1 = Plugin help is in raw HTML. Not recommended. |
18 | 18 | # $plugin['allow_html_help'] = 1; |
19 | 19 |
|
20 | | -$plugin['version'] = '4.6.0-beta.3'; |
| 20 | +$plugin['version'] = '4.6.0'; |
21 | 21 | $plugin['author'] = 'Textpattern Community'; |
22 | 22 | $plugin['author_uri'] = 'https://forum.textpattern.io/viewtopic.php?id=47913'; |
23 | 23 | $plugin['description'] = 'Form and contact mailer for Textpattern'; |
@@ -2767,15 +2767,16 @@ function pap_comconnect_submit() |
2767 | 2767 |
|
2768 | 2768 | h2. Authors/credits |
2769 | 2769 |
|
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. |
2771 | 2771 | * *Mary* completely revised the plugin code. |
2772 | 2772 | * *Stuart* turned it into a plugin, added a revised help text and additional code. Maintained all plugin versions until 4.0.3.17. |
2773 | 2773 | * *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. |
2775 | 2775 | * *aslsw66*, *jdykast* and others provided additional code. |
2776 | 2776 | * *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. |
2779 | 2780 | # --- END PLUGIN HELP --- |
2780 | 2781 | --> |
2781 | 2782 | <?php |
|
0 commit comments