Skip to content

Commit

Permalink
Merge pull request #25 from andrewlimaza/v0.7
Browse files Browse the repository at this point in the history
Version Bump to 0.7
  • Loading branch information
andrewlimaza authored Oct 1, 2019
2 parents a55ad6d + 4a2462f commit 90cfc9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pmpro-shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paid Memberships Pro - Shipping Add On
Plugin URI: https://www.paidmembershipspro.com/add-ons/shipping-address-membership-checkout/
Description: Add shipping to the checkout page and other updates.
Version: .6
Version: .7
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-shipping
Expand All @@ -12,7 +12,7 @@

if(!defined('PMPRO_SHIPPING_SHOW_REQUIRED'))
define( 'PMPRO_SHIPPING_SHOW_REQUIRED', true ); //if false required fields won't have asterisks and non-required fields will say (optional)
define( 'PMPRO_SHIPPING_VERSION', '.6' );
define( 'PMPRO_SHIPPING_VERSION', '.7' );

/**
* Load plugin textdomain.
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: strangerstudios
Tags: paid memberships pro, shipping, shipping address,
Requires at least: 4.0
Tested up to: 4.9
Stable tag: .6
Tested up to: 5.2.3
Stable tag: .7

Adds shipping fields to the Paid Memberships Pro checkout.

Expand All @@ -28,6 +28,11 @@ Please post it in the GitHub issue tracker here: https://github.com/strangerstud
Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums.

== Changelog ==
= .7 =
* ENHANCEMENT: Support State Dropdown Add On.
* ENHANCEMENT: Added in phone field support for shipping address.
* ENHANCEMENT: Improved internationalization for translating the plugin.

= .6 =
* BUG FIX: Fixed bugs where shipping address was not being saved. Rewrote the logic that figures out when and how to save shipping to user meta based on the chosen gateway.
* BUG FIX: Fixed bugs where the "same as" checkbox was no longer toggling the shipping address fields or being hidden when there was no billing address to copy.
Expand Down

0 comments on commit 90cfc9b

Please sign in to comment.