== Documentation plugin by itthinx - changelog.txt ==

= 1.14.0 =
* WordPress 6.9 compatible.

= 1.13.1 =
* Fixed wrong language domain on some translated strings.
* Updated the translation template.

= 1.13.0 =
* WordPress 6.8 compatible.
* Requires at least WordPress 6.5.
* Revised code documentation issues.
* Fixed several instances of translation calls made too early.
* Updated settings information.
* Revised add-ons section.

= 1.12.0 =
* WordPress 6.4 compatible.
* Requires at least WordPress 6.0.
* Requires at least PHP 7.4.
* Added compatibility plugin header fields.

= 1.11.0 =
* WordPress 6.0 compatible.
* Fixed PHP 8.x compatibility with instances of deprecated passing null to explode() instead of string.
* Fixed visibility issues in settings info section.

= 1.10.0 =
* WordPress 5.8 compatible.
* Added support for the category attribute to the [documentation_documents] shortcode which takes one or more document category slugs, names or IDs separated by comma.
* Added support for multiple IDs to the category_id attribute of the [documentation_documents] shortcode.
* Added support for the category_children attribute of the [documentation_documents] shortcode, which allows to include document related to child categories of the given categories.

= 1.9.0 =
* WordPress 5.7 compatible.
* Updated http:// links to use https:// where appropriate.
* Updated copyright.
* Updated Add-Ons.

= 1.8.1 =
* Fixes a PHP Fatal error that can occur in certain configurations when trying to create a new post.

= 1.8.0 =
* WordPress 5.4 compatible.
* Updated plugin tags.
* Updated minimum required WordPress version to 5.0.
* Updated various links.
* Cleaned up code and documentation formatting.
* Added missing code documentation.
* Added missing variable declarations.
* Added missing scopes on methods.
* Improved several code sections for clarity.
* Fixed the "Order by ..." option in the Document Children widget couldn't be changed.
* Added the choice of "Order" to the "Order by ..." option of the Documents widget to allow documents listed as per their established order on the back end.

= 1.7.0 =
* WordPress 5.2 compatible.

= 1.6.1 =
* Fixed missing document categories and tags meta boxes when using the Block editor.
* Added pre-registration of document taxonomies on activation to help WordPress recognize them.
* Minor code improvements.

= 1.6.0 =
* WordPress 5.1 compatible.
* Added support for the WordPress Block editor to edit documents.
* Added an option to choose whether to use the Block editor to edit documents.
* Added an activation hook so that viewing documents does not require to visit Settings > Permalinks first.
* Renamed the file in charge of booting the plugin boot.php to class-documentation-controller.php to reflect the implemented class' name.

= 1.5.1 =
* Added some additional post type labels.
* Customized the post updated messages for the document post type.
* Fixed the output of Documentation_Renderer::list_children() to surround the items with corresponding ul tags.
  This also fixes the output of the [documentation_list_children] shortcode and the Documentation Children widget
  who use this method.
* Added the documentation_list_children_prefix and documentation_list_children_suffix filters.
* Security improvement, added ABSPATH checks.

= 1.5.0 =
* Replaced deprecated widget constructor in Documentation_Documents_Widget.
* Fixed use of undefined constant.
* Replaced use of the DOCUMENTATION_PLUGIN_DOMAIN constant with the string literal 'documentation'.
* Added the Add-Ons section.
* Added the Notice class.
* Added links to the documenation pages.
* Added the Document Categories widget.

= 1.4.1 =
* WordPress 4.8 compatibility tested.

= 1.4.0 =
* WordPress 4.7.2 compatibility tested.
* Improved handling of number of documents shown for Documents widget.
* Added the [documentation_categories] shortcode.

= 1.3.6 =
* Fixed an issue where providing a widget title would be erroneously used to filter documents shown.

= 1.3.5 =
* Tested for WordPress 4.4.

= 1.3.3 =
* Tested for WordPress 4.2.
* Fixed separators in Settings affecting the admin sidebar's separators.
* Added an info section in Settings.

= 1.3.2 =
* Fixed missing ul tags in the document hierarchy renderer.
* Added a content filter to recognize escaped shortcodes in documents, so that
  these can appear and be rendered without the double [[ ]]. WordPress will
  render them with double brackets if the shortcode doesn't exist.

= 1.3.1 =
* Fixed static call to class method.

= 1.3.0 =
* Adjusted for WordPress 4.0 compatibility.
* Added [documentation_documents] shortcode.

= 1.2.0 =
* Added support for search options to the [documentation_search_form] shortcode.

= 1.1.0 =
* Added the [documentation_search_form] shortcode which provides a dynamic document search form.

= 1.0.3 =
* WordPress 3.9 compatibility checked
* Translation template added

= 1.0.2 =
* Improvement: Documents are available under Appearance > Menus so that documents can be added directly to menus.
* Improvement: Changed the basic labels of document categories to distinguish them from post categories, especially for the Menus.
* Improvement: Added the Document Categories column on the Documents overview screen Document > All Documents.

= 1.0.1 =
* WordPress 3.8 compatibility checked.

= 1.0.0 =
* This is the first public release.
