As per our best practice, this release has been automatically updated for WordPress x Lightspeed customers. Self-managed customers are strongly encouraged to upgrade to this version. Please be advised that as of today, December 31 2019, the WordPress containers that are Managed by Lightspeed have all been upgraded from version WordPress 5.3.1. to version 5.3.2. We have retired WordPress 5.3.1. series across all customers.
For Self-Managed customers, go to Dashboard → Updates and click Update Now.
Security Updates:
Main issues addressed in 5.3.2:
- Date/Time: Ensure that
get_feed_build_date()
correctly handles a modified post object with invalid date. - Uploads: Fix file name collision in
wp_unique_filename()
when uploading a file with upper case extension on non case-sensitive file systems. - Media: Fix PHP warnings in
wp_unique_filename()
when the destination directory is unreadable. - Administration: Fix the colors in all color schemes for buttons with the
.active
class. - Posts, Post Types: In
wp_insert_post()
, when checking the post date to setfuture
orpublish
status, use a proper delta comparison.