Skip to content

Commit

Permalink
Merge pull request #1 from katzwebservices/1.2.1
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
zackkatz committed Mar 10, 2015
2 parents 6d55033 + 3a11cab commit f1eb70a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gravity-forms-business-hours.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
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: 1.2
Version: 1.2.1
Author: GravityView
Author URI: https://gravityview.co
Text Domain: gravity-forms-business-hours
Domain Path: /languages
------------------------------------------------------------------------
Copyright 2014 Katz Web Services, Inc.
Copyright 2015 Katz Web Services, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -34,7 +34,7 @@

class GFBusinessHours extends GFAddOn {

protected $_version = "1.2";
protected $_version = "1.2.1";
protected $_min_gravityforms_version = "1.7.9999";
protected $_slug = 'gravity-forms-business-hours';
protected $_path = 'gravity-forms-business-hours/gravity-forms-business-hours.php';
Expand Down
10 changes: 7 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Gravity Forms Business Hours by GravityView #
**Tags:** gravityview
**Tags:** gravityview,gravity forms, gravity,gravity form,business, hours, time, field, form
**Requires at least:** 3.3
**Tested up to:** 4.1
**Tested up to:** 4.2
**Stable tag:** trunk
**Contributors:** katzwebservices
**Contributors:** katzwebdesign,katzwebservices
**License:** GPL 3 or higher
**Donate link:** https://gravityview.co

Expand Down Expand Up @@ -58,6 +58,10 @@ These filters are available for code writers to modify the output:

## Changelog ##

### 1.2.1 on March 10, 2015 ###
* Fixed: Business Hours field would be shown as Required in GravityView Edit Entry mode
* Fixed: PHP notices

### 1.2 on December 18 ###

* Liftoff!
2 changes: 1 addition & 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.1
Tested up to: 4.2
Stable tag: trunk
Contributors: katzwebdesign,katzwebservices
License: GPL 3 or higher
Expand Down

0 comments on commit f1eb70a

Please sign in to comment.