diff --git a/README.txt b/README.txt index 63b08b172..f11e031bc 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Plugin URI: http://leyka.te-st.ru Tags: e-donate, donates, donations, charity, wp-donates, crowdfunding, leyka, fundraising, recurring, payment, charity, cloudpayments, webmoney, robokassa, rbk, rbkmoney, visa, mastercard, yandexmoney, chronopay, rbkmoney, sms, яндекс.касса,яндекс.деньги, миксплат, paypal Requires at least: 3.6.1 Tested up to: 4.9.6 -Stable tag: 2.3.6 +Stable tag: 2.3.6.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -89,6 +89,10 @@ PHP version required: 5.3+ 10. Google Analytics events == Changelog == += 2.3.6.1 = +* New: now Leyka may optionally syncronize outer IP for Yandex.Kassa requests with inner IP. +* Fix: important fix for donation amount passing while using redirects-based gateways with Revo template. + = 2.3.6 = * New: Paymaster gateway support added. * New: the "campaign finished" donors mailout feature added. diff --git a/leyka.php b/leyka.php index 1e0ed7845..34038ebb5 100644 --- a/leyka.php +++ b/leyka.php @@ -3,7 +3,7 @@ * Plugin Name: Leyka * Plugin URI: https://leyka.te-st.ru/ * Description: The donations management system for your WP site - * Version: 2.3.6 + * Version: 2.3.6.1 * Author: Teplitsa of social technologies * Author URI: https://te-st.ru * Text Domain: leyka @@ -36,7 +36,7 @@ // Leyka plugin version: if( !defined('LEYKA_VERSION') ) { - define('LEYKA_VERSION', '2.3.6'); + define('LEYKA_VERSION', '2.3.6.1'); } // Plugin base file: