Changeset 1723410
- Timestamp:
- 09/01/2017 07:50:46 PM (8 years ago)
- Location:
- cimy-swift-smtp/trunk
- Files:
-
- 2 edited
-
README_OFFICIAL.txt (modified) (1 diff)
-
swift_engine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cimy-swift-smtp/trunk/README_OFFICIAL.txt
r1719020 r1723410 63 63 CHANGELOG: 64 64 v3.0.0 - /08/2017 65 - Updated Swift Mailer to 6.0.1 (dropped support for PHP <=5.x) 65 - Updated Swift Mailer to 6.0.1 (dropped support for PHP <=5.x and WordPress <= 3.x) 66 - Fixed XSS security vulnerability that can be triggered by other admin users (credit to Zach Julian) 66 67 67 68 v2.6.3 - 10/05/2017 -
cimy-swift-smtp/trunk/swift_engine.php
r1719010 r1723410 323 323 catch (Exception $e) { 324 324 $result = false; 325 if ($echo_error) 326 echo $e->getMessage(); 325 if ($echo_error) { 326 echo esc_html_x($e->getMessage()); 327 } 327 328 } 328 329
Note: See TracChangeset
for help on using the changeset viewer.