Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Download the latest release of the plugin from "the GitHub project page":https:/

To uninstall, delete from the Admin → Plugins panel.

Alternatively, this plugin template can be installed using "Composer":http://getcomposer.org:

bc. $ composer require bloke/zem_contact_reborn

h2(#differences). Differences from previous version

If upgrading from v4.0.3.20, please note these differences:
Expand Down
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "bloke/zem_contact_reborn",
"description": "Form mailer plugin for Textpattern CMS",
"keywords": ["textpattern", "plugin", "forms"],
"homepage": "https://github.com/Bloke/zem_contact_reborn",
"license": "GPL-2.0",
"type": "textpattern-plugin",
"support": {
"issues": "https://github.com/Bloke/zem_contact_reborn/issues",
"source": "https://github.com/Bloke/zem_contact_reborn"
},
"require": {
"textpattern/lock": ">=4.5.0",
"textpattern/installer": "*"
}
}