Skip to content

Releases: wpperformance/deaktiver

1.5.2

Choose a tag to compare

@ipatate ipatate released this 07 Sep 15:44
752579d

Extract admin post type resolution and add unit tests. Same CPT save allow-list as 1.5.1 (no 403 on classic post.php save). Native posts, categories and tags stay blocked.

Note: 1.5.1 already contains the functional CPT save fix. Sites still pinned to 1.5.0 should bump to 1.5.1 or 1.5.2.

1.5.1

Choose a tag to compare

@ipatate ipatate released this 17 Aug 07:52
75cfae6

What's Changed

  • Fix CPT save blocked on post.php when posts option is enabled by @ipatate in #3

Full Changelog: 1.5.0...1.5.1

1.5.0

Choose a tag to compare

@ipatate ipatate released this 09 Aug 16:36
4e97cb1

What's Changed

Full Changelog: 1.0.0...1.5.0

1.0.0

Choose a tag to compare

@ipatate ipatate released this 09 Aug 16:16
edd7134

Posts / blog: new posts option to disable the native blog surface
Admin: hide Posts menu, block post/category/tag screens, remove Quick Draft and “New Post” admin bar item
Front: 301 redirect to home for single posts, category/tag archives, post-only author/date archives, post feeds, and post-only search
Queries: exclude post from front search and secondary queries (Query Loop, etc.)
REST: remove /wp/v2/posts, /wp/v2/categories, /wp/v2/tags and related sub-routes
Widgets: unregister Recent Posts, Categories, Archives, Calendar, Tag Cloud
Bootstrap: main plugin file renamed from index.php to deaktiver.php
Admin app: Vite upgraded to v8 (rolldownOptions, import.meta.dirname), dynamic public base path for Bedrock (/app/plugins/...) and classic (/wp-content/plugins/...), Biome config updated for 2.x