From 8eb08ae10a635141705bc92faf5210dc46469c80 Mon Sep 17 00:00:00 2001 From: Joeri van Veen Date: Tue, 9 Aug 2022 13:05:21 +0200 Subject: [PATCH] build: update version --- faq-with-categories/faq-with-categories.php | 4 ++-- faq-with-categories/readme.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/faq-with-categories/faq-with-categories.php b/faq-with-categories/faq-with-categories.php index f1e180e..4ddbd1d 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.5 +Version: 1.1.6 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.5'); +define('RUIGEHOND010_VERSION', '1.1.6'); // 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 f6d9044..fdfa37d 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.0 Requires PHP: 5.4 -Stable tag: 1.1.5 +Stable tag: 1.1.6 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.6: automatic deploy, no functional changes + 1.1.5: improved accordion handling, removed animation 1.1.4: added screenshots, released on Wordpress.org