Changeset 723983
- Timestamp:
- 06/07/2013 01:26:48 PM (13 years ago)
- Location:
- ngp-forms
- Files:
-
- 2 edited
- 14 copied
-
tags/1.2.2 (copied) (copied from ngp-forms/trunk)
-
tags/1.2.2/LICENSE (copied) (copied from ngp-forms/trunk/LICENSE)
-
tags/1.2.2/NgpDonation.php (copied) (copied from ngp-forms/trunk/NgpDonation.php)
-
tags/1.2.2/NgpEmailSignup.php (copied) (copied from ngp-forms/trunk/NgpEmailSignup.php)
-
tags/1.2.2/NgpVolunteer.php (copied) (copied from ngp-forms/trunk/NgpVolunteer.php)
-
tags/1.2.2/credit-card-logos-amex.png (copied) (copied from ngp-forms/trunk/credit-card-logos-amex.png)
-
tags/1.2.2/credit-card-logos.png (copied) (copied from ngp-forms/trunk/credit-card-logos.png)
-
tags/1.2.2/ngp-donation-frontend.php (copied) (copied from ngp-forms/trunk/ngp-donation-frontend.php)
-
tags/1.2.2/ngp-forms.php (copied) (copied from ngp-forms/trunk/ngp-forms.php) (2 diffs)
-
tags/1.2.2/ngp-functions.php (copied) (copied from ngp-forms/trunk/ngp-functions.php)
-
tags/1.2.2/ngp-manage.php (copied) (copied from ngp-forms/trunk/ngp-manage.php)
-
tags/1.2.2/ngp-signup-frontend.php (copied) (copied from ngp-forms/trunk/ngp-signup-frontend.php)
-
tags/1.2.2/ngp-volunteer-frontend.php (copied) (copied from ngp-forms/trunk/ngp-volunteer-frontend.php)
-
tags/1.2.2/readme.txt (copied) (copied from ngp-forms/trunk/readme.txt) (2 diffs)
-
trunk/ngp-forms.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ngp-forms/tags/1.2.2/ngp-forms.php
r723977 r723983 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. 16 Version: 1.2.2 7 7 Author: Revolution Messaging 8 8 Author URI: http://revolutionmessaging.com … … 20 20 21 21 $GLOBALS['ngp'] = (object) array( 22 'version' => '1.2. 1'22 'version' => '1.2.2' 23 23 ); 24 24 -
ngp-forms/tags/1.2.2/readme.txt
r723980 r723983 4 4 Requires at least: 3.0.0 5 5 Tested up to: 3.5.1 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 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. … … 117 117 == Changelog == 118 118 119 = 1.2.2 = 120 * (Another) Fix Readme 121 119 122 = 1.2.1 = 120 123 * Fix Readme -
ngp-forms/trunk/ngp-forms.php
r723977 r723983 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. 16 Version: 1.2.2 7 7 Author: Revolution Messaging 8 8 Author URI: http://revolutionmessaging.com … … 20 20 21 21 $GLOBALS['ngp'] = (object) array( 22 'version' => '1.2. 1'22 'version' => '1.2.2' 23 23 ); 24 24 -
ngp-forms/trunk/readme.txt
r723980 r723983 4 4 Requires at least: 3.0.0 5 5 Tested up to: 3.5.1 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 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. … … 117 117 == Changelog == 118 118 119 = 1.2.2 = 120 * (Another) Fix Readme 121 119 122 = 1.2.1 = 120 123 * Fix Readme
Note: See TracChangeset
for help on using the changeset viewer.