Plugin Directory

Changeset 723983


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

Another readme update and new tag

Location:
ngp-forms
Files:
2 edited
14 copied

Legend:

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

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

    r723980 r723983  
    44Requires at least: 3.0.0
    55Tested up to: 3.5.1
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    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.
     
    117117== Changelog ==
    118118
     119= 1.2.2 =
     120* (Another) Fix Readme
     121
    119122= 1.2.1 =
    120123* Fix Readme
  • ngp-forms/trunk/ngp-forms.php

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

    r723980 r723983  
    44Requires at least: 3.0.0
    55Tested up to: 3.5.1
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    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.
     
    117117== Changelog ==
    118118
     119= 1.2.2 =
     120* (Another) Fix Readme
     121
    119122= 1.2.1 =
    120123* Fix Readme
Note: See TracChangeset for help on using the changeset viewer.