Skip to content

Commit

Permalink
prepare 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightbr committed Jun 14, 2017
1 parent ef7a969 commit 6b33dd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,12 @@ welp_mailjet:
## ToDo
* Moar tests...
* More unit tests
* Functionnal tests
* handle when user changes email
* Unit Synchronize User
* Debug/Sandbox configuration mode
## MailJet issues
* How to change user email? (workaround: remove old, add new...)
* Event API/webhook: how to synchronize specific contact subscribe event ? (available sent, open, click, bounce, spam, blocked, unsub)
- When user unsubscribe from external link ??
- When user resubscribe to list (widget or admin)
* Bulletproof webhook handler
* Specific config for transactionnal client (call, options)
* Other features like Campaigns, stats, ...
## Contributing
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "welp/mailjet-bundle",
"description": "MailChimp API V3 Symfony Bundle",
"version": "1.0.0-dev",
"description": "Symfony bundle for Mailjet API V3",
"version": "1.0.0-beta.1",
"type": "symfony-bundle",
"homepage": "https://github.com/welpdev/mailjetBundle",
"license": "MIT",
Expand Down
15 changes: 5 additions & 10 deletions src/Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,12 @@ welp_mailjet:
## ToDo
* Moar tests...
* More unit tests
* Functionnal tests
* handle when user changes email
* Unit Synchronize User
* Debug/Sandbox configuration mode
## MailJet issues
* How to change user email? (workaround: remove old, add new...)
* Event API/webhook: how to synchronize specific contact subscribe event ? (available sent, open, click, bounce, spam, blocked, unsub)
- When user unsubscribe from external link ??
- When user resubscribe to list (widget or admin)
* Bulletproof webhook handler
* Specific config for transactionnal client (call, options)
* Other features like Campaigns, stats, ...
## Contributing
Expand Down

0 comments on commit 6b33dd7

Please sign in to comment.