Plugin Directory

Changeset 592290


Ignore:
Timestamp:
08/30/2012 08:48:37 AM (14 years ago)
Author:
aldo.expert
Message:
 
Location:
ae-visitor/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ae-visitor/trunk/ae-menu.php

    r583317 r592290  
    11<?php
    2 if(!function_exists('find_my_menu_item')) {
     2if(!function_exists('find_ae_menu')) {
    33    function find_ae_menu($handle, $sub = false) {
    44        if(!is_admin() || (defined('DOING_AJAX') && DOING_AJAX)) { return false; }
  • ae-visitor/trunk/ae-visitor-un-install.php

    r583317 r592290  
    1717function ae_visitor_uninstall(){
    1818    delete_option('ae_visitor_data');
    19     delete_option('ae_visitor_data');
    2019    delete_option('ae_visitor_day');
    2120    delete_option('ae_visitor_yesterday');
  • ae-visitor/trunk/ae-visitor.php

    r583317 r592290  
    44Plugin URI: http://www.aldo-expert.com/
    55Description: Display guest visitor of your web in day, yesterday, week, month, and all.
    6 Version: 1.0
     6Version: 1.2
    77Author: Adi Wicaksana P. (Aldo)
    88Author URI: http://www.aldo-expert.com
  • ae-visitor/trunk/readme.txt

    r583317 r592290  
    3232== Changelog ==
    3333
     34= 1.2 =
     35
     36fix AE Menu
     37fix Un-Install
     38
     39= 1.1 =
     40
     41Plug-in is now compatible upto wordpress version 3.4.x
     42
    3443= 1.0 =
    3544
    3645fix title widgets
    3746fix cookie
    38 
    39 = 1.1 =
    40 
    41 Plug-in is now compatible upto wordpress version 3.4.x
    4247
    4348== Credits ==
Note: See TracChangeset for help on using the changeset viewer.