-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
60 lines (39 loc) · 1.83 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=== Mailgun Subscriptions ===
Contributors: jbrinley
Tags: mailing lists, subscriptions, widget, email
Requires at least: 3.9
Tested up to: 4.8
Stable tag: 1.3.2
License: GPL-2.0
License URI: https://opensource.org/licenses/GPL-2.0
Add a Mailgun subscription form to your WordPress site. Your visitors can use the form to subscribe to your lists using the Mailgun API.
== Description ==
Add a Mailgun subscription form to your WordPress site. Your visitors can use the form to subscribe to your lists using the Mailgun API.
== Installation ==
1. Install and activate just as a normal WordPress plugin.
1. You'll find the "Mailgun Lists" settings page in the Settings admin menu. Here, you can setup your API keys, control which lists you're making available, and create custom descriptions for your lists.
== Changelog ==
= 1.3.2 =
* Fix PHP warning when subscribing to a new list from the account management page
= 1.3.1 =
* Remove current/change email toggle from account management page
* Merge account management page dynamic content with static page content
* Enable admin to manually place dynamic account management page content using the [mailgun_account_management] shortcode
* Fix bug with ajax submission handling for logged out users
= 1.3.0 =
* Ajax handling of the subscription widget
* Form to change email address on the account management page
= 1.2.0 =
* Optional name field for the subscription widget (credit to Paul Ryley)
* Fix PHP notice when first loading admin page
* Default to WordPress email validation, with filter to use MailGun API
= 1.1.2 =
* Fix fatal error during uninstall
* Fix error saving account management page ID
= 1.1.1 =
* Validate email address when requesting token to manage account
* Disable caching of subscription management page
= 1.1 =
* New feature: subscription management
= 1.0 =
* Initial version