Skip to content

Commit

Permalink
add terms and authors to input args whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
raideus committed Aug 22, 2015
1 parent c86a7ea commit a15ca44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class Field extends StdObject {
'post_html' => 1,
'label' => 1,
'taxonomy' => 1,
'terms' => 1,
'authors' => 1,
'relation' => 1,
'data_type' => 1,
'date_type' => 1,
Expand Down
2 changes: 1 addition & 1 deletion wpas.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: WP Advanced Search Framework
Plugin URI: http://wpadvancedsearch.com
Version: 1.4.1
Version: 1.4.2
Author: Sean Butze
Author URI: http://seanbutze.com
License: GPLv2 or later
Expand Down

0 comments on commit a15ca44

Please sign in to comment.