PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.4.0
GiveWP – Donation Plugin and Fundraising Platform v4.4.0
4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 All 253 releases
← All changes | give.php +3 -3 4.3.24.4.0 View file →
@@ -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')) {