diff --git a/give.php b/give.php index 1d2bb73c31..ff66c4a85b 100644 --- a/give.php +++ b/give.php @@ -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 @@ -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. diff --git a/readme.txt b/readme.txt index 73df61b0dc..0f92cb0cdb 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. diff --git a/src/Promotions/InPluginUpsells/SummerSalesBanner.php b/src/Promotions/InPluginUpsells/SummerSalesBanner.php index 804cc38115..407f12e866 100644 --- a/src/Promotions/InPluginUpsells/SummerSalesBanner.php +++ b/src/Promotions/InPluginUpsells/SummerSalesBanner.php @@ -90,7 +90,7 @@ public function loadScripts() } /** - * @unreleased + * @since 2.31.0 */ public function render() { @@ -103,7 +103,7 @@ public function render() /** - * @unreleased + * @since 2.31.0 */ public static function isShowing(): bool { @@ -113,7 +113,7 @@ public static function isShowing(): bool } /** - * @unreleased + * @since 2.31.0 */ public static function hasValidLicenses(): bool { @@ -134,7 +134,7 @@ public static function hasValidLicenses(): bool } /** - * @unreleased + * @since 2.31.0 */ public static function getLicensedPluginSlugs(): array {