Plugin Directory

Changeset 2794247


Ignore:
Timestamp:
10/04/2022 08:17:20 PM (3 years ago)
Author:
raisedonors
Message:

fix - updated the info URL's

Location:
raisedonors
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • raisedonors/tags/1.0.9/README.txt

    r2794243 r2794247  
    55Tested up to: 6.0.2
    66Requires PHP: 7.1
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6464
    6565== Changelog ==
     661.0.9
     67* 2022-10-04 fix
     68
    66691.0.8
    6770* 2022-02-23 fix - updated the info URL's
  • raisedonors/tags/1.0.9/raise-donors.php

    r2794243 r2794247  
    88 * @wordpress-plugin
    99 * Plugin Name:       RaiseDonors
    10  * Plugin URI:        https://raisedonors.zendesk.com/hc/en-us/categories/360004594551-Wordpress-Plugin
     10 * Plugin URI:        https://help.raisedonors.com/hc/en-us/sections/360012433992-Wordpress
    1111 * Description:       Easily embed your RaiseDonors donation forms with just a few clicks.
    12  * Version:           1.0.8
     12 * Version:           1.0.9
    1313 * Author:            RaiseDonors
    1414 * Author URI:        https://raisedonors.com/
     
    2727 * Currently plugin version.
    2828 */
    29 define( 'RAISE_DONORS_VERSION', '1.0.8' );
     29define( 'RAISE_DONORS_VERSION', '1.0.9' );
    3030
    3131/**
  • raisedonors/trunk/README.txt

    r2794243 r2794247  
    55Tested up to: 6.0.2
    66Requires PHP: 7.1
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6464
    6565== Changelog ==
     661.0.9
     67* 2022-10-04 fix
     68
    66691.0.8
    6770* 2022-02-23 fix - updated the info URL's
  • raisedonors/trunk/raise-donors.php

    r2794243 r2794247  
    88 * @wordpress-plugin
    99 * Plugin Name:       RaiseDonors
    10  * Plugin URI:        https://raisedonors.zendesk.com/hc/en-us/categories/360004594551-Wordpress-Plugin
     10 * Plugin URI:        https://help.raisedonors.com/hc/en-us/sections/360012433992-Wordpress
    1111 * Description:       Easily embed your RaiseDonors donation forms with just a few clicks.
    12  * Version:           1.0.8
     12 * Version:           1.0.9
    1313 * Author:            RaiseDonors
    1414 * Author URI:        https://raisedonors.com/
     
    2727 * Currently plugin version.
    2828 */
    29 define( 'RAISE_DONORS_VERSION', '1.0.8' );
     29define( 'RAISE_DONORS_VERSION', '1.0.9' );
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.