Skip to content

Commit fbfb73e

Browse files
committed
Version uptick to 0.8
1 parent da875f6 commit fbfb73e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

init.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Plugin URI: http://plugify.io/plugin/gravity-forms-braintree
55
Description: Allows you to accept credit card payments using Gravity Forms and Braintree Payments
66
Author: Luke Rollans
7-
Version: 0.1
8-
Author URI: http://www.lukerollans.me
7+
Version: 0.8
8+
Author URI: http://www.plugify.io
99
*/
1010

1111
// Ensure WordPress has been bootstrapped

lib/class.plugify-gform-braintree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
final class Plugify_GForm_Braintree extends GFFeedAddOn {
66

7-
protected $_version = '0.1';
7+
protected $_version = '0.8';
88
protected $_min_gravityforms_version = '1.7.9999';
99
protected $_slug = 'gravity-forms-braintree';
1010
protected $_path = 'gravity-forms-braintree/init.php';

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=hello
44
Tags: credit card,braintree,gravity form,payment
55
Requires at least: 2.5
66
Tested up to: 3.8.1
7-
Stable tag: 0.1
7+
Stable tag: 0.8
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)