Changeset 2682914
- Timestamp:
- 02/22/2022 10:36:17 AM (4 years ago)
- Location:
- raisedonors
- Files:
-
- 3 edited
- 5 copied
-
tags/1.0.6 (copied) (copied from raisedonors/trunk)
-
tags/1.0.6/README.txt (copied) (copied from raisedonors/trunk/README.txt) (2 diffs)
-
tags/1.0.6/gutenberg-block/dist/blocks.build.js (copied) (copied from raisedonors/trunk/gutenberg-block/dist/blocks.build.js)
-
tags/1.0.6/includes/class-raise-donors-connection.php (copied) (copied from raisedonors/trunk/includes/class-raise-donors-connection.php)
-
tags/1.0.6/includes/class-raise-donors-shortcodes.php (copied) (copied from raisedonors/trunk/includes/class-raise-donors-shortcodes.php)
-
tags/1.0.6/raise-donors.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/raise-donors.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raisedonors/tags/1.0.6/README.txt
r2682909 r2682914 3 3 Tags: online fundraising, donation pages, RaiseDonors, donate 4 4 Requires at least: 5.0.0 5 Tested up to: 5. 65 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 47 Stable tag: 1.0.6 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.6 67 * 2022-02-22 update - updated the tested up to tag 68 66 69 1.0.5 67 * 2022-0 1-27fix - updated the code to catch deleted pages70 * 2022-02-21 fix - updated the code to catch deleted pages 68 71 69 72 1.0.4 -
raisedonors/tags/1.0.6/raise-donors.php
r2463204 r2682914 27 27 * Currently plugin version. 28 28 */ 29 define( 'RAISE_DONORS_VERSION', '1.0. 4' );29 define( 'RAISE_DONORS_VERSION', '1.0.6' ); 30 30 31 31 /** -
raisedonors/trunk/README.txt
r2682909 r2682914 3 3 Tags: online fundraising, donation pages, RaiseDonors, donate 4 4 Requires at least: 5.0.0 5 Tested up to: 5. 65 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 47 Stable tag: 1.0.6 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.6 67 * 2022-02-22 update - updated the tested up to tag 68 66 69 1.0.5 67 * 2022-0 1-27fix - updated the code to catch deleted pages70 * 2022-02-21 fix - updated the code to catch deleted pages 68 71 69 72 1.0.4 -
raisedonors/trunk/raise-donors.php
r2463204 r2682914 27 27 * Currently plugin version. 28 28 */ 29 define( 'RAISE_DONORS_VERSION', '1.0. 4' );29 define( 'RAISE_DONORS_VERSION', '1.0.6' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.