Changeset 1269887
- Timestamp:
- 10/20/2015 10:57:34 PM (10 years ago)
- Location:
- donately-donation-form
- Files:
-
- 2 edited
- 6 copied
-
tags/4.0.3 (copied) (copied from donately-donation-form/trunk)
-
tags/4.0.3/dntly-options.php (copied) (copied from donately-donation-form/trunk/dntly-options.php)
-
tags/4.0.3/dntly.php (copied) (copied from donately-donation-form/trunk/dntly.php) (2 diffs)
-
tags/4.0.3/lib/donately-formjs.php (copied) (copied from donately-donation-form/trunk/lib/donately-formjs.php)
-
tags/4.0.3/lib/shortcodes.php (copied) (copied from donately-donation-form/trunk/lib/shortcodes.php)
-
tags/4.0.3/readme.txt (copied) (copied from donately-donation-form/trunk/readme.txt) (1 diff)
-
trunk/dntly.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
donately-donation-form/tags/4.0.3/dntly.php
r1269873 r1269887 5 5 Plugin URI: http://www.donately.com 6 6 Description: API Integration with the Donately donation platform 7 Version: 4.0. 27 Version: 4.0.3 8 8 Author: Fifty & Fifty 9 9 Author URI: https://www.fiftyandfifty.org/ … … 18 18 */ 19 19 20 define('DNTLY_VERSION', '4.0. 2');20 define('DNTLY_VERSION', '4.0.3'); 21 21 22 22 /* set to true for testing/debugging in development & staging environments */ -
donately-donation-form/tags/4.0.3/readme.txt
r1269873 r1269887 181 181 * Clean up various files that had unused code. 182 182 183 = 4.0.3 = 184 * Fix file permission issue 185 183 186 == Upgrade Notice == 184 187 -
donately-donation-form/trunk/dntly.php
r1269873 r1269887 5 5 Plugin URI: http://www.donately.com 6 6 Description: API Integration with the Donately donation platform 7 Version: 4.0. 27 Version: 4.0.3 8 8 Author: Fifty & Fifty 9 9 Author URI: https://www.fiftyandfifty.org/ … … 18 18 */ 19 19 20 define('DNTLY_VERSION', '4.0. 2');20 define('DNTLY_VERSION', '4.0.3'); 21 21 22 22 /* set to true for testing/debugging in development & staging environments */ -
donately-donation-form/trunk/readme.txt
r1269873 r1269887 181 181 * Clean up various files that had unused code. 182 182 183 = 4.0.3 = 184 * Fix file permission issue 185 183 186 == Upgrade Notice == 184 187
Note: See TracChangeset
for help on using the changeset viewer.