Upgrade to oik-types v2.0.0-alpha-20181019 for PHP 7.2 support.
oik-types supports peaceful coexistence with WordPress 5 / Gutenberg. It allows you to override post type registrations to either enable or disable the REST API. When the REST API is enabled for a post type and its associated taxonomies then you will be able to use the Block editor.
oik-types v2.0.0-alpha20181019 is dependent upon oik v3.2.3, the minimum version which also supports WordPress 5.0, Gutenberg and PHP 7.2.
Changes
Change | Reference |
---|---|
Added: Add show_in_rest checkbox | bobbingwide/oik-types#13 |
Changed: Add batch setting of archive_posts_per_page. First version | bobbingwide/oik-types#8 |
Changed: Add more strings to oik_cpt_oik_post_type_supports | bobbingwide/oik-types#14 |
Changed: Add singular_name to custom taxonomies | bobbingwide/oik-types#16 |
Changed: Add three more post_type_supports values | bobbingwide/oik-types#2 |
Changed: Depends on oik v3.2.3 | |
Changed: Don’t alter orderby for posts. | bobbingwide/oik-types#9 |
Changed: Eliminate deprecated messages from bw_translate | bobbingwide/oik-types#15 |
Changed: Force orderby title ASC for taxonomy and category queries | bobbingwide/oik-types#9 |
Changed: Pass $args rather than $label in oiktax_register_taxonomy | |
Changed: Set posts_per_page for the main taxonomy archive query | bobbingwide/oik-types#9 |
Changed: Support PHP 7.1 and PHP 7.2 | bobbingwide/oik-types#7 |
Tested: With WordPress 4.9.8 |