Version: 230815
(Framework) **Bug Fix**: Fix PayPal IPNs being ignored because a bug in the last release. After updating to this release, you may want to [review your latest IPNs](https://www.paypal.com/merchantnotification/ipn/history) since updating to v221028, and re-send them from PayPal. See [thread 10208](https://f.wpsharks.com/t/10208)
- (Framework) **Fix**: Initialized some array keys to prevent PHP warnings in PayPal notify and return files. Thanks Greg Mulhauser for your help.
- (Framework) **UI**: Widened the Logs viewer. Thanks Sim. See [thread 10064](https://f.wpsharks.com/t/10064)
- (Framework) **UI**: Framework auto-update is now allowed when Pro add-on installed.
- (Pro) **UI**: The Pro updater now shows when a newer version available, not just when required.
- (Framework)
**Enhancement**: New `current_user_days_to_eot_less_than` function for conditionals.
Useful when you want to show a message to a user on his last days of access before the EOT time in his profile. E.g. `[s2If current_user_days_to_eot_less_than(31)]
Please renew your membership[/s2If]`.
Kudos to Felix for his help, see [post 6783](https://f.wpsharks.com/t/6783).