forked from strangerstudios/pmpro-shipping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
51 lines (35 loc) · 1.86 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
=== Paid Memberships Shipping Add On ===
Contributors: strangerstudios
Tags: paid memberships pro, shipping, shipping address,
Requires at least: 3.0
Tested up to: 3.9
Stable tag: .2.6
Adds shipping fields to the Paid Memberships Pro checkout.
== Description ==
Adds shipping fields to the checkout page, confirmation page, confirmation emails, member's list and edit user profile pages.
== Installation ==
1. Make sure you have the Paid Memberships Pro plugin installed and activated.
1. Upload the `pmpro-shipping` directory to the `/wp-content/plugins/` directory of your site.
1. Activate the plugin through the 'Plugins' menu in WordPress.
== Frequently Asked Questions ==
= I found a bug in the plugin. =
Please post it in the GitHub issue tracker here: https://github.com/strangerstudios/pmpro-shipping/issues
= I need help installing, configuring, or customizing the plugin. =
Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums.
== Changelog ==
= .2.6 =
* Shipping information is now populated on the checkout page.
= .2.5 =
* PMPro Shipping will no longer override other members list CSV export columns added by other addons/code.
= .2.4 =
* State field on profile page is now a free text field instead of a dropdown.
* Wrapped strings with localization functions. They use the "pmpro" domain.
* Fixed code to require the shipping fields.
= .2.3 =
* Updated required fields to show an asterisk. Set PMPRO_SHIPPING_SHOW_REQUIRED to false to set back to the old method where only optional fields showed (optional).
* Using JavaScript to show the #sameasbilling checkbox only if the #baddress1 field is on the page and visible.
= .2.2.1 =
* Fixed bug with members list CSV columns.
= .2.2 =
* Upgraded from gist to GitHub plugin.
* First version with a readme.