Releases: keesiemeijer/custom-post-type-date-archives
Releases · keesiemeijer/custom-post-type-date-archives
Version 2.7.1
Minor update to sync calendar HTML with the calendar from WordPress
Version 2.7
Introduce editor blocks for display of archives, calendars and recent posts
Version 2.6.0
- Add Rest API endpoints for the archives, calendar and recent posts.
- Allow post type post in archives and calendar plugin functions.
- Add pagination (offset) for archives and recent posts.
- Restructure calendar filters (deprecating the old calendar filters).
Version 2.5.0
- Add more control over what posts are displayed in the Recent Posts widget
- New settings class to manage admin settings
- New functions for use in theme templates
- cptda_get_post_types()
- cptda_get_queried_date_archive_post_type()
- Deprecated functions (with back compatibility)
- cptda_get_admin_post_types()
- cptda_get_date_archive_cpt()