Changeset 915691
- Timestamp:
- 05/16/2014 04:23:10 PM (12 years ago)
- Location:
- leyka/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
inc/leyka-class-options-controller.php (modified) (1 diff)
-
leyka.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
leyka/trunk/README.txt
r908972 r915691 5 5 Tags: e-donate, donates, charity, wp-donates, crowdfunding, leyka 6 6 Requires at least: 3.6.1 7 Tested up to: 3.9 8 Stable tag: 2.1. 17 Tested up to: 3.9.1 8 Stable tag: 2.1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 **Официальный сайт плагина:** [leyka.te-st.ru](http://leyka.te-st.ru/) 26 26 27 **Следите за разработкой на** [GitHub](https://github.com/Teplitsa/Leyka) 27 28 … … 66 67 67 68 == Changelog == 69 70 = 2.1.2 = 71 * Fix: Fixed warning message on new installas 68 72 69 73 = 2.1.1 = -
leyka/trunk/inc/leyka-class-options-controller.php
r906545 r915691 92 92 93 93 //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'])) 95 95 $params['value'] = $params['value']['value']; 96 96 -
leyka/trunk/leyka.php
r908972 r915691 4 4 * Plugin URI: http://leyka.te-st.ru/ 5 5 * Description: The donations management system for your WP site. 6 * Version: 2.1. 16 * Version: 2.1.2 7 7 * Author: Lev Zvyagincev aka Ahaenor 8 8 * Author URI: ahaenor@gmail.com
Note: See TracChangeset
for help on using the changeset viewer.