Skip to content

Commit

Permalink
Updates to 1.11.31
Browse files Browse the repository at this point in the history
  • Loading branch information
MemberPress committed May 23, 2024
1 parent 3f1dc05 commit 326490b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 20 deletions.
1 change: 0 additions & 1 deletion app/controllers/MeprReadyLaunchCtrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ public function override_page_templates( $template ) {
$logo = esc_url( wp_get_attachment_url( $mepr_options->design_logo_img ) );
$user = MeprUtils::get_currentuserinfo();
$wrapper_classes = '';
$enable_rl_wp_footer = MeprHooks::apply_filters('mepr-rl-enable-wp-footer', isset($mepr_options->rl_enable_wp_footer) && 'enabled' === $mepr_options->rl_enable_wp_footer, $post, $user);

if ( self::template_enabled( 'pricing' ) ) {
$user = MeprUtils::get_currentuserinfo();
Expand Down
6 changes: 1 addition & 5 deletions app/views/readylaunch/layout/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@

</main>

<?php
if($enable_rl_wp_footer) {
wp_footer();
}
?>
<?php wp_footer(); ?>
</body>

</html>
6 changes: 1 addition & 5 deletions app/views/readylaunch/layout/guest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@
</main>


<?php
if($enable_rl_wp_footer) {
wp_footer();
}
?>
<?php wp_footer(); ?>
</body>

</html>
16 changes: 8 additions & 8 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.11.30\n"
"Project-Id-Version: MemberPress 1.11.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: 2024-05-21T16:33:27+00:00\n"
"POT-Creation-Date: 2024-05-22T15:20:24+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: memberpress\n"
Expand Down Expand Up @@ -1847,7 +1847,7 @@ msgid "You do not have sufficient permission to perform this operation"
msgstr ""

#: app/controllers/MeprPayPalConnectCtrl.php:683
#: app/controllers/MeprReadyLaunchCtrl.php:297
#: app/controllers/MeprReadyLaunchCtrl.php:296
#: app/controllers/MeprStripeCtrl.php:83
msgid "Transaction not found"
msgstr ""
Expand Down Expand Up @@ -2116,26 +2116,26 @@ msgstr ""
msgid "No membership found"
msgstr ""

#: app/controllers/MeprReadyLaunchCtrl.php:387
#: app/controllers/MeprReadyLaunchCtrl.php:386
msgid "ReadyLaunch™"
msgstr ""

#: app/controllers/MeprReadyLaunchCtrl.php:475
#: app/controllers/MeprReadyLaunchCtrl.php:474
msgid "Welcome Image should be uploaded if Show Welcome Image button is checked"
msgstr ""

#: app/controllers/MeprReadyLaunchCtrl.php:685
#: app/controllers/MeprReadyLaunchCtrl.php:684
#: app/models/MeprUser.php:817
#: app/models/MeprUser.php:893
msgid "You must enter both your First and Last name"
msgstr ""

#: app/controllers/MeprReadyLaunchCtrl.php:691
#: app/controllers/MeprReadyLaunchCtrl.php:690
#: app/models/MeprUser.php:821
msgid "You must enter a valid email address"
msgstr ""

#: app/controllers/MeprReadyLaunchCtrl.php:697
#: app/controllers/MeprReadyLaunchCtrl.php:696
#: app/models/MeprUser.php:827
msgid "This email is already in use by another member"
msgstr ""
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.11.30
Version: 1.11.31
Requires PHP: 7.4
Author: Caseproof, LLC
Author URI: http://caseproof.com/
Expand Down

0 comments on commit 326490b

Please sign in to comment.