diff --git a/README.txt b/README.txt index 37be90b7..385ced80 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ Tags: лейка, crowdfunding, fundraising, donations, recurring donations, cha Requires at least: 3.6.1 Requires PHP: 7.2.5 Tested up to: 6.4.2 -Stable tag: 3.31 +Stable tag: 3.31.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -85,6 +85,9 @@ For technical support questions, please, use the [plugin support email](maillto: == Changelog == += 3.31.1 = +* Improve: Payselection code + = 3.31 = * Add: Support GA4 * Add: New payment system Payselection diff --git a/leyka.php b/leyka.php index 82d877ba..917f3429 100644 --- a/leyka.php +++ b/leyka.php @@ -4,7 +4,7 @@ * Plugin Name: Leyka * Plugin URI: https://leyka.org/ * Description: Donations management system for your WP site. For NGOs and social projects. - * Version: 3.31 + * Version: 3.31.1 * Author: Teplitsa of social technologies * Author URI: https://te-st.org * Text Domain: leyka @@ -39,7 +39,7 @@ // Leyka plugin version: if( !defined('LEYKA_VERSION') ) { - define('LEYKA_VERSION', '3.31'); + define('LEYKA_VERSION', '3.31.1'); } // Plugin base file: