Skip to content

Commit

Permalink
This little bump release sure has grown beyond a hotfix!
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Jun 3, 2018
1 parent 382fb58 commit 27f4317
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: GravityView
* Plugin URI: https://gravityview.co
* Description: The best, easiest way to display Gravity Forms entries on your website.
* Version: 2.0.8.2
* Version: 2.0.9
* Author: GravityView
* Author URI: https://gravityview.co
* Text Domain: gravityview
Expand All @@ -22,7 +22,7 @@
/**
* The plugin version.
*/
define( 'GV_PLUGIN_VERSION', '2.0.8.2' );
define( 'GV_PLUGIN_VERSION', '2.0.9' );

/**
* Full path to the GravityView file
Expand Down
2 changes: 1 addition & 1 deletion includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function changelog_screen() {
</ul>
</div>

<h3>2.0.8.2 on June 1, 2016</h3>
<h3>2.0.9 on June 1, 2016</h3>

<ul>
<li>Added: Allow passing <code>{get}</code> Merge Tags to [gventry] and [gvfield] shortcodes</li>
Expand Down
2 changes: 1 addition & 1 deletion includes/widgets/search-widget/class-search-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public function add_no_permalink_fields( $search_fields, $object, $widget_args =
* Get the fields that are searchable for a View
*
* @since 2.0
* @since 2.0.8.2 Added $with_full_field parameter
* @since 2.0.9 Added $with_full_field parameter
*
* @param \GV\View|null $view
* @param bool $with_full_field Return full field array, or just field ID? Default: false (just field ID)
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Beautifully display your Gravity Forms entries. Learn more on [gravityview.co](h

== Changelog ==

= 2.0.8.2 on June 1, 2016 =
= 2.0.9 on June 1, 2016 =

* Added: Allow passing `{get}` Merge Tags to [gventry] and [gvfield] shortcodes
* Fixed: Searching by entry creator using the Search Bar wasn't working
Expand Down

0 comments on commit 27f4317

Please sign in to comment.