Changeset 723977
- Timestamp:
- 06/07/2013 01:19:05 PM (13 years ago)
- Location:
- ngp-forms
- Files:
-
- 2 edited
- 14 copied
-
tags/1.2.1 (copied) (copied from ngp-forms/trunk)
-
tags/1.2.1/LICENSE (copied) (copied from ngp-forms/trunk/LICENSE)
-
tags/1.2.1/NgpDonation.php (copied) (copied from ngp-forms/trunk/NgpDonation.php)
-
tags/1.2.1/NgpEmailSignup.php (copied) (copied from ngp-forms/trunk/NgpEmailSignup.php)
-
tags/1.2.1/NgpVolunteer.php (copied) (copied from ngp-forms/trunk/NgpVolunteer.php)
-
tags/1.2.1/credit-card-logos-amex.png (copied) (copied from ngp-forms/trunk/credit-card-logos-amex.png)
-
tags/1.2.1/credit-card-logos.png (copied) (copied from ngp-forms/trunk/credit-card-logos.png)
-
tags/1.2.1/ngp-donation-frontend.php (copied) (copied from ngp-forms/trunk/ngp-donation-frontend.php)
-
tags/1.2.1/ngp-forms.php (copied) (copied from ngp-forms/trunk/ngp-forms.php) (2 diffs)
-
tags/1.2.1/ngp-functions.php (copied) (copied from ngp-forms/trunk/ngp-functions.php)
-
tags/1.2.1/ngp-manage.php (copied) (copied from ngp-forms/trunk/ngp-manage.php)
-
tags/1.2.1/ngp-signup-frontend.php (copied) (copied from ngp-forms/trunk/ngp-signup-frontend.php)
-
tags/1.2.1/ngp-volunteer-frontend.php (copied) (copied from ngp-forms/trunk/ngp-volunteer-frontend.php)
-
tags/1.2.1/readme.txt (copied) (copied from ngp-forms/trunk/readme.txt) (1 diff)
-
trunk/ngp-forms.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ngp-forms/tags/1.2.1/ngp-forms.php
r723969 r723977 4 4 Plugin URI: http://revolutionmessaging.com/code/ngp-forms/ 5 5 Description: Integrate NGP donation, volunteer, & signup forms with your site 6 Version: 1.2 6 Version: 1.2.1 7 7 Author: Revolution Messaging 8 8 Author URI: http://revolutionmessaging.com … … 20 20 21 21 $GLOBALS['ngp'] = (object) array( 22 'version' => '1.2 '22 'version' => '1.2.1' 23 23 ); 24 24 -
ngp-forms/tags/1.2.1/readme.txt
r723976 r723977 4 4 Requires at least: 3.0.0 5 5 Tested up to: 3.5.1 6 Stable tag: 1.2 6 Stable tag: 1.2.1 7 7 8 8 Integrate NGP (NGP VAN) donation, signup, and volunteer forms with your site. You'll need an SSL certificate running on your site if you want to use the donation portion of this plugin. -
ngp-forms/trunk/ngp-forms.php
r723969 r723977 4 4 Plugin URI: http://revolutionmessaging.com/code/ngp-forms/ 5 5 Description: Integrate NGP donation, volunteer, & signup forms with your site 6 Version: 1.2 6 Version: 1.2.1 7 7 Author: Revolution Messaging 8 8 Author URI: http://revolutionmessaging.com … … 20 20 21 21 $GLOBALS['ngp'] = (object) array( 22 'version' => '1.2 '22 'version' => '1.2.1' 23 23 ); 24 24 -
ngp-forms/trunk/readme.txt
r723976 r723977 4 4 Requires at least: 3.0.0 5 5 Tested up to: 3.5.1 6 Stable tag: 1.2 6 Stable tag: 1.2.1 7 7 8 8 Integrate NGP (NGP VAN) donation, signup, and volunteer forms with your site. You'll need an SSL certificate running on your site if you want to use the donation portion of this plugin.
Note: See TracChangeset
for help on using the changeset viewer.