Skip to content

Commit

Permalink
Merge pull request #19 from impress-org/feature/give3.0-compatibility…
Browse files Browse the repository at this point in the history
…-GIVE-81

Give 3.0 compatibility
  • Loading branch information
alaca authored Jan 16, 2024
2 parents e878409 + 51acde4 commit b6748e8
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 259 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;
}
}
2 changes: 1 addition & 1 deletion givewp-elementor-widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private function setup_constants()

// 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
Loading

0 comments on commit b6748e8

Please sign in to comment.