Changeset 2794247
- Timestamp:
- 10/04/2022 08:17:20 PM (3 years ago)
- Location:
- raisedonors
- Files:
-
- 2 edited
- 6 copied
-
tags/1.0.9 (copied) (copied from raisedonors/trunk)
-
tags/1.0.9/README.txt (copied) (copied from raisedonors/trunk/README.txt) (2 diffs)
-
tags/1.0.9/admin/class-raise-donors-settings.php (copied) (copied from raisedonors/trunk/admin/class-raise-donors-settings.php)
-
tags/1.0.9/gutenberg-block/dist/blocks.build.js (copied) (copied from raisedonors/trunk/gutenberg-block/dist/blocks.build.js)
-
tags/1.0.9/gutenberg-block/init.php (copied) (copied from raisedonors/trunk/gutenberg-block/init.php)
-
tags/1.0.9/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.9/README.txt
r2794243 r2794247 5 5 Tested up to: 6.0.2 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 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.9 67 * 2022-10-04 fix 68 66 69 1.0.8 67 70 * 2022-02-23 fix - updated the info URL's -
raisedonors/tags/1.0.9/raise-donors.php
r2794243 r2794247 8 8 * @wordpress-plugin 9 9 * Plugin Name: RaiseDonors 10 * Plugin URI: https:// raisedonors.zendesk.com/hc/en-us/categories/360004594551-Wordpress-Plugin10 * Plugin URI: https://help.raisedonors.com/hc/en-us/sections/360012433992-Wordpress 11 11 * Description: Easily embed your RaiseDonors donation forms with just a few clicks. 12 * Version: 1.0. 812 * Version: 1.0.9 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. 8' );29 define( 'RAISE_DONORS_VERSION', '1.0.9' ); 30 30 31 31 /** -
raisedonors/trunk/README.txt
r2794243 r2794247 5 5 Tested up to: 6.0.2 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 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.9 67 * 2022-10-04 fix 68 66 69 1.0.8 67 70 * 2022-02-23 fix - updated the info URL's -
raisedonors/trunk/raise-donors.php
r2794243 r2794247 8 8 * @wordpress-plugin 9 9 * Plugin Name: RaiseDonors 10 * Plugin URI: https:// raisedonors.zendesk.com/hc/en-us/categories/360004594551-Wordpress-Plugin10 * Plugin URI: https://help.raisedonors.com/hc/en-us/sections/360012433992-Wordpress 11 11 * Description: Easily embed your RaiseDonors donation forms with just a few clicks. 12 * Version: 1.0. 812 * Version: 1.0.9 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. 8' );29 define( 'RAISE_DONORS_VERSION', '1.0.9' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.