Skip to content

Commit

Permalink
Merge pull request #520 from katzwebservices/hotfix/1.14.1
Browse files Browse the repository at this point in the history
Fix fatal issue with Maps View
  • Loading branch information
zackkatz committed Sep 17, 2015
2 parents 6bc75f8 + efb5df2 commit ff559e0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: GravityView
* Plugin URI: http://gravityview.co
* Description: Create directories based on a Gravity Forms form, insert them using a shortcode, and modify how they output.
* Version: 1.14
* Version: 1.14.1
* Author: Katz Web Services, Inc.
* Author URI: http://www.katzwebservices.com
* Text Domain: gravityview
Expand Down Expand Up @@ -89,7 +89,7 @@
*/
final class GravityView_Plugin {

const version = '1.14';
const version = '1.14.1';

private static $instance;

Expand Down
5 changes: 5 additions & 0 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@ public function changelog_screen() {

<hr />

<h3>1.14.1 on September 16</h3>
<ul>
<li>Fixed: Error with older versions of Maps Premium View</li>
</ul>

<h3>1.14 on September 16</h3>

<ul>
Expand Down
8 changes: 1 addition & 7 deletions includes/class-gravityview-extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @since 1.1
*
* @version 1.1
* @version 1.1.1
*/
abstract class GravityView_Extension {

Expand All @@ -21,12 +21,6 @@ abstract class GravityView_Extension {
*/
protected $_title = NULL;

/**
* @since 1.1
* @var string Path to the base plugin file, normally `__FILE__`
*/
protected $_path = NULL;

/**
* @var string Version number of the plugin
*/
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Beautifully display your Gravity Forms entries. Learn more on [gravityview.co](h

== Changelog ==

= 1.14.1 on September 16 =
* Fixed: Error with older versions of Maps Premium View

= 1.14 on September 16 =
* Added: Search Bar now supports custom label text
* Added: Show the value of a single column of a "Multiple Columns" List field
Expand Down

0 comments on commit ff559e0

Please sign in to comment.