Plugin Directory

Changeset 2683999


Ignore:
Timestamp:
02/23/2022 08:38:46 PM (4 years ago)
Author:
raisedonors
Message:

Plugin version fix

Location:
raisedonors
Files:
2 edited
6 copied

Legend:

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

    r2682914 r2683999  
    55Tested up to: 5.9
    66Requires PHP: 7.1
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6464
    6565== Changelog ==
     661.0.7
     67* 2022-02-23 update - Plugin version fix
     68
    66691.0.6
    6770* 2022-02-22 update - updated the tested up to tag
  • raisedonors/tags/1.0.7/raise-donors.php

    r2683993 r2683999  
    1010 * Plugin URI:        https://raisedonors.zendesk.com/hc/en-us/categories/360004594551-Wordpress-Plugin
    1111 * Description:       Easily embed your RaiseDonors donation forms with just a few clicks.
    12  * Version:           1.0.6
     12 * Version:           1.0.7
    1313 * Author:            RaiseDonors
    1414 * Author URI:        https://raisedonors.com/
     
    2727 * Currently plugin version.
    2828 */
    29 define( 'RAISE_DONORS_VERSION', '1.0.6' );
     29define( 'RAISE_DONORS_VERSION', '1.0.7' );
    3030
    3131/**
  • raisedonors/trunk/README.txt

    r2682914 r2683999  
    55Tested up to: 5.9
    66Requires PHP: 7.1
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6464
    6565== Changelog ==
     661.0.7
     67* 2022-02-23 update - Plugin version fix
     68
    66691.0.6
    6770* 2022-02-22 update - updated the tested up to tag
  • raisedonors/trunk/raise-donors.php

    r2683993 r2683999  
    1010 * Plugin URI:        https://raisedonors.zendesk.com/hc/en-us/categories/360004594551-Wordpress-Plugin
    1111 * Description:       Easily embed your RaiseDonors donation forms with just a few clicks.
    12  * Version:           1.0.6
     12 * Version:           1.0.7
    1313 * Author:            RaiseDonors
    1414 * Author URI:        https://raisedonors.com/
     
    2727 * Currently plugin version.
    2828 */
    29 define( 'RAISE_DONORS_VERSION', '1.0.6' );
     29define( 'RAISE_DONORS_VERSION', '1.0.7' );
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.