diff --git a/give.php b/give.php index b87e7dbaa6..49d4f0c46b 100644 --- a/give.php +++ b/give.php @@ -391,7 +391,7 @@ private function setup_constants() { // Plugin version. if (!defined('GIVE_VERSION')) { - define('GIVE_VERSION', '3.0.0'); + define('GIVE_VERSION', '2.33.2'); } // Plugin Root File. @@ -480,10 +480,18 @@ public function display_old_recurring_compatibility_notice() } } + /** + * Install Give + * + * Runs on plugin activation and performs initial setup. + * + * @since 2.33.3 set network_wide parameter to true, enabling installing in WP multisite + * @since 1.0.0 + */ public function install() { $this->loadServiceProviders(); - give_install(); + give_install(true); } /** diff --git a/readme.txt b/readme.txt index 7fee5dbaf5..618bcf2360 100644 --- a/readme.txt +++ b/readme.txt @@ -258,8 +258,8 @@ The 2% fee on Stripe donations only applies to donations taken via our free Stri 8. GiveWP has a dedicated support team to help answer any questions you may have and help you through stumbling blocks. == Changelog == -= 2.33.2: September 18, 2023 = -* Fix: Added validation for form status to prevent donations to donation forms with the status of "Trash" += 2.33.1: August 31st, 2023 = +* Fix: Add validation for form status to prevent donations to donation forms with the status of "Trash" = 2.33.1: August 31st, 2023 = * Security: The donor default user role has been sanitized to prevent privilege escalation