Releases: udx/wp-stateless
Releases · udx/wp-stateless
2.3.2 RC2
Reverted BuddyPress enhancement. Issue #417
2.3.2.RC1
- FIX - Fixed video file doesn't get deleted from the server in
Statelessmode. GitHub issue #418. - FIX - Fixed file size doesn't show under attachment details in
Statelessmode. GitHub issue #413. - FIX - Fixed Cache-Busting feature works even if the Mode is
Disabled. GitHub issue #405. - COMPATIBILITY - Fixed Gravity Form Post Image didn't include
Bucket Folder. GitHub issue #421. - COMPATIBILITY - Fixed Divi Builder Export. GitHub issue #420.
- COMPATIBILITY - Fixed BuddyBoss pages breaking after updating to 2.3.0. GitHub issue #417.
Release 2.3.1
- Fix - Fixed fatal error, undefined function
is_wp_version_compatible. GitHub issue #414.
Release 2.3.0
- FIX - Fixed problem with WordPress 5.3. GitHub issue #406.
- FIX - Fixed problem with the Cache Busting feature. GitHub issue #377.
- COMPATIBILITY - Added compatibility support for WP Retina 2x pro. GitHub issue #380.
- COMPATIBILITY - Enhanced compatibility support for LiteSpeed Cache. GitHub issue #365.
- COMPATIBILITY - Enhanced compatibility support for ShortPixel Image Optimizer. GitHub issue #364, #398.
- COMPATIBILITY - Fixed Gravity Form export. GitHub issue #408.
- ENHANCEMENT - Improved upon add_media function for better compatibility support. GitHub issue #382.
Release 2.2.7
Release 2.2.6
Release 2.2.5
Release 2.2.4
- NEW - Added new filter
wp_stateless_skip_add_media. Allows skipping synchronization of the media object with GCS depending on custom condition. GitHub Issue #344. - FIX - Compatibility Manager is considering Child Themes now. GitHub Issue #351.
- FIX - Custom domains handling has been fixed. GitHub Issue #358.
- ENHANCEMENT - Imagify Image Optimizer and WP Smush compatibilities improved. GitHub Issue #359.
Release 2.2.3
- FIX -
get_post_metadatadoes not break multi-dimensional arrays anymore. GitHub Issue #352. - FIX -
PHP Warning: substr_compare()fixed. GitHub Issue #350. - FIX - Filtering Domain setting before saving in order to get rid of possible empty spaces. GitHub Issue #348.
- FIX - Incorrect remote file path generated when disabled Organization setting. GitHub Issue #343.
- FIX - Hiding admin notices correctly. GitHub Pull Request #355.
Release 2.2.2
- FIX - Proper 'srcset' attribute handling. GitHub Issue #342.
- ENHANCEMENT - Minor fixes code quality.