Skip to content

Commit d6dcf6a

Browse files
committed
update version information
1 parent c6ba87e commit d6dcf6a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.4.1' );
38+
define( 'ACFAQ_VERSION', '1.4.2' );
3939
define( 'ACFAQ_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
4040
define( 'ACFAQ_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
4141
}

includes/class-arconix-faq.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function __construct() { }
1616
* @param boolean $echo Echo or Return the data
1717
* @return mixed FAQ information for display
1818
* @since 1.2.0
19-
* @version 1.4.0
19+
* @version 1.4.2
2020
*/
2121
function loop( $args, $echo = false ) {
2222

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.4.1
7+
* Version: 1.4.2
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.4.1
7+
Stable tag: 1.4.2
88

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

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

6363
== Changelog ==
64+
= 1.4.2 =
65+
Fix undefined variable bug that would show up when no FAQ groups were used
66+
6467
= 1.4.1 =
6568
Updated the metabox script to the latest release. This resolves some content editor bugs that may pop up in certain configurations.
6669

0 commit comments

Comments
 (0)