Skip to content

Commit cd0bdc2

Browse files
committed
Version change.
1 parent 9336f79 commit cd0bdc2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

paid-memberships-pro.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Paid Memberships Pro
44
* Plugin URI: https://www.paidmembershipspro.com
55
* Description: The most complete member management and membership subscriptions plugin for WordPress.
6-
* Version: 2.0
6+
* Version: 2.0.1
77
* Author: Stranger Studios
88
* Author URI: https://www.strangerstudios.com
99
* Text Domain: paid-memberships-pro
@@ -16,7 +16,7 @@
1616
*/
1717

1818
// version constant
19-
define( 'PMPRO_VERSION', '2.0' );
19+
define( 'PMPRO_VERSION', '2.0.1' );
2020
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
2121
define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
2222

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: strangerstudios
33
Tags: membership, memberships, member, members, ecommerce, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory
44
Requires at least: 4
55
Tested up to: 5.0.2
6-
Stable tag: 2.0
6+
Stable tag: 2.0.1
77

88
Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site.
99

@@ -129,6 +129,9 @@ Not sure? You can find out by doing a bit a research.
129129

130130
== Changelog ==
131131

132+
= 2.0.1 - 2019-01-03 =
133+
* BUG FIX: Fixed issue where the PMPro dashboard and reports pages would appear blank if certain other plugins were active.
134+
132135
= 2.0 - 2018-12-31 =
133136
* SECURITY: Fixing how we escape things in the Memberships report SQL queries.
134137
* BUG FIX: Fixed issue where code in the Stripe gateway was cancelling old subscriptions early if users renewed with a different gateway.

0 commit comments

Comments
 (0)