WP7.0 compatibility#694
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (2)
📝 WalkthroughWalkthroughThis patch release enhances Pro Connect configuration detection to recognize own-OAuth health status and client_auth credentials, fixes Pro OAuth disconnect UI text rendering, and updates the plugin version to 4.0.3 with WordPress 7.0 compatibility documentation. ChangesVersion 4.0.3 Configuration Detection and Compatibility
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| delete_option('simple-calendar_redirect_to_connect'); | ||
| delete_option('simple_calendar_pro_redirect_to_connect'); | ||
|
|
||
| if (function_exists('simcal_apply_connect_defaults_on_plugin_event')) { |
| return; | ||
| } | ||
|
|
||
| if (function_exists('simcal_maybe_dismiss_connect_welcome_if_already_configured')) { |
| <?php return; | ||
| } | ||
|
|
||
| if (function_exists('simcal_maybe_dismiss_connect_welcome_if_already_configured')) { |
| : (bool) get_option('simple-calendar_connect_welcome_dismissed_' . $welcome_context, false); | ||
|
|
||
| $show_welcome = $force_welcome || !$context_dismissed; | ||
| $already_configured = |
Description: Make Compatible with WP7.0 and fix error message on own via SC.
Clickup: https://app.clickup.com/t/86d358r5z
Summary by CodeRabbit
Bug Fixes
Chores