Plugin Directory

Changeset 2125712


Ignore:
Timestamp:
07/19/2019 10:30:15 AM (7 years ago)
Author:
hornero
Message:

html tags bug solved

Location:
clean-login/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clean-login/trunk/clean-login.php

    r2053203 r2125712  
    22/**
    33 * @package Clean_Login
    4  * @version 1.9.9
     4 * @version 1.9.10
    55 */
    66/*
     
    99Description: Responsive Frontend Login and Registration plugin. A plugin for displaying login, register, editor and restore password forms through shortcodes. [clean-login] [clean-login-edit] [clean-login-register] [clean-login-restore]
    1010Author: codection
    11 Version: 1.9.9
     11Version: 1.9.10
    1212Author URI: https://codection.com
    1313Text Domain: clean-login
     
    512512                            $emailnotificationcontent = str_replace("{password}", $pass1, $emailnotificationcontent);
    513513                            $emailnotificationcontent = str_replace("{email}", $email, $emailnotificationcontent);
     514                            $emailnotificationcontent = htmlspecialchars_decode($emailnotificationcontent);
    514515                           
    515516                            add_filter( 'wp_mail_content_type', 'clean_login_set_html_content_type' );
  • clean-login/trunk/readme.txt

    r2053203 r2125712  
    44Tags: form, login, registration, editor, lost password, responsive, wpml, internationalization, languages, role, CAPTCHA, reCaptcha, honeypot, shortcode, wordpress, frontend
    55Requires at least: 3.4
    6 Tested up to: 5.1
    7 Stable tag: 1.9.9
     6Tested up to: 5.2
     7Stable tag: 1.9.10
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7373== Changelog ==
    7474
     75= 1.9.10 =
     76*   Email Notification HTML Tags bug solved. Thanks to unCommons (@uncommons)
     77*   Tested on WordPress 5.2.2
     78
    7579= 1.9.9 =
    7680*   login_redirect filter included, and MemberPress compatibility ensured.
Note: See TracChangeset for help on using the changeset viewer.