Plugin Directory

Changeset 723977


Ignore:
Timestamp:
06/07/2013 01:19:05 PM (13 years ago)
Author:
signalfade
Message:

Fix for readme

Location:
ngp-forms
Files:
2 edited
14 copied

Legend:

Unmodified
Added
Removed
  • ngp-forms/tags/1.2.1/ngp-forms.php

    r723969 r723977  
    44    Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    6     Version: 1.2
     6    Version: 1.2.1
    77    Author: Revolution Messaging
    88    Author URI: http://revolutionmessaging.com
     
    2020
    2121$GLOBALS['ngp'] = (object) array(
    22     'version' => '1.2'
     22    'version' => '1.2.1'
    2323);
    2424
  • ngp-forms/tags/1.2.1/readme.txt

    r723976 r723977  
    44Requires at least: 3.0.0
    55Tested up to: 3.5.1
    6 Stable tag: 1.2
     6Stable tag: 1.2.1
    77
    88Integrate 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  
    44    Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    6     Version: 1.2
     6    Version: 1.2.1
    77    Author: Revolution Messaging
    88    Author URI: http://revolutionmessaging.com
     
    2020
    2121$GLOBALS['ngp'] = (object) array(
    22     'version' => '1.2'
     22    'version' => '1.2.1'
    2323);
    2424
  • ngp-forms/trunk/readme.txt

    r723976 r723977  
    44Requires at least: 3.0.0
    55Tested up to: 3.5.1
    6 Stable tag: 1.2
     6Stable tag: 1.2.1
    77
    88Integrate 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.