From 6bee47ff73a52b42bfa5428a86943b51a18bc685 Mon Sep 17 00:00:00 2001 From: John Gardner Date: Wed, 2 Dec 2015 08:26:43 -0500 Subject: [PATCH] Prep for 1.6.1 release --- includes/class-arconix-faq-display.php | 2 +- plugin.php | 4 ++-- readme.txt | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/includes/class-arconix-faq-display.php b/includes/class-arconix-faq-display.php index 982b8fa..d2b654b 100644 --- a/includes/class-arconix-faq-display.php +++ b/includes/class-arconix-faq-display.php @@ -47,7 +47,7 @@ public function getdefaults() { * Get our FAQ data * * @since 1.2.0 - * @version 1.5.2 + * @version 1.6.1 * * @param array $args * @param bool $echo Echo or Return the data diff --git a/plugin.php b/plugin.php index 4222e1a..beadf3f 100644 --- a/plugin.php +++ b/plugin.php @@ -4,7 +4,7 @@ * Plugin URI: http://arconixpc.com/plugins/arconix-faq * Description: Plugin to handle the display of FAQs * - * Version: 1.6.0 + * Version: 1.6.1 * * Author: John Gardner * Author URI: http://arconixpc.com/ @@ -41,7 +41,7 @@ class Arconix_FAQ { * @since 1.6.0 */ public function __construct() { - $this->version = '1.6.0'; + $this->version = '1.6.1'; $this->inc = trailingslashit( plugin_dir_path( __FILE__ ) . '/includes' ); $this->load_dependencies(); $this->load_admin(); diff --git a/readme.txt b/readme.txt index 8642826..9e69370 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: jgardner03 Donate link: http://arcnx.co/acfdonation Tags: arconix, faq, toggle, accordion, faq plugin, frequently asked questions Requires at least: 3.8 -Tested up to: 4.3 -Stable tag: 1.6.0 +Tested up to: 4.4 +Stable tag: 1.6.1 Arconix FAQ provides an easy way to add FAQ items to your website. @@ -60,6 +60,9 @@ That's fantastic! Feel free to open an issue or submit a pull request over at [G 3. Grouping and Toggling display == Changelog == += 1.6.1 = +Fixed a bug which caused the FAQ Group descriptions to output incorrectly when using the accordion style + = 1.6.0 = * Prepared the plugin for [translations](https://make.wordpress.org/plugins/2015/09/01/plugin-translations-on-wordpress-org/) (yay!) * Anchor links to group headers are now supported. The format is `faq-group-slug` -- aka mysite.com/faq/#faq-group-slug