Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein authored and Jon Waldstein committed Feb 9, 2024
2 parents 59d2295 + 746a114 commit 993c9bb
Show file tree
Hide file tree
Showing 6 changed files with 440 additions and 269 deletions.
11 changes: 8 additions & 3 deletions assets/dw4elementor-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,19 @@
background: #c13f16;
}

.give-elementor-notice {
padding: 10px 0;
color: #c13f16;
}

/*
* Hide Link Options
* Hide Link Options
* Until this issue is resolved:
* https://github.com/elementor/elementor/issues/11214
*
*
*/

.elementor-control-give_register_settings + .elementor-control-link .elementor-control-url-more,
.elementor-control-give_login_settings + .elementor-control-login_url .elementor-control-url-more {
display: none;
}
}
10 changes: 5 additions & 5 deletions givewp-elementor-widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: GiveWP Donation Widgets for Elementor
* Plugin URI: https://givewp.com/givewp-elementor-widgets
* Description: All GiveWP shortcodes as Elementor Widgets
* Version: 1.2.0
* Requires at least: 5.0
* Requires PHP: 7.0
* Version: 2.0.0
* Requires at least: 6.0
* Requires PHP: 7.2
* Author: GiveWP
* Author URI: https://givewp.com
* License: GNU General Public License v2 or later
Expand Down Expand Up @@ -103,12 +103,12 @@ private function setup_constants()

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

// Set it to latest.
if (!defined('GiveWP_DW_4_Elementor_MIN_GIVE_VERSION')) {
define('GiveWP_DW_4_Elementor_MIN_GIVE_VERSION', '2.5');
define('GiveWP_DW_4_Elementor_MIN_GIVE_VERSION', '3.0.0');
}

if (!defined('GiveWP_DW_4_Elementor_FILE')) {
Expand Down
16 changes: 10 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.0
Stable tag: 1.2.0
Requires Give: 2.21.0
Requires PHP: 7.0
Stable tag: 2.0.0
Requires Give: 3.0.0
Requires PHP: 7.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down Expand Up @@ -67,9 +67,9 @@ Otherwise, if your question is specific to "Donation Widgets for Elementor" we'r

**Minimum Requirements**

* WordPress 5.0 or greater
* PHP version 7.0 or greater
* MySQL version 5.6 or greater
* WordPress 6.0 or greater
* PHP version 7.2 or greater
* MySQL version 5.7 or greater

**Automatic installation**

Expand Down Expand Up @@ -97,6 +97,10 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

### 2.0.0 February 12th, 2024 ###
* New: Added compatibility with the GiveWP visual form builder
* Fix: Resolved an issue with the show goal setting not working properly

### 1.2.0 July 6, 2022 ###
* New: Added the Multi-Form goal block
* Enhancement: The Form Grid block has been updated with more controls
Expand Down
Loading

0 comments on commit 993c9bb

Please sign in to comment.