Skip to content

v1.0.2

Latest

Choose a tag to compare

@dav1lex dav1lex released this 13 Jun 10:17

Security fix

  • /publish and /save-draft REST endpoints now derive the correct capability (publish_posts / edit_posts) from the target post's actual post type via get_post_type_object(), instead of checking hardcoded capability strings. Ensures correct permission checks for all post types.