Improved Gecko Guest Redirect and small compatibility fixes for Visual Composer & other page builders.
What’s new?
More flexible Gecko Guest Redirect
The forced Guest Redirect (sending user away to a selected page if he is not logged in) now ignores the WordPress default Privacy Policy page (along with previously ignored registration & password reset pages). We also added a simple text field where you can define a custom list of pages (comma-separated IDs) to be exempt from this redirect.
Visual Composer & other page builders compatibility
We fixed an issue where our Elementor Pro compatibility class clashed with Visual Composer over some filters both plugins use. We also improved the global object handling and detection in some areas, to avoid PHP notices printing while editing page with page builders (in such scenarios the global $post
object is often empty, we needed some extra checks there).
Other fixes
There was a chance an edge case fatal error when changing user roles in the WP backend. The operation failed if PeepSo PMP Integration was attempting to set PeepSo VIP icons on a user who did not have an icon before, due to a missing array
conversion.