=== Issues Taxonomy ===
Contributors: seindal
Tags: editorial aid, taxonomy
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.19.3
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://mypos.com/@historywalks

An editorial taxonomy for helping editors keep track of issues

== Description ==

This plugin creates a new taxonomy, which is only available on the back-end. Intended usage is to keep track of editorial issues on the back-end, using a taxonomy which doesn't show on the frontend.

When editing a post the Issues taxonomy is there like any other taxonomy, and issues can be added simply by typing them, just as with normal tags.

Issues can also be editing using 'Quick edit' just like normal tags.

A dashboard widget shows a summary of how many posts have which issues.

The admin post list pages can be filtered on issues.

= The taxonomy =

The taxonomy, which is named `issue`, is registered as non-public.

However, under WP-CLI it is marked public, so the normal CLI commands can be used on the taxonomy. 

= Settings =

There's a settings page for selection which post types the taxonomy should apply to.

Only post types registered as public are listed on the settings page.

The list is run through the filter `issues_taxonomy_post_types` allowing other plugins to add post types to the list, even if they're not public.

== Installation ==

The plugin can be installed as any other plugin.

== Changelog ==

= Changes since version 1.0 =

* Delayed registration of taxonomy to allow others to register post types first
* Added a Settings page for post type selection
* Percent columns on dashboard widget
* Localisation of dashboard widget
* Various bug-fixes

= 1.0 =

* First published version.
