Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Oct 17, 2023
1 parent 86998be commit c658b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 0 additions & 4 deletions give.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,7 @@ private function setup_constants()
{
// Plugin version.
if (!defined('GIVE_VERSION')) {
<<<<<<<<< Temporary merge branch 1
define('GIVE_VERSION', '2.33.5');
=========
define('GIVE_VERSION', '3.0.0');
>>>>>>>>> Temporary merge branch 2
}

// Plugin Root File.
Expand Down
8 changes: 3 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,14 @@ The 2% fee on Stripe donations only applies to donations taken via our free Stri
10. Use almost any payment gateway integration with GiveWP through our add-ons or by creating your own add-on.

== Changelog ==
<<<<<<<<< Temporary merge branch 1
= 2.33.5: October 10th, 2023 =
* Fix: Prevent failed donations in sites that use proxy services like Cloudflare and gateways that require the original IP address

= 3.0.0: October 16th, 2023 =
* New: Try out the all new Visual Donation Form Builder!
* New: All new form infrastructure for forms using the Form Builder!
* New: Stripe Payment Element gateway for Stripe with support for many types of payment methods
* New: Existing forms can be migrated and upgrade to use the Form Builder
>>>>>>>>> Temporary merge branch 2

= 2.33.5: October 10th, 2023 =
* Fix: Prevent failed donations in sites that use proxy services like Cloudflare and gateways that require the original IP address

= 2.33.3: September 29th, 2023 =
* Fix: Multi-site installations no longer produce an error on subsites.
Expand Down

0 comments on commit c658b23

Please sign in to comment.