Changeset 2412328
- Timestamp:
- 11/04/2020 10:04:38 AM (5 years ago)
- Location:
- belcoio/trunk
- Files:
-
- 2 edited
-
belco.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
belcoio/trunk/belco.php
r2378624 r2412328 2 2 /** 3 3 * @package Belco 4 * @version 0.9. 14 * @version 0.9.2 5 5 * 6 6 */ … … 53 53 add_action( 'wp_enqueue_scripts', array(&$this, 'enqueue_scripts') ); 54 54 add_action( 'admin_enqueue_scripts', array(&$this, 'admin_enqueue_scripts') ); 55 add_action( 'wp_ajax_belco_config ', array(&$this, 'belco_config_handler') );55 add_action( 'wp_ajax_belco_config_handler', array(&$this, 'belco_config_handler') ); 56 56 add_action( 'wp_ajax_nopriv_belco_config_handler' , array(&$this, 'belco_config_handler')); 57 57 } -
belcoio/trunk/readme.txt
r2378624 r2412328 5 5 Requires at least: 3.9.1 6 6 Tested up to: 5.4 7 Stable tag: 0.9. 17 Stable tag: 0.9.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 == Changelog == 47 48 = 0.9.2 49 - Fix issue with logged in users 47 50 48 51 = 0.9.1
Note: See TracChangeset
for help on using the changeset viewer.