WP-Plugins/GlmPayments.git
8 years agoMerge tag 'v1.0.7' into develop develop
Steve Sutton [Mon, 3 Apr 2017 21:02:54 +0000 (17:02 -0400)]
Merge tag 'v1.0.7' into develop

Version 1.0.7

8 years agoMerge branch 'hotfix/1.0.7' master v1.0.7
Steve Sutton [Mon, 3 Apr 2017 21:02:47 +0000 (17:02 -0400)]
Merge branch 'hotfix/1.0.7'

8 years agoFix form for the payment exp_month
Steve Sutton [Mon, 3 Apr 2017 21:01:17 +0000 (17:01 -0400)]
Fix form for the payment exp_month

Also remove check for card and number.
Error given here is misleading people rather get the error from
Authorize.net.
Fixing the date when the record is inserted into database.

8 years agoMerge tag 'v1.0.6' into develop
Steve Sutton [Wed, 25 Jan 2017 18:30:04 +0000 (13:30 -0500)]
Merge tag 'v1.0.6' into develop

Version 1.0.6

8 years agoMerge branch 'release/1.0.6' v1.0.6
Steve Sutton [Wed, 25 Jan 2017 18:29:57 +0000 (13:29 -0500)]
Merge branch 'release/1.0.6'

8 years agoBump version number
Steve Sutton [Wed, 25 Jan 2017 18:29:29 +0000 (13:29 -0500)]
Bump version number

Bump version number to 1.0.6

8 years agoAdd field to table for setup
Steve Sutton [Wed, 25 Jan 2017 18:27:19 +0000 (13:27 -0500)]
Add field to table for setup

adding invoice_num text field.

8 years agoremoving test echo statements and no longer setting the session array to
Anthony Talarico [Tue, 24 Jan 2017 20:22:48 +0000 (15:22 -0500)]
removing test echo statements and no longer setting the session array to
captcha did not verify if it is successful

8 years agoadding session data to preserve form input in the event of a submission error.
Anthony Talarico [Tue, 24 Jan 2017 13:28:41 +0000 (08:28 -0500)]
adding session data to preserve form input in the event of a submission error.

8 years agoMerge tag 'v1.0.5' into develop
Steve Sutton [Mon, 23 Jan 2017 15:52:41 +0000 (10:52 -0500)]
Merge tag 'v1.0.5' into develop

Version 1.0.5

8 years agoMerge branch 'hotfix/1.0.5' v1.0.5
Steve Sutton [Mon, 23 Jan 2017 15:52:34 +0000 (10:52 -0500)]
Merge branch 'hotfix/1.0.5'

8 years agoUpdating the Live URL's
Steve Sutton [Mon, 23 Jan 2017 15:51:41 +0000 (10:51 -0500)]
Updating the Live URL's

Using ws6 relay.

8 years agoMerge tag 'v1.0.4' into develop
Steve Sutton [Tue, 1 Nov 2016 16:11:27 +0000 (12:11 -0400)]
Merge tag 'v1.0.4' into develop

Version 1.0.4

8 years agoMerge branch 'hotfix/1.0.4' v1.0.4
Steve Sutton [Tue, 1 Nov 2016 16:11:21 +0000 (12:11 -0400)]
Merge branch 'hotfix/1.0.4'

8 years agoUpdate the payment form to include reCaptcha
Steve Sutton [Tue, 1 Nov 2016 16:10:48 +0000 (12:10 -0400)]
Update the payment form to include reCaptcha

Adding reCaptcha from google to the payment form.

9 years agoMerge tag 'v1.0.4' into develop
Laury GvR [Thu, 28 Jan 2016 19:00:18 +0000 (14:00 -0500)]
Merge tag 'v1.0.4' into develop

v1.0.4

9 years agoMerge branch 'hotfix/1.0.4'
Laury GvR [Thu, 28 Jan 2016 19:00:13 +0000 (14:00 -0500)]
Merge branch 'hotfix/1.0.4'

9 years agoRemove american express availability
Laury GvR [Thu, 28 Jan 2016 19:00:08 +0000 (14:00 -0500)]
Remove american express availability

9 years agoMerge tag 'v1.0.3' into develop
Laury GvR [Mon, 21 Dec 2015 17:15:05 +0000 (12:15 -0500)]
Merge tag 'v1.0.3' into develop

v1.0.3

9 years agoMerge branch 'hotfix/1.0.3' v1.0.3
Laury GvR [Mon, 21 Dec 2015 17:14:57 +0000 (12:14 -0500)]
Merge branch 'hotfix/1.0.3'

9 years agoChanged shortcode to be 1 word
Laury GvR [Mon, 21 Dec 2015 17:14:53 +0000 (12:14 -0500)]
Changed shortcode to be 1 word

9 years agoMerge tag 'v1.0.2' into develop
Anthony Talarico [Wed, 25 Nov 2015 13:45:37 +0000 (08:45 -0500)]
Merge tag 'v1.0.2' into develop

v1.0.2

Conflicts:
includes/payment-display.php

9 years agoMerge branch 'hotfix/1.0.2' v1.0.2
Anthony Talarico [Wed, 25 Nov 2015 13:43:36 +0000 (08:43 -0500)]
Merge branch 'hotfix/1.0.2'

9 years agochanged email address to billing@gaslightmedia.com
Anthony Talarico [Tue, 24 Nov 2015 21:15:29 +0000 (16:15 -0500)]
changed email address to billing@gaslightmedia.com

9 years agoRemoved commented code to clean up files
Anthony Talarico [Wed, 11 Nov 2015 20:59:30 +0000 (15:59 -0500)]
Removed commented code to clean up files

9 years agoChanged email address to talarico@gaslightmedia to test outgoing mail
Anthony Talarico [Wed, 11 Nov 2015 20:46:11 +0000 (15:46 -0500)]
Changed email address to talarico@gaslightmedia to test outgoing mail

9 years agoUsed php mail function instead of wp_mail wrapper. Tested working on localhost
Anthony Talarico [Wed, 11 Nov 2015 20:35:18 +0000 (15:35 -0500)]
Used php mail function instead of wp_mail wrapper. Tested working on localhost

9 years agoTesting out some possible ways to email.
Laury GvR [Wed, 11 Nov 2015 14:18:12 +0000 (09:18 -0500)]
Testing out some possible ways to email.

9 years agochanged email address to billing@gaslightmedia.com
Anthony Talarico [Tue, 24 Nov 2015 21:15:29 +0000 (16:15 -0500)]
changed email address to billing@gaslightmedia.com

9 years agoRemoved commented code to clean up files
Anthony Talarico [Wed, 11 Nov 2015 20:59:30 +0000 (15:59 -0500)]
Removed commented code to clean up files

9 years agoChanged email address to talarico@gaslightmedia to test outgoing mail
Anthony Talarico [Wed, 11 Nov 2015 20:46:11 +0000 (15:46 -0500)]
Changed email address to talarico@gaslightmedia to test outgoing mail

9 years agoUsed php mail function instead of wp_mail wrapper. Tested working on localhost
Anthony Talarico [Wed, 11 Nov 2015 20:35:18 +0000 (15:35 -0500)]
Used php mail function instead of wp_mail wrapper. Tested working on localhost

9 years agoTesting out some possible ways to email.
Laury GvR [Wed, 11 Nov 2015 14:18:12 +0000 (09:18 -0500)]
Testing out some possible ways to email.

9 years agoMerge branch 'hotfix/1.0.1' v1.0.1
Anthony Talarico [Tue, 17 Nov 2015 18:47:44 +0000 (13:47 -0500)]
Merge branch 'hotfix/1.0.1'

9 years agoRemoved commented code to clean up files
Anthony Talarico [Wed, 11 Nov 2015 20:59:30 +0000 (15:59 -0500)]
Removed commented code to clean up files

9 years agoChanged email address to talarico@gaslightmedia to test outgoing mail
Anthony Talarico [Wed, 11 Nov 2015 20:46:11 +0000 (15:46 -0500)]
Changed email address to talarico@gaslightmedia to test outgoing mail

9 years agoUsed php mail function instead of wp_mail wrapper. Tested working on localhost
Anthony Talarico [Wed, 11 Nov 2015 20:35:18 +0000 (15:35 -0500)]
Used php mail function instead of wp_mail wrapper. Tested working on localhost

9 years agoTesting out some possible ways to email.
Laury GvR [Wed, 11 Nov 2015 14:18:12 +0000 (09:18 -0500)]
Testing out some possible ways to email.

9 years agoMerge tag 'v1.0' into develop
Laury GvR [Wed, 11 Nov 2015 14:16:00 +0000 (09:16 -0500)]
Merge tag 'v1.0' into develop

v1.0

9 years agoMerge branch 'release/1.0' v1.0
Laury GvR [Wed, 11 Nov 2015 14:15:52 +0000 (09:15 -0500)]
Merge branch 'release/1.0'

10 years agoInvoice accepts letters, phone/comp-name/invoice not reqrd
Laury GvR [Mon, 8 Dec 2014 19:01:15 +0000 (14:01 -0500)]
Invoice accepts letters, phone/comp-name/invoice not reqrd

10 years agoButton style in small view
Laury GvR [Thu, 4 Dec 2014 18:57:26 +0000 (13:57 -0500)]
Button style in small view

10 years agoSubmit button fixing
Laury GvR [Wed, 3 Dec 2014 22:00:56 +0000 (17:00 -0500)]
Submit button fixing

10 years agoSubmit button fix
Laury GvR [Wed, 3 Dec 2014 21:49:13 +0000 (16:49 -0500)]
Submit button fix

10 years agocss files renamed
Laury GvR [Thu, 20 Nov 2014 18:51:54 +0000 (13:51 -0500)]
css files renamed

10 years agoSpace after dollar sign
Laury GvR [Mon, 17 Nov 2014 21:02:04 +0000 (16:02 -0500)]
Space after dollar sign

10 years agoMore refactoring primarily
Laury GvR [Mon, 17 Nov 2014 20:55:54 +0000 (15:55 -0500)]
More refactoring primarily

10 years agoMore name changes.
Laury GvR [Mon, 17 Nov 2014 20:06:03 +0000 (15:06 -0500)]
More name changes.

10 years agoInitial commit
Laury GvR [Mon, 17 Nov 2014 19:43:49 +0000 (14:43 -0500)]
Initial commit