Skip to content

Commit

Permalink
chore: bump Give min version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ante Laca committed Jan 16, 2024
1 parent d06870a commit 51acde4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 51acde4

Please sign in to comment.