== Changelog VS Knowledge Base ==

= Version 8.7 =
* Minor changes in code

= Version 8.6 =
* Added support for ClassicPress
* The block will only load in WP 6.3 and higher
* Reverted the "Requires at least" version to 6.0

= Version 8.5 =
* New: attribute to disable the category linking to its category page
* Minor changes in code

= Version 8.4 =
* Full rewrite of the block
* It now supports the Block API version 3
* Bumped the "Requires at least" version to 6.3

= Version 8.3 =
* Fixed errors flagged by PCP
* Output escaping for widget
* Minor changes in code

= Version 8.2 =
* Minor changes in code

= Version 8.1 =
* Removed wrong header from main plugin file

= Version 8.0 =
* Minor changes in code

= Version 7.9 =
* Code improvements
* Bumped the "requires PHP" version to 7.4
* Bumped the "Requires at least" version to 6.0

= Version 7.8 =
* Minor changes in code

= Version 7.7 =
* Block editor: non-clickable links in knowledge base

= Version 7.6 =
* Minor changes in code

= Version 7.5 =
* New: set number of columns via the block settings, instead of using an attribute

= Version 7.4 =
* Changed several attribute names
* This means you might have to update your attributes
* Attribute posts_per_page becomes posts_per_category
* Attribute description becomes category_description
* Attribute count becomes post_count
* Attribute meta becomes post_meta
* Attribute no_title_label becomes no_post_title_label
* Attribute all_link becomes view_all_link
* Attribute all_link_label becomes view_all_link_label
* Minor changes in code

= Version 7.3 =
* Changed plugin description

= Version 7.2 =
* New: VS Knowledge Base block
* Block editor users can now replace their shortcode block with the VS Knowledge Base block

= Version 7.1 =
* Minor changes in code

= Version 7.0 =
* Added extra validation for category query
* Minor changes in code

= Version 6.9 =
* Bumped the "requires PHP" version to 7.0
* Bumped the "requires at least" version to 5.0

= Version 6.8 =
* New: disable columns in widget in favour of your own styling
* Was already possible when using the shortcode
* Minor changes in code

= Version 6.7 =
* Minor changes in code

= Version 6.6 =
* Minor changes in code

= Version 6.5 =
* Removed function load_plugin_textdomain() because redundant
* Plugin uses the WP language packs for its translation
* Kept translation folder for reference
* Because of this change plugin now requires at least WP 4.6

= Version 6.4 =
* Plugin has a new name
* But plugin itself and ownership did not change

= Version 6.3 =
* Changed get_categories() into get_terms()
* Because of this change plugin now requires at least WP 4.5
* Minor changes in code

= Version 6.2 =
* Fix: custom CSS class

= Version 6.1 =
* Better validating, sanitizing and escaping

= Version 6.0 =
* New: attribute to disable the columns in favour of your own styling
* Re-added attribute for adding custom CSS class to the knowledge base

= Version 5.9 =
* Minor changes in code

= Version 5.8 =
* Minor changes in code

= Version 5.7 =
* New shortcode structure
* Plugin now only has 1 main shortcode tag: [knowledgebase]
* With attribute "columns" you can set the number of columns (1-4)
* Example: [knowledgebase columns="2"]
* Notification in frontend when shortcode is deprecated
* You also may need to set columns in your widget again
* Added CSS class to the knowledge base (based on number of columns)
* Removed attribute for adding custom CSS class to the knowledge base
* Minor changes in code
* Updated stylesheet

= Version 5.6 =
* Minor changes in code

= Version 5.5 =
* Fix: alignment in Twenty Twenty and Twenty Twenty-One theme
* Updated stylesheet

= Version 5.4 =
* Changed structure of the knowledge base
* Previous structure was not valid HTML
* Updated stylesheet

= Version 5.3 =
* Removed file vskb-list
* Added file vskb-template instead
* Minor changes in code

= Version 5.2 =
* After some discussion I have decided to remove the max character length of widget inputs again

= Version 5.1 =
* Fix: version 5.0 breaks the knowledge base, please update to version 5.1 (thanks Brian)
* Minor changes in code

= Version 5.0 =
* Fix: view all link
* Fix: replaced deprecated get_woocommerce_term_meta() with get_term_meta()
* Because of this fix plugin now requires at least WP 4.4
* Better validating, sanitizing and escaping

= Version 4.9 =
* Added CSS class to every knowledge base: vskb-one-container, vskb-two-container, vskb-three-container, vskb-four-container
* Added attribute to change this CSS class per knowledge base
* This can be useful if you want to apply different styling when having multiple knowledge bases
* Increased max character length of widget inputs

= Version 4.8 =
* The CSS class of every WooCommerce product now also contains the relevant category and tag
* Added check for WooCommerce

= Version 4.7 =
* The CSS class of every post now also contains the relevant category and tag
* This can be handy if you want to style or hide certain posts

= Version 4.6 =
* Added attribute to display view all link
* Added attribute to change default view all label
* Changed attribute "no_title" into "no_title_label"
* Stylesheet update
* Added more reset CSS to avoid conflict with your theme

= Version 4.5 =
* Textual changes

= Version 4.4 =
* Added file vskb-shortcodes
* Relocated all shortcodes to this file
* Removed the old shortcode files
* Added file vskb-list
* Relocated knowledge base template from shortcodes to this file
* Removed unnecessary whitespaces from most files
* Added minified CSS file in folder /css (kept the original CSS file for reference)
* Textual changes
* Removed unnecessary notifications from changelog (such as "updated readme file")

= Version 4.3 =
* Readme file: removed donate link
* Updated theme author info

= Version 4.2 =
* Fix: counter did not work when posts from a custom taxonomy where displayed (thanks Bart)

= Version 4.1 =
* All shortcode files: updated label of post without title
* It now also links to the post

= Version 4.0 =
* Added file uninstall (to remove widget settings from database)
* Updated file vskb-style

= Version 3.9 =
* Fix: post title check not supported in PHP 5.4 and older (thanks dhjdhj)
* Few minor changes

= Version 3.8 =
* New: display your categories and posts in 1 column
* New: display your categories and posts in a widget
* New attribute: display post meta (date and author)
* Added files vskb-one-column and vskb-widget
* Updated most files

= Version 3.7 =
* Best practice: removed closing PHP tag from most files
* Minor changes in code

= Version 3.6 =
* New: attribute to display a post counter
* Updated all shortcode files

= Version 3.5 =
* New: display your categories and posts in 2 columns
* Added file vskb-two-columns
* Updated file vskb
* Updated file vskb-style

= Version 3.4 =
* No update: made mistake in version number

= Version 3.3 =
* Attribute to display category description
* Attribute to display image of WooCommerce product category

= Version 3.2 =
* Custom post types are supported (such as WooCommerce product categories and products)
* Added 2 attributes: taxonomy and post_type

= Version 3.1 =
* All PHP files: disable direct access to file

= Version 3.0 =
* Both shortcode files: removed comments

= Version 2.9 =
* Added file changelog

= Version 2.8 =
* Changed file names

= Version 2.7 =
* Relocated file vskb_style to folder /css

= Version 2.6 =
* Added a PayPal donate link

= Version 2.5 =
* Only updated readme file

= Version 2.4 =
* Added extra attributes

= Version 2.3 =
* Added fix to remove border bottom from links in Twenty Sixteen

= Version 2.2 =
* Modified the shortcode again: it supports several category and post attributes now

= Version 2.1 =
* Modified the shortcode: it supports several category attributes now

= Version 2.0 =
* Removed translations: plugin now supports WordPress language packs

= Version 1.9 =
* Changed text domain for the wordpress.org translation system

= Version 1.8 =
* Removed files three_columns_subcats and four_columns_subcats again
* Updated files three_columns and four_columns: will display sub categories now as well

= Version 1.7 =
* Added 2 files to display sub categories too: three_columns_subcats and four_columns_subcats
* Updated files three_columns and four_columns

= Version 1.6 =
* Updated language files

= Version 1.5 =
* Relocated shortcode from file vskb to files three_columns and four_columns
* Files four_columns and vskb_style: changed div vskb into vskb-four
* Hide subcategory name in list (post name will be displayed under parent category name)

= Version 1.4 =
* Reordered file vskb_style
* Added fix to remove border bottom from links in Twenty Fifteen

= Version 1.3 =
* Now also shortcode for 3 columns: [knowledgebase-three]
* Changes in files vskb and vskb_style
* Added files three_columns and four_columns
* Updated language files

= Version 1.2 =
* Shortcode changes
* Removed background color and link color from stylesheet

= Version 1.1 =
* Forgot pot file and Dutch translation files in version 1.0
* Minor CSS changes

= Version 1.0 =
* First stable release