Skip to content

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Aug 9, 2022
1 parent 02fd5ca commit 8eb08ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions faq-with-categories/faq-with-categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
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
Text Domain: faq-with-categories
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
Expand Down
4 changes: 3 additions & 1 deletion faq-with-categories/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8eb08ae

Please sign in to comment.