Skip to content

Commit

Permalink
chore: update version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Apr 6, 2023
1 parent cc51acd commit dc584b1
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.6
Version: 1.1.7
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.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
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.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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc584b1

Please sign in to comment.