Skip to content

Commit

Permalink
updated version, changelog, build for 2.99.991
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Dec 14, 2023
1 parent 7939c9a commit 4daeccc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
== Changelog ==
= 3.0 (Updated for v2.99.99 on 2023-12-08) =
= 3.0 (Updated for v2.99.991 on 2023-12-14) =
* FEATURE: Now tracking payment subscriptions using a new subscriptions table. (@dparker1005)
* FEATURE: The Multiple Memberships Per User Add On has been merged into the core PMPro plugin. #2250 (@dparker1005)
* FEATURE: The Stripe Billing Limits Add On has been merged into the core PMPro plugin. All gateways now support billing limits. #2384 (@dparker1005)
Expand Down
5 changes: 4 additions & 1 deletion blocks/build/membership/render.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<?php
echo wp_kses_post( pmpro_apply_block_visibility( $attributes, $content ) );
/**
* Render the Content Visibility block on the frontend.
*/
echo pmpro_apply_block_visibility( $attributes, $content );
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paid-memberships-pro",
"version": "2.99.99",
"version": "2.99.991",
"description": "WordPress Membership Plugin",
"directories": {
"test": "tests"
Expand Down
4 changes: 2 additions & 2 deletions paid-memberships-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Paid Memberships Pro
* Plugin URI: https://www.paidmembershipspro.com
* Description: The most complete member management and membership subscriptions plugin for WordPress.
* Version: 2.99.99
* Version: 2.99.991
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com
* Text Domain: paid-memberships-pro
Expand All @@ -16,7 +16,7 @@
*/

// version constant
define( 'PMPRO_VERSION', '2.99.99' );
define( 'PMPRO_VERSION', '2.99.991' );
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
define( 'PMPRO_MIN_PHP_VERSION', '5.6' );

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: memberships, member, community, user profile, user registration, members,
Requires at least: 5.2
Tested up to: 6.4.2
Requires PHP: 5.6
Stable tag: 2.99.99
Stable tag: 2.99.991

Build a membership site that grows with you: user registration, member profiles, 28 protected content types, free or paid subscriptions.

Expand Down Expand Up @@ -190,7 +190,7 @@ Not sure? You can find out by doing a bit a research.
9. Advanced settings for updating non-member messages, optionally show excerpts or filter content, use reCAPTCHA, and a Terms of Service checkbox.

== Changelog ==
= 3.0 (Updated for v2.99.99 on 2023-12-08) =
= 3.0 (Updated for v2.99.991 on 2023-12-08) =
* FEATURE: Now tracking payment subscriptions using a new subscriptions table. (@dparker1005)
* FEATURE: The Multiple Memberships Per User Add On has been merged into the core PMPro plugin. #2250 (@dparker1005)
* FEATURE: The Stripe Billing Limits Add On has been merged into the core PMPro plugin. All gateways now support billing limits. #2384 (@dparker1005)
Expand Down

0 comments on commit 4daeccc

Please sign in to comment.