File tree 4 files changed +16
-10
lines changed
4 files changed +16
-10
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.1 ' );
38
+ define ( 'ACFAQ_VERSION ' , '1.5.2 ' );
39
39
define ( 'ACFAQ_URL ' , trailingslashit ( plugin_dir_url ( __FILE__ ) ) );
40
40
define ( 'ACFAQ_DIR ' , trailingslashit ( plugin_dir_path ( __FILE__ ) ) );
41
41
}
@@ -285,11 +285,13 @@ function enq_admin_scripts() {
285
285
/**
286
286
* Change the Post Updated messages
287
287
*
288
- * @global type $post
289
- * @global type $post_ID
290
- * @param type $messages
291
- * @return type $messages
292
- * @since 0.9
288
+ * @since 0.9
289
+ * @version 1.5.2
290
+ *
291
+ * @global stdObj $post
292
+ * @global int $post_ID
293
+ * @param array $messages
294
+ * @return array $messages
293
295
*/
294
296
function messages ( $ messages ) {
295
297
global $ post , $ post_ID ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function __construct() { }
19
19
* @return mixed FAQ information for display
20
20
*
21
21
* @since 1.2.0
22
- * @version 1.5.0
22
+ * @version 1.5.2
23
23
*/
24
24
function loop ( $ args , $ echo = false ) {
25
25
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.1
7
+ * Version: 1.5.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 @@ -3,8 +3,8 @@ Contributors: jgardner03
3
3
Donate link: http://arcnx.co/acfdonation
4
4
Tags: arconix, faq, toggle
5
5
Requires at least: 3.8
6
- Tested up to: 3.9
7
- Stable tag: 1.5.1
6
+ Tested up to: 4.0
7
+ Stable tag: 1.5.2
8
8
9
9
Arconix FAQ provides an easy way to add FAQ items to your website.
10
10
@@ -59,6 +59,10 @@ 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.2 =
63
+ * Fixed a bug which caused an extra div to be output, breaking some site layouts.
64
+ * Fixed a typo when saving/updating FAQ's
65
+
62
66
= 1.5.1 =
63
67
Fixed a FAQ title display bug
64
68
You can’t perform that action at this time.
0 commit comments