Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hube2 committed Mar 27, 2019
1 parent 1e651b6 commit e41c450
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions options-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Description: Allows easy creation of options pages using Advanced Custom Fields Pro without needing to do any PHP coding. Requires that ACF Pro is installed.
Author: John A. Huebner II
Author URI: https://github.com/Hube2
Version: 3.9.1
Version: 3.9.2
*/

// If this file is called directly, abort.
Expand All @@ -16,7 +16,7 @@

class acfOptionsPageAdder {

private $version = '3.9.1';
private $version = '3.9.2';
private $post_type = 'acf-options-page';
private $parent_menus = array();
private $exclude_locations = array('',
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Hube2
Tags: Options Page, ACF
Requires at least: 3.5
Tested up to: 5.1
Stable tag: 3.9.1
Stable tag: 3.9.2
Donate link:
License:
License URI:
Expand Down Expand Up @@ -166,6 +166,9 @@ add_filter('remove_hube2_nag', '__return_true');

== Changelog ==

= 3.9.2 =
* recommit of 3.9.1 because it didn't take for some reason

= 3.9.1 =
* corrected bug/error when installed and not acf options pages active

Expand Down

0 comments on commit e41c450

Please sign in to comment.