Skip to content

Commit

Permalink
+ v2.3.6.1 release info added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahaenor committed Jun 15, 2018
1 parent cb71a14 commit cc6c2d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.txt
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions leyka.php
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cc6c2d8

Please sign in to comment.