Changeset 2683999
- Timestamp:
- 02/23/2022 08:38:46 PM (4 years ago)
- Location:
- raisedonors
- Files:
-
- 2 edited
- 6 copied
-
tags/1.0.7 (copied) (copied from raisedonors/trunk)
-
tags/1.0.7/README.txt (copied) (copied from raisedonors/trunk/README.txt) (2 diffs)
-
tags/1.0.7/gutenberg-block/dist/blocks.build.js (copied) (copied from raisedonors/trunk/gutenberg-block/dist/blocks.build.js)
-
tags/1.0.7/includes/class-raise-donors-connection.php (copied) (copied from raisedonors/trunk/includes/class-raise-donors-connection.php)
-
tags/1.0.7/includes/class-raise-donors-shortcodes.php (copied) (copied from raisedonors/trunk/includes/class-raise-donors-shortcodes.php)
-
tags/1.0.7/raise-donors.php (copied) (copied from raisedonors/trunk/raise-donors.php) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/raise-donors.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raisedonors/tags/1.0.7/README.txt
r2682914 r2683999 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 64 64 65 65 == Changelog == 66 1.0.7 67 * 2022-02-23 update - Plugin version fix 68 66 69 1.0.6 67 70 * 2022-02-22 update - updated the tested up to tag -
raisedonors/tags/1.0.7/raise-donors.php
r2683993 r2683999 10 10 * Plugin URI: https://raisedonors.zendesk.com/hc/en-us/categories/360004594551-Wordpress-Plugin 11 11 * Description: Easily embed your RaiseDonors donation forms with just a few clicks. 12 * Version: 1.0. 612 * Version: 1.0.7 13 13 * Author: RaiseDonors 14 14 * Author URI: https://raisedonors.com/ … … 27 27 * Currently plugin version. 28 28 */ 29 define( 'RAISE_DONORS_VERSION', '1.0. 6' );29 define( 'RAISE_DONORS_VERSION', '1.0.7' ); 30 30 31 31 /** -
raisedonors/trunk/README.txt
r2682914 r2683999 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 64 64 65 65 == Changelog == 66 1.0.7 67 * 2022-02-23 update - Plugin version fix 68 66 69 1.0.6 67 70 * 2022-02-22 update - updated the tested up to tag -
raisedonors/trunk/raise-donors.php
r2683993 r2683999 10 10 * Plugin URI: https://raisedonors.zendesk.com/hc/en-us/categories/360004594551-Wordpress-Plugin 11 11 * Description: Easily embed your RaiseDonors donation forms with just a few clicks. 12 * Version: 1.0. 612 * Version: 1.0.7 13 13 * Author: RaiseDonors 14 14 * Author URI: https://raisedonors.com/ … … 27 27 * Currently plugin version. 28 28 */ 29 define( 'RAISE_DONORS_VERSION', '1.0. 6' );29 define( 'RAISE_DONORS_VERSION', '1.0.7' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.