Información sobre instalación/actualización
Ver este artículo para instrucciones paso a paso para actualizar MemberMouse.
AVISO: Fin del soporte de 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.
Resumen
- Integrado con Stripe.js. Con Stripe.js, los datos de la tarjeta de crédito se intercambian (mediante JavaScript) por un token de pago antes de que se envíe el formulario de pago, por lo que la información de la tarjeta de crédito nunca entra en contacto con su servidor. Como resultado, los comerciantes pueden optar a un SAQ PCI-DSS menos riguroso utilizando Stripe.js (SAQ A-EP frente a SAQ A). Más información.
- 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='contraseña' ]ha quedado obsoleta. A corto plazo, la SmartTag seguirá permitiendo el envío de contraseñas por correo electrónico, pero sólo inmediatamente después de la creación de una cuenta y únicamente como parte del correo electrónico de bienvenida como configurado en el nivel de afiliación. 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 restablecer contraseña página principal donde pueden introducir una nueva contraseña. ACCIÓN REQUERIDA: 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="/es/[ MM_CorePage_Link type='resetpassword' ]/">[ MM_CorePage_Link type='resetpassword' ]</a>
Lea este artículo para aprenda a actualizar su plantilla de correo electrónico de olvido de contraseña. - Creado nuevos vídeos de formación 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. Más información.
- 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. Más información.
- Se ha cambiado al uso de AJAX como método de inicio de sesión a través del formulario de inicio de sesión de MemberMouse. Esto era necesario para hacer frente a las empresas de alojamiento que utilizaban la configuración mod_security para bloquear las entradas directas a la página wp-login.php, lo que hacía el antiguo formulario de inicio de sesión. Esta situación se ha evitado con el nuevo método de inicio de sesión AJAX.
- Se ha añadido el valor del cliente de toda la vida al área de datos del afiliado, lo que permite ver rápidamente el número de LCV de cada cliente.
- Added the ability to use WordPress’ login page as the default login instead of MemberMouse’s login core page. Más información.
- Se ha añadido una nueva SmartTag para su uso en los formularios de pago y de compra con 1 clic:
[ MM_Form_Data name='descripción_precio_producto' ]. Esta SmartTag emite una descripción detallada de la facturación asociada al producto adquirido. Por ejemplo, 14 días de prueba gratuita, $10,00/mes, $197.00, 2 pagos de $19.95, $99/añoetc. Más información. - 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. Más información.
- He cambiado a la versión de jQuery UI incluida con WordPress.
- Corrección de errores.

