Skip to content

Commit 2c70693

Browse files
committed
update version info for 1.5.1 release
1 parent 67f5cc7 commit 2c70693

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

includes/class-arconix-faq-admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function __construct() {
3535
* @version 1.4.0
3636
*/
3737
function constants() {
38-
define( 'ACFAQ_VERSION', '1.5.0' );
38+
define( 'ACFAQ_VERSION', '1.5.1' );
3939
define( 'ACFAQ_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
4040
define( 'ACFAQ_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
4141
}

plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: http://arconixpc.com/plugins/arconix-faq
55
* Description: Plugin to handle the display of FAQs
66
*
7-
* Version: 1.5.0
7+
* Version: 1.5.1
88
*
99
* Author: John Gardner
1010
* Author URI: http://arconixpc.com/

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://arcnx.co/acfdonation
44
Tags: arconix, faq, toggle
55
Requires at least: 3.8
66
Tested up to: 3.9
7-
Stable tag: 1.5.0
7+
Stable tag: 1.5.1
88

99
Arconix FAQ provides an easy way to add FAQ items to your website.
1010

@@ -59,6 +59,9 @@ That's fantastic! Feel free to submit a pull request over at [Github](http://arc
5959
3. Grouping and Toggling display
6060

6161
== Changelog ==
62+
= 1.5.1 =
63+
Fixed a FAQ title display bug
64+
6265
= 1.5.0 =
6366
* Added the ability to display the FAQ's in a single list even if groups are in use.
6467
* FAQ's can now be displayed in a jQuery-powered accordion if desired

0 commit comments

Comments
 (0)