Skip to content

Commit

Permalink
chore: prepare for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelablake committed Oct 19, 2023
1 parent 08fbab2 commit de04c0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions give.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: The most robust, flexible, and intuitive way to accept donations on WordPress.
* Author: GiveWP
* Author URI: https://givewp.com/
* Version: 3.0.1
* Version: 3.0.2
* Requires at least: 6.0
* Requires PHP: 7.2
* Text Domain: give
Expand Down Expand Up @@ -391,7 +391,7 @@ private function setup_constants()
{
// Plugin version.
if (!defined('GIVE_VERSION')) {
define('GIVE_VERSION', '3.0.1');
define('GIVE_VERSION', '3.0.2');
}

// Plugin Root File.
Expand Down
8 changes: 4 additions & 4 deletions includes/gateways/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function give_get_enabled_payment_gateways($form_id = 0, $version = null)
/**
* Checks whether a specified gateway is activated.
*
* @unreleased add $version param
* @since 3.0.2 add $version param
* @since 1.0
*
* @param string $gateway Name of the gateway to check for
Expand All @@ -123,7 +123,7 @@ function give_is_gateway_active($gateway, $version = 2)
/**
* Gets the default payment gateway selected from the Give Settings
*
* @unreleased add $version param
* @since 3.0.2 add $version param
* @since 1.0
*
* @param int|null $form_id int ID of the Give Form
Expand Down Expand Up @@ -358,7 +358,7 @@ function give_count_sales_by_gateway( $gateway_id = 'paypal', $status = 'publish
/**
* Returns a ordered list of all available gateways.
*
* @unreleased add $version param
* @since 3.0.2 add $version param
* @since 1.4.5
*
* @param array $gateways List of payment gateways
Expand Down Expand Up @@ -406,7 +406,7 @@ function give_get_ordered_payment_gateways($gateways, $version = null)
/**
* Filter payment gateways order.
*
* @unreleased add $version param
* @since 3.0.2 add $version param
* @since 1.7
*
* @param array $gateways All the available gateways
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: donation, donate, recurring donations, fundraising, crowdfunding
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 3.0.1
Stable tag: 3.0.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -262,6 +262,9 @@ 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 ==
= 3.0.2: October 19th, 2023 =
* Fix: Gateways are properly separated in the settings page and Global Settings for Fee Recovery shows all gateways when you select per gateway

= 3.0.1: October 17th, 2023 =
* Fix: Resolved a conflict with Matomo plugin that was causing a fatal error

Expand Down

0 comments on commit de04c0a

Please sign in to comment.