All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Block editor support
- Fix post targeting when called recursively
- Improved Quick-Edit and Bulk-Edit support
- Remove
attachment
type support for now, as there is no way to switch back - Fix bug causing some post-types to switch unexpectedly
- Ensure quick-edit works with new procedure
- Quick-edit "Type" column works again!
- Improved plugin compatibility with WooThemes Sensei
- Filter post arguments vs. hook to save_post
- Add "post_type_switcher" action
- Add support for network activation
- Add textdomains for localization
- Load translation strings using load_plugin_textdomain()
- Before saving data chack if it's not an autosave using wp_is_post_autosave()
- Before saving data chack if it's not a revision using wp_is_post_revision()
- Security: Prevent direct access to directories
- Security: Translation strings escaping
- Add screenshots
- Fix multiple quickedit dropdowns
- Improve handling of non-public post types
- Fix saving of autodrafts
- Improved WordPress 3.9 integration (added dashicon to publish metabox)
- Add bulk editing to supported post types
- Props Matthew Gerring for bulk edit contribution
- Add is_admin() check to prevent theme-side interference
- Change save_post priority to 999 to avoid plugin compatibility issues
- Remove ending closing php tag
- HTML and PHPDoc improvements
- Fix revisions being nooped
- Fix malformed HTML for some user roles
- Classificationate
- Fix JS bugs
- Audit post save bail conditions
- Tweak UI for WordPress 3.3
- Use the API to change the post type, fixing a conflict with persistent object caches
- No longer requires JavaScript
- Disallow post types that are not public and do not have a visible UI
- Release