Skip to content

Commit

Permalink
update version info for 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-gardner committed Aug 19, 2014
1 parent 67f5cc7 commit 2c70693
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-arconix-faq-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function __construct() {
* @version 1.4.0
*/
function constants() {
define( 'ACFAQ_VERSION', '1.5.0' );
define( 'ACFAQ_VERSION', '1.5.1' );
define( 'ACFAQ_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
define( 'ACFAQ_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: http://arconixpc.com/plugins/arconix-faq
* Description: Plugin to handle the display of FAQs
*
* Version: 1.5.0
* Version: 1.5.1
*
* Author: John Gardner
* Author URI: http://arconixpc.com/
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://arcnx.co/acfdonation
Tags: arconix, faq, toggle
Requires at least: 3.8
Tested up to: 3.9
Stable tag: 1.5.0
Stable tag: 1.5.1

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

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

== Changelog ==
= 1.5.1 =
Fixed a FAQ title display bug

= 1.5.0 =
* Added the ability to display the FAQ's in a single list even if groups are in use.
* FAQ's can now be displayed in a jQuery-powered accordion if desired
Expand Down

0 comments on commit 2c70693

Please sign in to comment.