Plugin Directory

Changeset 915691


Ignore:
Timestamp:
05/16/2014 04:23:10 PM (12 years ago)
Author:
VaultDweller
Message:

2.1.2

Location:
leyka/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • leyka/trunk/README.txt

    r908972 r915691  
    55Tags: e-donate, donates, charity, wp-donates, crowdfunding, leyka
    66Requires at least: 3.6.1
    7 Tested up to: 3.9
    8 Stable tag: 2.1.1
     7Tested up to: 3.9.1
     8Stable tag: 2.1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424
    2525**Официальный сайт плагина:** [leyka.te-st.ru](http://leyka.te-st.ru/)
     26
    2627**Следите за разработкой на** [GitHub](https://github.com/Teplitsa/Leyka)
    2728
     
    6667
    6768== Changelog ==
     69
     70= 2.1.2 =
     71* Fix: Fixed warning message on new installas
    6872
    6973= 2.1.1 =
  • leyka/trunk/inc/leyka-class-options-controller.php

    r906545 r915691  
    9292       
    9393        //hack for some strangely incorrect after-update behavior
    94         if(is_array($params['value']) && !empty($params['value']['value']))
     94        if(is_array($params['value']) && isset($params['value']['value']) && !empty($params['value']['value']))
    9595            $params['value'] = $params['value']['value'];
    9696       
  • leyka/trunk/leyka.php

    r908972 r915691  
    44 * Plugin URI:  http://leyka.te-st.ru/
    55 * Description: The donations management system for your WP site.
    6  * Version:     2.1.1
     6 * Version:     2.1.2
    77 * Author:      Lev Zvyagincev aka Ahaenor
    88 * Author URI:  ahaenor@gmail.com
Note: See TracChangeset for help on using the changeset viewer.