Changeset 2125712
- Timestamp:
- 07/19/2019 10:30:15 AM (7 years ago)
- Location:
- clean-login/trunk
- Files:
-
- 2 edited
-
clean-login.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clean-login/trunk/clean-login.php
r2053203 r2125712 2 2 /** 3 3 * @package Clean_Login 4 * @version 1.9. 94 * @version 1.9.10 5 5 */ 6 6 /* … … 9 9 Description: 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] 10 10 Author: codection 11 Version: 1.9. 911 Version: 1.9.10 12 12 Author URI: https://codection.com 13 13 Text Domain: clean-login … … 512 512 $emailnotificationcontent = str_replace("{password}", $pass1, $emailnotificationcontent); 513 513 $emailnotificationcontent = str_replace("{email}", $email, $emailnotificationcontent); 514 $emailnotificationcontent = htmlspecialchars_decode($emailnotificationcontent); 514 515 515 516 add_filter( 'wp_mail_content_type', 'clean_login_set_html_content_type' ); -
clean-login/trunk/readme.txt
r2053203 r2125712 4 4 Tags: form, login, registration, editor, lost password, responsive, wpml, internationalization, languages, role, CAPTCHA, reCaptcha, honeypot, shortcode, wordpress, frontend 5 5 Requires at least: 3.4 6 Tested up to: 5. 17 Stable tag: 1.9. 96 Tested up to: 5.2 7 Stable tag: 1.9.10 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 == Changelog == 74 74 75 = 1.9.10 = 76 * Email Notification HTML Tags bug solved. Thanks to unCommons (@uncommons) 77 * Tested on WordPress 5.2.2 78 75 79 = 1.9.9 = 76 80 * login_redirect filter included, and MemberPress compatibility ensured.
Note: See TracChangeset
for help on using the changeset viewer.