diff --git a/faq-with-categories/faq-with-categories.php b/faq-with-categories/faq-with-categories.php index 4ddbd1d..0a713ed 100644 --- a/faq-with-categories/faq-with-categories.php +++ b/faq-with-categories/faq-with-categories.php @@ -3,7 +3,7 @@ Plugin Name: FAQ with categories Plugin URI: https://github.com/joerivanveen/faq-with-categories Description: Easy to maintain FAQ and answer plugin with categories. -Version: 1.1.6 +Version: 1.1.7 Author: Ruige hond Author URI: https://ruigehond.nl License: GPL3 @@ -11,7 +11,7 @@ Domain Path: /languages/ */ defined('ABSPATH') or die(); -define('RUIGEHOND010_VERSION', '1.1.6'); +define('RUIGEHOND010_VERSION', '1.1.7'); // This is plugin nr. 10 by ruige hond. It identifies with: ruigehond010. if (!class_exists('ruigehond_0_3_5', false)) { include_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'ruigehond.php'); // base class diff --git a/faq-with-categories/readme.txt b/faq-with-categories/readme.txt index a75623a..d513655 100644 --- a/faq-with-categories/readme.txt +++ b/faq-with-categories/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=hallo Requires at least: 4.5 Tested up to: 6.2 Requires PHP: 5.4 -Stable tag: 1.1.6 +Stable tag: 1.1.7 License: GPLv3 Easy to manage FAQ with categories, including accordion, filter, search and show more functionality. @@ -98,6 +98,8 @@ Upon uninstall FAQ with categories removes its own options and taxonomy sorting == Changelog == +1.1.7: allow editors to manage the faq post type + 1.1.6: automatic deploy, no functional changes 1.1.5: improved accordion handling, removed animation