Informationen zur Installation/Upgrade
Siehe diesen Artikel für Schritt-für-Schritt-Anleitung zur Aktualisierung von MemberMouse.
NOTICE: Ende der Unterstützung für PHP 5.2
Starting with the next release, MemberMouse will no longer support versions of PHP lower than 5.3. Once you’ve upgraded to this version of MemberMouse, the plugin will display a warning message if you need to take any action.
If you’re on a version of PHP lower than 5.3, please contact your hosting provider and request a more recent version of PHP.
Zusammenfassung
- Integriert mit Stripe.js. Bei Stripe.js werden die Kreditkartendaten (mit JavaScript) gegen ein Zahlungs-Token ausgetauscht, bevor das Kassenformular abgeschickt wird, so dass die Kreditkarteninformationen nie Ihren Server berühren. Infolgedessen können sich Händler durch die Verwendung von Stripe.js für eine weniger strenge PCI-DSS-SAQ qualifizieren (SAQ A-EP gegenüber SAQ A). Mehr erfahren.
- MemberMouse is now 100% integrated with how WordPress handles password management. In fact, we simply leverage their system. This ensures that MemberMouse will automatically be in line with any security updates to WordPress releases. As a result of this we no longer store an encrypted version of the customer’s password in MemberMouse database tables which means that certain functionality is no longer possible:
[ MM_Member_Data name='password' ]Funktion wurde abgeschafft. Kurzfristig wird der SmartTag weiterhin das Versenden von Passwörtern per E-Mail ermöglichen, jedoch nur unmittelbar nach der erstmaligen Erstellung eines Kontos und nur als Teil der Begrüßungs-E-Mail, da konfiguriert auf der Ebene der Mitgliedschaft. It won’t work if included in a push notification email. Passwords are no longer encrypted and stored, and all customers should instead update their forgot password email templates to use the new reset password mechanism.getMemberAPI call no longer returns the member’s password. If you were using this call to retrieve the member’s password you should look to standard WordPress password notification functionality to redevelop your integration.
- Integrated the reset password process directly with WordPress’ built-in process. Now when a customer requests a new password through the forgot password form they’ll receive an email with a link that has a unique, encrypted reset validation key assuring the user is truly the owner of the account and can safely reset their password. This will take them to a new Passwort zurücksetzen Hauptseite wo sie ein neues Passwort eingeben können. MASSNAHMEN ERFORDERLICH: Now that the customer will be given the opportunity to set their own new password via the reset password page, you’ll need to update your forgot password email template to include the SmartTag that outputs the secure reset password link. Here’s what you need to add:
<a href="/de/[ MM_CorePage_Link type='resetpassword' ]/">[ MM_CorePage_Link type='resetpassword' ]</a>
Lesen Sie diesen Artikel, um lernen Sie, wie Sie Ihre E-Mail-Vorlage "Passwort vergessen" aktualisieren können. - Erstellt neue Schulungsvideos and included them in the plugin in an effort to help customers get up & running as quickly as possible.
- Added the ability to add user-defined pages to the member details area. With user-defined pages you can create custom pages driven by member data that are proprietary to your business. Since they’re loaded in the member details area this provides you with the opportunity to streamline your customer support processes. Mehr erfahren.
- We’ve added Safe Mode functionality to make it quicker and easier for our customer success team help you troubleshoot potential issues with the MemberMouse plugin. If you run into a situation where MemberMouse seems to behaving in an unexpected way, the first step will be to put MemberMouse into Safe Mode. This will temporarily deactivate all 3rd party software running on your WordPress site which removes the potential for this software to interfere with MemberMouse. If the issue cannot be replicated with Safe Mode activated then this is a good sign that the issue is being caused by one of the 3rd party software providers and reaching out to their support team will yield the quickest resolution to the problem. Knowing exactly where issues are coming from will help you resolve them more quickly. Mehr erfahren.
- Umstellung auf die Verwendung von AJAX als Methode zur Anmeldung über das MemberMouse-Anmeldeformular. Dies war erforderlich, um Hosting-Unternehmen anzusprechen, die mod_security-Einstellungen verwenden, die direkte Beiträge zur wp-login.php-Seite blockieren, was das alte Anmeldeformular tat. Diese Situation wurde nun mit dem neuen AJAX-Anmeldeverfahren abgewendet.
- Im Bereich der Mitgliederdetails wurde der Lifetime-Kundenwert hinzugefügt, so dass Sie die LCV-Zahl für jeden Kunden schnell sehen können.
- Added the ability to use WordPress’ login page as the default login instead of MemberMouse’s login core page. Mehr erfahren.
- Es wurde ein neuer SmartTag zur Verwendung in den Formularen "Kasse" und "1-Klick-Kauf" hinzugefügt:
[ MM_Form_Data name='productPriceDescription' ]. Dieser SmartTag gibt eine detaillierte Beschreibung der mit dem gekauften Produkt verbundenen Rechnungsstellung aus. Zum Beispiel, 14 Tage kostenlos testen, $10.00/Monat, $197.00, 2 Zahlungen von $19.95, $99/Jahr, usw. Mehr erfahren. - Added cancellation date to data passed to push notification scripts and API results. Cancellation date is the date when a member’s account will be canceled and is only relevant when an account is in pending cancellation status. Mehr erfahren.
- Wechsel zur Verwendung der mit WordPress gebündelten Version von jQuery UI.
- Fehlerbehebungen.

