Skip to content

Commit b3f80e7

Browse files
authored
Merge pull request #56 from philwareham/master
More Composer prep work
2 parents 3601983 + 772affc commit b3f80e7

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bloke/zem_contact_reborn",
3-
"description": "Form mailer plugin for Textpattern CMS",
3+
"description": "Form mailer plugin for Textpattern CMS.",
44
"keywords": ["textpattern", "plugin", "forms"],
55
"homepage": "https://github.com/Bloke/zem_contact_reborn",
66
"license": "GPL-2.0",

manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "zem_contact_reborn",
3+
"description": "Form mailer for Textpattern",
4+
"version": "4.6.0-beta",
5+
"type": 0,
6+
"author": "Textpattern Community",
7+
"author_uri": "http://forum.textpattern.com/viewtopic.php?id=23728",
8+
"order": 5,
9+
"flags": 0,
10+
"help": {"file" : ["./README.textile"]}
11+
}

zem_contact_reborn.php

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

20-
$plugin['version'] = '4.5.0.0';
21-
$plugin['author'] = 'TXP Community';
20+
$plugin['version'] = '4.6.0-beta';
21+
$plugin['author'] = 'Textpattern Community';
2222
$plugin['author_uri'] = 'http://forum.textpattern.com/viewtopic.php?id=23728';
2323
$plugin['description'] = 'Form mailer for Textpattern';
2424

0 commit comments

Comments
 (0)