File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function __construct() {
35
35
* @version 1.4.0
36
36
*/
37
37
function constants () {
38
- define ( 'ACFAQ_VERSION ' , '1.5.0 ' );
38
+ define ( 'ACFAQ_VERSION ' , '1.5.1 ' );
39
39
define ( 'ACFAQ_URL ' , trailingslashit ( plugin_dir_url ( __FILE__ ) ) );
40
40
define ( 'ACFAQ_DIR ' , trailingslashit ( plugin_dir_path ( __FILE__ ) ) );
41
41
}
Original file line number Diff line number Diff line change 4
4
* Plugin URI: http://arconixpc.com/plugins/arconix-faq
5
5
* Description: Plugin to handle the display of FAQs
6
6
*
7
- * Version: 1.5.0
7
+ * Version: 1.5.1
8
8
*
9
9
* Author: John Gardner
10
10
* Author URI: http://arconixpc.com/
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Donate link: http://arcnx.co/acfdonation
4
4
Tags: arconix, faq, toggle
5
5
Requires at least: 3.8
6
6
Tested up to: 3.9
7
- Stable tag: 1.5.0
7
+ Stable tag: 1.5.1
8
8
9
9
Arconix FAQ provides an easy way to add FAQ items to your website.
10
10
@@ -59,6 +59,9 @@ That's fantastic! Feel free to submit a pull request over at [Github](http://arc
59
59
3. Grouping and Toggling display
60
60
61
61
== Changelog ==
62
+ = 1.5.1 =
63
+ Fixed a FAQ title display bug
64
+
62
65
= 1.5.0 =
63
66
* Added the ability to display the FAQ's in a single list even if groups are in use.
64
67
* FAQ's can now be displayed in a jQuery-powered accordion if desired
You can’t perform that action at this time.
0 commit comments