Skip to content

Commit

Permalink
chore: prepare for 2.31.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelablake committed Jul 21, 2023
1 parent 7532826 commit 159bdfd
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: 2.30.0
* Version: 2.31.0
* Requires at least: 5.0
* Requires PHP: 7.0
* Text Domain: give
Expand Down Expand Up @@ -316,7 +316,7 @@ private function setup_constants()
{
// Plugin version.
if (!defined('GIVE_VERSION')) {
define('GIVE_VERSION', '2.30.0');
define('GIVE_VERSION', '2.31.0');
}

// Plugin Root File.
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: 5.0
Tested up to: 6.2
Requires PHP: 7.0
Stable tag: 2.30.0
Stable tag: 2.31.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -258,6 +258,9 @@ 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.31.0: July 21st, 2023 =
* Feature: New banner added to the plugin page for annual summer discounts

= 2.30.0: July 12th, 2023 =
* Feature: Attributes of the [give_donor_wall] shortcode can now be filtered.
* Feature: Added state label and list of states for the v3 form billing address block. Existing functionality is not modified.
Expand Down
8 changes: 4 additions & 4 deletions src/Promotions/InPluginUpsells/SummerSalesBanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function loadScripts()
}

/**
* @unreleased
* @since 2.31.0
*/
public function render()
{
Expand All @@ -103,7 +103,7 @@ public function render()


/**
* @unreleased
* @since 2.31.0
*/
public static function isShowing(): bool
{
Expand All @@ -113,7 +113,7 @@ public static function isShowing(): bool
}

/**
* @unreleased
* @since 2.31.0
*/
public static function hasValidLicenses(): bool
{
Expand All @@ -134,7 +134,7 @@ public static function hasValidLicenses(): bool
}

/**
* @unreleased
* @since 2.31.0
*/
public static function getLicensedPluginSlugs(): array
{
Expand Down

0 comments on commit 159bdfd

Please sign in to comment.