| @@ -5,10 +5,10 @@ | ||
| 5 | 5 | * Plugin URI: https://givewp.com |
| 6 | 6 | * Description: The most robust, flexible, and intuitive way to accept donations on WordPress. |
| 7 | 7 | * Author: GiveWP |
| 8 | 8 | * Author URI: https://givewp.com/ |
| 9 | - * Version: 4.3.2 | |
| 10 | - * Requires at least: 6.5 | |
| 9 | + * Version: 4.4.0 | |
| 10 | + * Requires at least: 6.6 | |
| 11 | 11 | * Requires PHP: 7.4 |
| 12 | 12 | * Text Domain: give |
| 13 | 13 | * Domain Path: /languages |
| 14 | 14 | * |
| @@ -420,9 +420,9 @@ | ||
| 420 | 420 | private function setup_constants() |
| 421 | 421 | { |
| 422 | 422 | // Plugin version. |
| 423 | 423 | if (!defined('GIVE_VERSION')) { |
| 424 | - define('GIVE_VERSION', '4.3.2'); | |
| 424 | + define('GIVE_VERSION', '4.4.0'); | |
| 425 | 425 | } |
| 426 | 426 | |
| 427 | 427 | // Plugin Root File. |
| 428 | 428 | if (!defined('GIVE_PLUGIN_FILE')) { |