Skip to content

Commit

Permalink
chore: prepare for release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Apr 1, 2024
1 parent 5bcfb4f commit 3275b06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions givewp-elementor-widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: GiveWP Donation Widgets for Elementor
* Plugin URI: https://givewp.com/givewp-elementor-widgets
* Description: All GiveWP shortcodes as Elementor Widgets
* Version: 2.0.0
* Version: 2.0.1
* Requires at least: 6.0
* Requires PHP: 7.2
* Author: GiveWP
Expand Down Expand Up @@ -103,7 +103,7 @@ private function setup_constants()

// Defines addon version number for easy reference.
if (!defined('GiveWP_DW_4_Elementor_VERSION')) {
define('GiveWP_DW_4_Elementor_VERSION', '2.0.0');
define('GiveWP_DW_4_Elementor_VERSION', '2.0.1');
}

// Set it to latest.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://github.com/impress-org/givewp-elementor-widgets
Tags: givewp, elementor, widgets, donations, fundraising,
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 2.0.0
Stable tag: 2.0.1
Requires Give: 3.0.0
Requires PHP: 7.2
License: GPLv3 or later
Expand Down Expand Up @@ -97,6 +97,9 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

### 2.0.1 April 3rd, 2024 ###
* Fix: Resolved several issues with the GiveWP form grid widget options not working as expected

### 2.0.0 February 14th, 2024 ###
* New: Added compatibility with the GiveWP visual form builder
* Fix: Resolved an issue with the show goal setting not working properly
Expand Down
4 changes: 2 additions & 2 deletions widgets/give_form_grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function get_categories() {
*
* Adds different input fields to allow the user to change and customize the widget settings.
*
* @unreleased Changes 'donate_button_text_color' default value and removes 'show_bar' and 'donate_button_background_color' options as those don't exist in the form grid shortcode.
* @since 2.0.1 Changes 'donate_button_text_color' default value and removes 'show_bar' and 'donate_button_background_color' options as those don't exist in the form grid shortcode.
* @since 1.0.0
* @access protected
*/
Expand Down Expand Up @@ -406,7 +406,7 @@ protected function register_controls() {
*
* Written in PHP and used to generate the final HTML.
*
* @unreleased Changes 'donate_button_text_color' default value and removes 'show_bar' and 'donate_button_background_color' options as those don't exist in the form grid shortcode.
* @since 2.0.1 Changes 'donate_button_text_color' default value and removes 'show_bar' and 'donate_button_background_color' options as those don't exist in the form grid shortcode.
* @since 1.0.0
* @access protected
*/
Expand Down

0 comments on commit 3275b06

Please sign in to comment.