Plugin Directory

Changeset 1269887


Ignore:
Timestamp:
10/20/2015 10:57:34 PM (10 years ago)
Author:
bryanmonzon
Message:

Fix file permissions

Location:
donately-donation-form
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • donately-donation-form/tags/4.0.3/dntly.php

    r1269873 r1269887  
    55Plugin URI:   http://www.donately.com
    66Description:  API Integration with the Donately donation platform
    7 Version:      4.0.2
     7Version:      4.0.3
    88Author:       Fifty & Fifty
    99Author URI:   https://www.fiftyandfifty.org/
     
    1818*/
    1919
    20 define('DNTLY_VERSION', '4.0.2');
     20define('DNTLY_VERSION', '4.0.3');
    2121
    2222/* set to true for testing/debugging in development & staging environments */
  • donately-donation-form/tags/4.0.3/readme.txt

    r1269873 r1269887  
    181181* Clean up various files that had unused code.
    182182
     183= 4.0.3 =
     184* Fix file permission issue
     185
    183186== Upgrade Notice ==
    184187
  • donately-donation-form/trunk/dntly.php

    r1269873 r1269887  
    55Plugin URI:   http://www.donately.com
    66Description:  API Integration with the Donately donation platform
    7 Version:      4.0.2
     7Version:      4.0.3
    88Author:       Fifty & Fifty
    99Author URI:   https://www.fiftyandfifty.org/
     
    1818*/
    1919
    20 define('DNTLY_VERSION', '4.0.2');
     20define('DNTLY_VERSION', '4.0.3');
    2121
    2222/* set to true for testing/debugging in development & staging environments */
  • donately-donation-form/trunk/readme.txt

    r1269873 r1269887  
    181181* Clean up various files that had unused code.
    182182
     183= 4.0.3 =
     184* Fix file permission issue
     185
    183186== Upgrade Notice ==
    184187
Note: See TracChangeset for help on using the changeset viewer.