File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
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.4.1 ' );
38
+ define ( 'ACFAQ_VERSION ' , '1.4.2 ' );
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 @@ -16,7 +16,7 @@ function __construct() { }
16
16
* @param boolean $echo Echo or Return the data
17
17
* @return mixed FAQ information for display
18
18
* @since 1.2.0
19
- * @version 1.4.0
19
+ * @version 1.4.2
20
20
*/
21
21
function loop ( $ args , $ echo = false ) {
22
22
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.4.1
7
+ * Version: 1.4.2
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.4.1
7
+ Stable tag: 1.4.2
8
8
9
9
Arconix FAQ provides an easy way to add FAQ items to your website.
10
10
@@ -61,6 +61,9 @@ That's fantastic! Feel free to submit a pull request over at [Github](http://arc
61
61
3. Grouping and Toggling display
62
62
63
63
== Changelog ==
64
+ = 1.4.2 =
65
+ Fix undefined variable bug that would show up when no FAQ groups were used
66
+
64
67
= 1.4.1 =
65
68
Updated the metabox script to the latest release. This resolves some content editor bugs that may pop up in certain configurations.
66
69
You can’t perform that action at this time.
0 commit comments