Changeset 2453150
- Timestamp:
- 01/09/2021 03:02:59 PM (5 years ago)
- Location:
- easy-wp-members
- Files:
-
- 7 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-258x258.png (modified) (previous)
-
trunk/classes/easywpm.messaging.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-wp-members/trunk/classes/easywpm.messaging.php
r1834086 r2453150 102 102 // (Re)create it, if it's gone missing 103 103 if ( !is_object( $phpmailer ) || !is_a( $phpmailer, 'PHPMailer' ) ) { 104 require_once ABSPATH . WPINC . '/class-phpmailer.php'; 104 //require_once ABSPATH . WPINC . '/class-phpmailer.php'; 105 require_once ABSPATH . WPINC . '/PHPMailer/PHPMailer.php'; 105 106 require_once ABSPATH . WPINC . '/class-smtp.php'; 106 107 $phpmailer = new PHPMailer( true ); -
easy-wp-members/trunk/index.php
r2437320 r2453150 4 4 Plugin URI: https://easywpmembers.com 5 5 Description: Members management system. 6 Version: 1.1. 86 Version: 1.1.9 7 7 Author: Easy WP Members 8 8 Text Domain: easy-wp-members -
easy-wp-members/trunk/readme.txt
r2437320 r2453150 4 4 Requires at least: 3.0.1 5 5 Tested up to: 5.6.0 6 Stable tag: 1.1. 86 Stable tag: 1.1.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 148 148 == Changelog == 149 149 150 = 1.1.8 (12-12-2019) = 150 = 1.1.9 (01-09-2021) = 151 Tweaks for WP 5.6 152 Security has been improved by adding nonce. Please update 153 154 = 1.1.8 (12-12-2020) = 151 155 Tweaks for WP 5.6 152 156 PHP Warning messages fixed.
Note: See TracChangeset
for help on using the changeset viewer.