Skip to content

Commit

Permalink
Merge pull request #10 from gravityview/develop
Browse files Browse the repository at this point in the history
Fix export support in GF 2.3+
  • Loading branch information
zackkatz authored Jan 8, 2019
2 parents 21dc8e4 + be3093f commit f89be09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions class-gf-field-business-hours.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class GF_Field_Business_Hours extends GF_Field {

public $inputType = 'business_hours';

public function __construct( array $data = array() ) {

public function __construct( $data = array() ) {
parent::__construct( $data );

$this->add_hooks();
Expand Down
2 changes: 1 addition & 1 deletion gravity-forms-business-hours.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Gravity Forms Business Hours by GravityView
Plugin URI: https://gravityview.co
Description: Add a Business Hours field to your Gravity Forms form. Brought to you by <a href="https://gravityview.co">GravityView</a>, the best plugin for displaying Gravity Forms entries.
Version: 2.1.1
Version: 2.1.2
Author: GravityView
Author URI: https://gravityview.co
Text Domain: gravity-forms-business-hours
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Gravity Forms Business Hours by GravityView ===
Tags: gravityview,gravity forms, gravity,gravity form,business, hours, time, field, form
Requires at least: 3.3
Tested up to: 4.9.8
Tested up to: 5.0.2
Stable tag: trunk
Contributors: katzwebdesign,katzwebservices,gravityview
License: GPL 3 or higher
Expand Down Expand Up @@ -54,6 +54,10 @@ These filters are available for code writers to modify the output:

== Changelog ==

= 2.1.2 on January 7, 2019 =

* Fixed: Error when exporting forms in Gravity Forms that contain Business Hours fields

= 2.1.1 on November 20, 2018 =

* Fixed: Newly added fields not working properly
Expand Down

0 comments on commit f89be09

Please sign in to comment.