PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 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 All 255 releases
← All changes | give.php +3 -3 4.16.84.16.9 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.16.8
10 - * Requires at least: 6.6
9 + * Version: 4.16.9
10 + * Requires at least: 6.9
11 11 * Requires PHP: 7.4
12 12 * Text Domain: give
13 13 * Domain Path: /languages
14 14 *
@@ -425,9 +425,9 @@
425 425 private function setup_constants()
426 426 {
427 427 // Plugin version.
428 428 if (!defined('GIVE_VERSION')) {
429 - define('GIVE_VERSION', '4.16.8');
429 + define('GIVE_VERSION', '4.16.9');
430 430 }
431 431
432 432 // Plugin Root File.
433 433 if (!defined('GIVE_PLUGIN_FILE')) {