feature for adding custom taxonomies(added to 0.1.0)add translations for core(added to 0.2.0)ensure a plugin dev is able to translate his/her plugin as well(added to 0.2.0)docs! … add a (simple) how-to or guide(added to 0.4.0)api feature for easily creating API endpoints using the WP REST API(added to 0.8.0)service for accessing(added to 0.9.0)wp_optionsand base class to easily build config pages in WP-admin panel for lettings users update thewp_optionsentries- some last optimizations and todos for custom taxonomies and fields
- maybe add some additional features or base classes for feature implementations … maybe
- database service for easily querying WP posts
- preparations (abstract classes) or even implementations (concrete classes for direct use) of some more features such as
- EnableSvgUpload
- EnableFilenameSearchInMediaLibrary
- …
- import/export feature for posts of custom post-types
- support of several filetypes for import/export
- JSON
- CSV
- YAML (optional?)
- XLSX (optional?)
- TeX service for creating PDFs (or at least a set of classes to simplify the implementation of an actual service that creates PDFs using [La]TeX)
- shortcode service (respectively a set of classes) to "misuse" shortcodes for creating configuration objects instead of strings