Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 808 Bytes

upgrade-guide.md

File metadata and controls

11 lines (6 loc) · 808 Bytes

Update Guide

Upgrading to 5.5.1 from 5.5.0

This update changes templates to work with ACF fields.

For Models implementing the CustomPostType interface, change the customPostTypeData method to a static method from instance method.

If you were using the Template & Sidebar metabox from the TemplateAndSidebarServiceProvider, templates are now handled with WordPress meta. In models implementing the CustomPostType interface, return an array of available templates from the static getAvailableTemplates method. Use the updated SideBarServiceProvider to create a sidebar metabox.