-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from DashMedia/develop
Develop
- Loading branch information
Showing
9 changed files
with
64 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FormItCampaignMonitor | ||
============ | ||
# FormItCampaignMonitor | ||
|
||
Hooks and system settings to send transational email through Campaign Monitor as well as a subscriber hook to add form submissions to a mailing list | ||
Hooks and system settings to send transational email through Campaign Monitor as well as a subscriber hook to add form submissions to a mailing list. | ||
|
||
This package was built using Repoman (https://github.com/craftsmancoding/repoman/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
Changelog for FormItCampaignMonitor | ||
# Changelog for FormItCampaignMonitor | ||
|
||
FormItCampaignMonitor 1.1.3 | ||
--------------------------------- | ||
Remove unneeded vars from top of cmSubscribe | ||
## FormItCampaignMonitor 1.1.5-pl | ||
|
||
FormItCampaignMonitor 1.1.2 | ||
--------------------------------- | ||
Fall back to `Email` when no replyToEmail` provided | ||
* BUG FIX: Casting the custom-feilds variable into an array in CM_API in case it's empty or not valid the loop doesnot process it | ||
|
||
FormItCampaignMonitor 1.0.0 | ||
--------------------------------- | ||
Initial Version | ||
## FormItCampaignMonitor 1.1.4-pl | ||
|
||
* Add max_filesize checks | ||
|
||
## FormItCampaignMonitor 1.1.3-pl | ||
|
||
* Remove unneeded vars from top of cmSubscribe | ||
|
||
## FormItCampaignMonitor 1.1.2-pl | ||
|
||
* Fall back to `Email` when no replyToEmail` provided | ||
|
||
## FormItCampaignMonitor 1.0.0-pl | ||
|
||
* Initial Version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
FormItCampaignMonitor | ||
----- | ||
# FormItCampaignMonitor | ||
|
||
Hooks and system settings to send transational email through Campaign Monitor as well as a subscriber hook to add form submissions to a mailing list. | ||
|
||
Author: Jason Carney <[email protected]> | ||
Copyright 2017 | ||
This package was built using Repoman (https://github.com/craftsmancoding/repoman/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters