Prevented fatal boot errors by skipping unavailable service classes during service registration.
Updated release versioning to 1.0.14.
1.0.13
Improvements
Added SEO dependency resolver with OR logic for Yoast SEO or All in One SEO.
Added wp-admin dependency notice with install/activate actions and multisite-safe behavior.
Fixed notice spacing/alignment and plugin check hardening for direct file access and escaped output.
Updated release versioning to 1.0.13.
1.0.12
Bug fixes
Fixed WP-Cron fatal error when syncing categories by replacing wp_insert_category() and wp_update_category() with wp_insert_term() and wp_update_term().
Updated release versioning to 1.0.12.
1.0.11
Bug fixes
Prevented Cron cleanup from deleting plugin-managed dynamic pages (Search, Archives, etc.) by excluding pages with _optipub_plugin_page meta.
Fixed paginated ID fetching for cleanup sync to avoid accidental deletion when API responses span multiple pages.
Prevented static page sync from overwriting plugin-managed dynamic pages when slugs conflict.
Updated release versioning to 1.0.11.
1.0.10
Bug fixes
Fixed Publication Page Settings checkboxes so unchecked Enable and Use Post Type in URL values persist correctly after save.
Updated release versioning to 1.0.10.
1.0.9
Bug fixes
Fixed page macro replacement to read prefixed optipub_macro_{$custom_*} keys with backward compatibility for legacy macro keys.