Skip to content

Commit

Permalink
Welcome update
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed May 8, 2015
1 parent 14bd13a commit 920c3f2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,22 @@ public function changelog_screen() {

<hr />

<h3>1.7.6.1 on May 7</h3>

<ul>
<li>Fixed: Pagination links not working when a search is performed</li>
<li>Fixed: Return false instead of error if updating approved status fails</li>
<li>Added: Hooks when an entry approval is updated, approved, or disapproved:

<ul>
<li><code>gravityview/approve_entries/updated</code> - Approval status changed (passes $entry_id and status)</li>
<li><code>gravityview/approve_entries/approved</code> - Entry approved (passes $entry_id)</li>
<li><code>gravityview/approve_entries/disapproved</code> - Entry disapproved (passes $entry_id)</li>
</ul>
</li>
</ul>


<h3>1.7.6 on May 5</h3>

<ul>
Expand Down

0 comments on commit 920c3f2

Please sign in to comment.