Skip to content

Commit

Permalink
Forgot admin-welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Aug 27, 2015
1 parent 38779bd commit 8f6eb00
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 30 additions & 0 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,36 @@ public function changelog_screen() {

<hr />

<h3>1.13.1 on August 26</h3>

<ul>
<li>Fixed: Potential XSS security issue. <strong>Please update.</strong></li>
<li>Fixed: The cache was not being reset properly for entry changes, including:

<ul>
<li>Starring/unstarring</li>
<li>Moving to/from the trash</li>
<li>Changing entry owner</li>
<li>Being marked as spam</li>
</ul>
</li>
<li>Fixed: Delete entry URL not properly passing some parameters (only affecting pages with multiple <code>[gravityview]</code> shortcodes)</li>
<li>Added: <code>gravityview/delete-entry/mode</code> filter. When returning "trash", "Delete Entry" moves entries to the trash instead of permanently deleting them.</li>
<li>Added: <code>gravityview/admin/display_live_chat</code> filter to disable live chat widget</li>
<li>Added: <code>gravityview/delete-entry/message</code> filter to modify the "Entry Deleted" message content</li>
<li>Tweak: Improved license activation error handling by linking to relevant account functions</li>
<li>Tweak: Added settings link to plugin page actions</li>
<li>Tweak: Improved code documentation</li>
<li>Updated Translations:

<ul>
<li>Bengali translation by <a href="https://www.transifex.com/accounts/profile/tareqhi/">@tareqhi</a></li>
<li>Turkish translation by <a href="https://www.transifex.com/accounts/profile/suhakaralar/">@suhakaralar</a></li>
</ul>
</li>
<li>New: Released a new <a href="http://codex.gravityview.co">GravityView Codex</a> for developers</li>
</ul>

<h3>1.13 on August 18</h3>

<ul>
Expand Down
2 changes: 0 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Beautifully display your Gravity Forms entries. Learn more on [GravityView.co](h

== Changelog ==

* Added: Filter to disable live chat widget (`gravityview/admin/display_live_chat`)

= 1.13.1 on August 26 =
* Fixed: Potential XSS security issue. **Please update.**
* Fixed: The cache was not being reset properly for entry changes, including:
Expand Down

0 comments on commit 8f6eb00

Please sign in to comment.