-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06268eb
commit b4f5f9e
Showing
4 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,20 @@ | |
* Plugin Name: Paid Memberships Pro - v3.0 Beta 4 | ||
* Plugin URI: https://www.paidmembershipspro.com | ||
* Description: The most complete member management and membership subscriptions plugin for WordPress. | ||
* Version: 2.99.993 | ||
* Version: 2.99.994 | ||
* Author: Paid Memberships Pro | ||
* Author URI: https://www.paidmembershipspro.com | ||
* Text Domain: paid-memberships-pro | ||
* Domain Path: /languages | ||
*/ | ||
/** | ||
* Copyright 2011-2023 Stranger Studios | ||
* Copyright 2011-2024 Stranger Studios | ||
* (email : [email protected]) | ||
* GPLv2 Full license details in license.txt | ||
*/ | ||
|
||
// version constant | ||
define( 'PMPRO_VERSION', '2.99.993' ); | ||
define( 'PMPRO_VERSION', '2.99.994' ); | ||
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() ); | ||
define( 'PMPRO_MIN_PHP_VERSION', '5.6' ); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters