Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Oct 8, 2015
1 parent c527a3f commit 1cc2586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/admin/class-gravityview-support-port.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ static function maybe_enqueue_script( $hook ) {
}

/**
* @filter `gravityview/support_port` Whether to display Support Port
* @filter `gravityview/support_port/display` Whether to display Support Port
* @since 1.15
*
* @param boolean $display_beacon Default: `true`
*/
$display_support_port = apply_filters( 'gravityview/support_port', self::show_for_user() );
$display_support_port = apply_filters( 'gravityview/support_port/display', self::show_for_user() );

if ( empty( $display_support_port ) ) {
do_action( 'gravityview_log_debug', __METHOD__ . ' - Not showing Support Port' );
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Beautifully display your Gravity Forms entries. Learn more on [gravityview.co](h
* Fixed: PHP Warnings
* Tweak: Entry notes are now created using `GravityView_Entry_Notes` class
* Tweak: Improved automated code testing
* Tweak: Added `gravityview/support_port/display` filter to enable/disable displaying Support Port
* Tweak: Added `gravityview/support_port/show_profile_setting` filter to disable adding the Support Port setting on User Profile pages
* Tweak: Removed `gravityview/admin/display_live_chat` filter

= 1.14.2 & 1.14.3 on September 17 =
* Fixed: Issue affecting Gravity Forms User Registration Addon. Passwords were being reset when an user edited their own entry.
Expand Down

0 comments on commit 1cc2586

Please sign in to comment.