From 4a2462f375d263b7d86e9e4250507de9609ba799 Mon Sep 17 00:00:00 2001 From: Andrew Lima Date: Tue, 1 Oct 2019 13:23:39 +0200 Subject: [PATCH] Version Bump to 0.7 Version bump to 0.7 --- pmpro-shipping.php | 4 ++-- readme.txt | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pmpro-shipping.php b/pmpro-shipping.php index 93838d8..10bfd08 100755 --- a/pmpro-shipping.php +++ b/pmpro-shipping.php @@ -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 @@ -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. diff --git a/readme.txt b/readme.txt index 6e8afe9..14138f0 100755 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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.