Plugin Directory

Changeset 2412328


Ignore:
Timestamp:
11/04/2020 10:04:38 AM (5 years ago)
Author:
belco
Message:

version bump

Location:
belcoio/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • belcoio/trunk/belco.php

    r2378624 r2412328  
    22/**
    33 * @package Belco
    4  * @version 0.9.1
     4 * @version 0.9.2
    55 *
    66 */
     
    5353      add_action( 'wp_enqueue_scripts', array(&$this, 'enqueue_scripts') );
    5454      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') );
    5656      add_action( 'wp_ajax_nopriv_belco_config_handler' , array(&$this, 'belco_config_handler'));
    5757    }
  • belcoio/trunk/readme.txt

    r2378624 r2412328  
    55Requires at least: 3.9.1
    66Tested up to: 5.4
    7 Stable tag: 0.9.1
     7Stable tag: 0.9.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Changelog ==
     47
     48= 0.9.2
     49- Fix issue with logged in users
    4750
    4851= 0.9.1
Note: See TracChangeset for help on using the changeset viewer.