Skip to content

Commit 5216e4f

Browse files
committed
update readme for 1.5.2
1 parent 93eec8f commit 5216e4f

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

includes/class-arconix-faq-admin.php

+8-6
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.1' );
38+
define( 'ACFAQ_VERSION', '1.5.2' );
3939
define( 'ACFAQ_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
4040
define( 'ACFAQ_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
4141
}
@@ -285,11 +285,13 @@ function enq_admin_scripts() {
285285
/**
286286
* Change the Post Updated messages
287287
*
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
293295
*/
294296
function messages( $messages ) {
295297
global $post, $post_ID;

includes/class-arconix-faq.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function __construct() { }
1919
* @return mixed FAQ information for display
2020
*
2121
* @since 1.2.0
22-
* @version 1.5.0
22+
* @version 1.5.2
2323
*/
2424
function loop( $args, $echo = false ) {
2525

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.1
7+
* Version: 1.5.2
88
*
99
* Author: John Gardner
1010
* Author URI: http://arconixpc.com/

readme.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: jgardner03
33
Donate link: http://arcnx.co/acfdonation
44
Tags: arconix, faq, toggle
55
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
88

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

@@ -59,6 +59,10 @@ 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.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+
6266
= 1.5.1 =
6367
Fixed a FAQ title display bug
6468

0 commit comments

Comments
 (0)