Skip to content

Commit

Permalink
1.9.31
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jul 1, 2022
1 parent fe45a5b commit 8a7d1d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/helpers/MeprDrmHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ protected static function drm_info_no_license( $drm_status, $purpose ) {
$simple_message,
__( 'Grab your key from your <a href="' . esc_url( $account_link ) . '">Account Page</a>.', 'memberpress' ),
__( '<a href="' . esc_url( $activation_link ) . '">Click here</a> to enter and activate it.', 'memberpress' ),
__( 'That’s it!', 'memberpress' ),
__( 'That’s it!', 'memberpress' )
);
break;
case self::DRM_LOCKED:
Expand All @@ -279,7 +279,7 @@ protected static function drm_info_no_license( $drm_status, $purpose ) {
$simple_message,
__( 'Grab your key from your <a href="' . esc_url( $account_link ) . '">Account Page</a>.', 'memberpress' ),
__( '<a href="' . esc_url( $activation_link ) . '">Click here</a> to enter and activate it.', 'memberpress' ),
__( 'That’s it!', 'memberpress' ),
__( 'That’s it!', 'memberpress' )
);
break;
default:
Expand Down
4 changes: 2 additions & 2 deletions i18n/memberpress.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the MemberPress plugin.
msgid ""
msgstr ""
"Project-Id-Version: MemberPress 1.9.30\n"
"Project-Id-Version: MemberPress 1.9.31\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/memberpress\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-03-17T18:25:16+00:00\n"
"POT-Creation-Date: 2022-03-18T16:05:38+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: memberpress\n"
Expand Down
2 changes: 1 addition & 1 deletion memberpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: MemberPress Pro 30 (Legacy)
Plugin URI: http://www.memberpress.com/
Description: The membership plugin that makes it easy to accept payments for access to your content and digital products.
Version: 1.9.30
Version: 1.9.31
Author: Caseproof, LLC
Author URI: http://caseproof.com/
Text Domain: memberpress
Expand Down

0 comments on commit 8a7d1d5

Please # to comment.