Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.89 KB

TODO.md

File metadata and controls

28 lines (24 loc) · 1.89 KB

TODO

The following list comprises ideas, suggestions, and known issues, all of which are in consideration for possible implementation in future releases.

This is not a roadmap or a task list. Just because something is listed does not necessarily mean it will ever actually get implemented. Some might be bad ideas. Some might be impractical. Some might either not benefit enough users to justify the effort or might negatively impact too many existing users. Or I may not have the time to devote to the task.

  • Verify/add support for BuddyPress
  • Verify/add support for bbPress
  • Filter for reveal_to_current_user()?
  • Add 'format' field to widget
  • Add 'format' attribute to shortcode
  • Add 'Shortcode' section to readme.txt to fully document shortcode
  • Add 'Frequently Asked Questions' section to readme.txt. (incl mention of no mime-type template support)
  • Add option to only output when WP_DEBUG is true. (Add docs to plugin page about this. Also, add admin notice when active and not active.)
  • Add block implementation of shortcode
  • Add option to allow reveal to be shown to all visitors, not just admins
  • Add option dropdown to allow choice of where reveal is shown:
    • In footer (as currently done)
    • As HTML comment in footer (new feature)
    • In admin bar (new feature)
  • Add custom capability
  • Integrate admin bar node as subitem of Debug Bar when that plugin is active?
  • Abandon separate versioning of widget class (c2c_RevealTemplateWidget)
    • Update @since values for each class to corresponding plugin versions
  • Add unit tests for c2c_Widget class
  • Add unit tests for c2c_RevealTemplateWidget class

Feel free to make your own suggestions or champion for something already on the list (via the plugin's support forum on WordPress.org or on GitHub as an issue or PR).