All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Meta-query with multiple arguments not working correctly.
- Add preview parameter for retrieving drafts
- Purge Varnish on save_post
- Add addHighlightedParameters to active items
- Add author column for openpub items
- Add explanation to 'show on' taxonomy form.
- Only use 'show on' filtering in endpoints when setting is active.
- Filter related items on source slug when param is set.
- Add filtering on 'show on' to active items endpoint.
- 'show on' taxonomy is only allowed to be managed by administrators.
- Filtering on 'show on' in items endpoint from string to numeric value.
- Add 'show on' setting to openpub-settings.
- Add 'show on' setting in editor of openpub-item.
- Add filtering on 'show on' to items endpoint.
- Add escape element setting to openpub-settings.
- Add escape element setting in editor of openpub-item.
- Filter inactive items
- Add slug to related item in API.
- Add multiple unit tests.
- Add full image size to attachment meta
- Add expiration parameters to related items
- Refactor: clean-up for version 1.0.
- Add settings on settings page
- Add SettingsPageOptions model
- Add portal_url to api output on conditional
- Add date_modified to api output on conditional
- Base settings on settings page
- Comments to items
- highlighted parameter on rest endpoint
- Add: correct mappings for Elasticsearch
- Add: openpub rest route route on slug
- Add: add thumnbail url to related posts
- Fix: Standardize expired date for better compatibility.
- Add: make posttypes and taxonomies available in rest api.
- Add: make taxonomy "openpub-type" available in rest api.
- Chore: add endpoint for active items only:
wp-json/owc/openpub/v1/items/active
.
- Fix: remove unwanted redirect.
- Fix: remove unwanted exit.
- Fix: related items of theme rest api.
- Chore: remove Hooks class.
- Add: Query args for rest api.
- Update: PHPunit 8.
- (fix): check if required file for
is_plugin_active
is already loaded, otherwise load it. Props @Jasper Heidebrink
- Add: openpub endpoint description for documentation.
- Add: default order of published date.
- Add: filter options to rest api.
- Update: languages
- Add: add highlighted item to api.
- Update: languages
- Change: format of rest api to follow WP_Post for elasticsearch
- Remove: unused setting tab
- Add: docs.
- Add: php style linter
- Change: add rest api output to follow WP_Post
- Initial release