Plugin Directory

Changeset 1867228


Ignore:
Timestamp:
05/01/2018 11:35:17 PM (8 years ago)
Author:
signalfade
Message:

update

Location:
ngp-forms
Files:
40 edited

Legend:

Unmodified
Added
Removed
  • ngp-forms/tags/1.2.1/LICENSE

    r723977 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
    2 
    31Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    42
  • ngp-forms/tags/1.2.1/NgpVolunteer.php

    r723977 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 * @link        https://www.github.com/walker
    87 * @version     1.0.0
    98 *
     
    227226            }
    228227        }
    229        
     228
    230229        if ( (!isset($this->allFields['HomePhone']) || empty($this->allFields['HomePhone'])) &&  (!isset($this->allFields['Email']) || empty($this->allFields['Email']))) {
    231230            $this->errors[] = "A phone or email address is required";
    232231        }
    233        
     232
    234233        return empty($this->errors);
    235234    }
  • ngp-forms/tags/1.2.1/ngp-forms.php

    r723977 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.1
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://github.com/walker
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    11    
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
    13    
     11
    1412    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    15    
     13
    1614    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    17    
     15
    1816    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    1917    */
  • ngp-forms/tags/1.2.1/readme.txt

    r723978 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1111
    1212This plugin helps you 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.
    13 
    14 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1513
    1614### Alert!
     
    117115== Changelog ==
    118116
    119 = 1.2.1 = 
     117= 1.2.1 =
    120118* Fix Readme
    121119
    122 = 1.2 = 
     120= 1.2 =
    123121* Donation Invitation Form & Functionality
    124122
    125 = 1.1 = 
     123= 1.1 =
    126124* COO API works for signups.
    127125
  • ngp-forms/tags/1.2.2/LICENSE

    r723983 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
    2 
    31Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    42
  • ngp-forms/tags/1.2.2/NgpVolunteer.php

    r723983 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/tags/1.2.2/ngp-forms.php

    r723983 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.2
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://github.com/walker
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    11    
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
    13    
     11
     12
     13
    1414    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    15    
     15
    1616    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    17    
     17
    1818    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    1919    */
  • ngp-forms/tags/1.2.2/readme.txt

    r723983 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1111
    1212This plugin helps you 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.
    13 
    14 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1513
    1614### Alert!
     
    123121* Fix Readme
    124122
    125 = 1.2 = 
     123= 1.2 =
    126124* Donation Invitation Form & Functionality
    127125
    128 = 1.1 = 
     126= 1.1 =
    129127* COO API works for signups.
    130128
  • ngp-forms/tags/1.2.3/LICENSE

    r723993 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     1
    22
    33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.3/NgpVolunteer.php

    r723993 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/tags/1.2.3/ngp-forms.php

    r723993 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.3
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://walkeramilton.com
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    1111   
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     12   
    1313   
    1414    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.3/readme.txt

    r723993 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1111
    1212This plugin helps you 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.
    13 
    14 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1513
    1614### Alert!
     
    127125* Fix Readme
    128126
    129 = 1.2 = 
     127= 1.2 =
    130128* Donation Invitation Form & Functionality
    131129
    132 = 1.1 = 
     130= 1.1 =
    133131* COO API works for signups.
    134132
  • ngp-forms/tags/1.2.4/LICENSE

    r742328 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     1
    22
    33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.4/NgpVolunteer.php

    r742328 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/tags/1.2.4/ngp-forms.php

    r742328 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.4
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://walkeramilton.com
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    1111   
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     12   
    1313   
    1414    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.4/readme.txt

    r742328 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1515
    1616This plugin _does not_ work with the new NGP Action Platform.
    17 
    18 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1917
    2018### Alert No. 1!
     
    138136* Fix Readme
    139137
    140 = 1.2 = 
     138= 1.2 =
    141139* Donation Invitation Form & Functionality
    142140
    143 = 1.1 = 
     141= 1.1 =
    144142* COO API works for signups.
    145143
  • ngp-forms/tags/1.2.5/LICENSE

    r723969 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     1
    22
    33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.5/NgpVolunteer.php

    r723969 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/tags/1.2.5/ngp-forms.php

    r817662 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.5
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://walkeramilton.com
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    11    
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
    13    
     11
     12
     13
    1414    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    15    
     15
    1616    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    17    
     17
    1818    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    1919    */
  • ngp-forms/tags/1.2.5/readme.txt

    r817662 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1515
    1616This plugin _does not_ work with the new NGP Action Platform.
    17 
    18 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1917
    2018### Alert No. 1!
     
    144142* Fix Readme
    145143
    146 = 1.2 = 
     144= 1.2 =
    147145* Donation Invitation Form & Functionality
    148146
    149 = 1.1 = 
     147= 1.1 =
    150148* COO API works for signups.
    151149
  • ngp-forms/tags/1.2.6/LICENSE

    r723969 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     1
    22
    33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.6/NgpVolunteer.php

    r723969 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/tags/1.2.6/ngp-forms.php

    r817683 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.6
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://walkeramilton.com
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    1111   
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     12   
    1313   
    1414    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.6/readme.txt

    r817683 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1515
    1616This plugin _does not_ work with the new NGP Action Platform.
    17 
    18 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1917
    2018### Alert No. 1!
     
    146144* Fix Readme
    147145
    148 = 1.2 = 
     146= 1.2 =
    149147* Donation Invitation Form & Functionality
    150148
    151 = 1.1 = 
     149= 1.1 =
    152150* COO API works for signups.
    153151
  • ngp-forms/tags/1.2.7/LICENSE

    r723969 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     1
    22
    33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.7/NgpVolunteer.php

    r723969 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/tags/1.2.7/ngp-forms.php

    r851356 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.7
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://walkeramilton.com
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    1111   
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     12   
    1313   
    1414    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.7/readme.txt

    r851356 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1515
    1616This plugin _does not_ work with the new NGP Action Platform.
    17 
    18 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1917
    2018### Alert No. 1!
     
    150148* Fix Readme
    151149
    152 = 1.2 = 
     150= 1.2 =
    153151* Donation Invitation Form & Functionality
    154152
    155 = 1.1 = 
     153= 1.1 =
    156154* COO API works for signups.
    157155
  • ngp-forms/tags/1.2.8/LICENSE

    r723969 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     1
    22
    33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.8/NgpVolunteer.php

    r723969 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/tags/1.2.8/ngp-forms.php

    r854701 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.8
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://walkeramilton.com
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    1111   
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     12   
    1313   
    1414    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2.8/readme.txt

    r854701 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1313
    1414This plugin _does not_ work with the new NGP Action Platform.
    15 
    16 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1715
    1816### Alert No. 1!
     
    151149* Fix Readme
    152150
    153 = 1.2 = 
     151= 1.2 =
    154152* Donation Invitation Form & Functionality
    155153
    156 = 1.1 = 
     154= 1.1 =
    157155* COO API works for signups.
    158156
  • ngp-forms/tags/1.2/LICENSE

    r723976 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     1
    22
    33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2/NgpVolunteer.php

    r723976 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/tags/1.2/ngp-forms.php

    r723976 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://walkeramilton.com
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    1111   
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     12   
    1313   
    1414    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/tags/1.2/readme.txt

    r723976 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1111
    1212This plugin helps you 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.
    13 
    14 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1513
    1614### Alert!
     
    117115== Changelog ==
    118116
    119 = 1.2 = 
     117= 1.2 =
    120118* Donation Invitation Form & Functionality
    121119
    122 = 1.1 = 
     120= 1.1 =
    123121* COO API works for signups.
    124122
  • ngp-forms/trunk/LICENSE

    r723969 r1867228  
    1 Copyright 2012 Revolution Messaging LLC (email: support@revolutionmessaging.com)
     1
    22
    33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  • ngp-forms/trunk/NgpVolunteer.php

    r723969 r1867228  
    33 * NGP Volunteer, based on NgpDonations by New Media Campaigns
    44 *
    5  * @author      Walker Hamilton <walker@revolutionmessaging.com>
    6  * @copyright   2013 Revolution Messaging, LLC
    7  * @link        http://www.revolutionmessaging.com
     5 * @author      signalfade <walker@users.noreply.github.com>
     6 *
     7 * @link        https://www.github.com/walker
    88 * @version     1.0.0
    99 *
  • ngp-forms/trunk/ngp-forms.php

    r854700 r1867228  
    22/*
    33    Plugin Name: NGP Forms
    4     Plugin URI: http://revolutionmessaging.com/code/ngp-forms/
     4    Plugin URI: https://wordpress.org/plugins/ngp-forms/
    55    Description: Integrate NGP donation, volunteer, & signup forms with your site
    66    Version: 1.2.8
    7     Author: Revolution Messaging
    8     Author URI: http://revolutionmessaging.com
     7    Author: signalfade
     8    Author URI: https://walkeramilton.com
    99    Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising
    1010    License: MIT
    11    
    12     Copyright 2011 Revolution Messaging LLC (email: support@revolutionmessaging.com)
    13    
     11
    1412    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    15    
     13
    1614    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    17    
     15
    1816    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    1917    */
  • ngp-forms/trunk/readme.txt

    r854700 r1867228  
    11=== NGP Forms ===
    2 Contributors: signalfade, davidholtz
     2Contributors: signalfade
    33Tags: NGP, NGPVAN, Voter Action Network, donations, FEC, politics, fundraising, signup, volunteer
    44Requires at least: 3.0.0
     
    1313
    1414This plugin _does not_ work with the new NGP Action Platform.
    15 
    16 This plugin is built and maintained by [Revolution Messaging, LLC](http://revolutionmessaging.com) and makes use of the New Media Campaigns' NGP Donations API class.
    1715
    1816### Alert No. 1!
     
    151149* Fix Readme
    152150
    153 = 1.2 = 
     151= 1.2 =
    154152* Donation Invitation Form & Functionality
    155153
    156 = 1.1 = 
     154= 1.1 =
    157155* COO API works for signups.
    158156
Note: See TracChangeset for help on using the changeset viewer.