Plugin Directory

Changeset 2669605

Timestamp:
01/31/2022 07:28:00 AM (2 years ago)
Author:
ravisinghit
Message:

WordPress update 5.9

Location:
visitors-details/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • visitors-details/trunk/README.txt

    r2244386 r2669605  
    55Tags: visitor-details, user-detail, ip-address, active-user, user-visit
    66Requires at least: 4.0.1
    7 Tested up to: 5.3.2
    8 Stable tag: 5.3.2
     7Tested up to: 5.
     8Stable tag:
    99Requires PHP: 5.6
    1010License: GPLv2 or later
     
    1212
    1313Visitor Details plugin will provide you the functionality by storing the real time users, realtime visitors data to your database. It can store data and you can simply view them under settings menu. By using Visitor Details plugin you can get visitors information like Current time, IP address, Device information like desktop, mobile, etc, Operationg system from where user visiting and Browser detail.
     14
     15
    1416
    1517== Description ==
     
    5658
    5759* WordPress 4.2 or greater
    58 * PHP version 5.2.4 or greater
     60* PHP version 5. or greater
    5961* MySQL version 5.0 or greater
    6062
     
    9597* 24/08/2019 Initial release.
    9698
     99
     100
     101
    97102
    98103== Frequently asked questions ==
  • visitors-details/trunk/visitors-details.php

    r2230072 r2669605  
    1010 *
    1111 * @link              http://topinfosoft.com
    12  * @since             1.0.0
     12 * @since             1.0.
    1313 * @package           Wp_Visitors_Details
    1414 *
     
    1616 * Plugin Name:       Visitors Details
    1717 * Plugin URI:        http://topinfosoft.com
    18  * Description:       This plugin will help you to store your website's visitor information to database. Information track visitors IP, OS, Browser information.
    19  * Version:           1.0.0
     18 * Description:       This plugin will help you to store your website's visitor information to database. Information track visitors IP, OS, Browser information.
     19 * Version:           1.0.
    2020 * Author:            Top Infosoft
    2121 * Author URI:        http://topinfosoft.com/about/
     
    3333/**
    3434 * Currently plugin version.
    35  * Start at version 1.0.0 and use SemVer - https://semver.org
     35 * Start at version 1.0. and use SemVer - https://semver.org
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('WP_VISITORS_DETAILS_VERSION', '1.0.0');
     38define('WP_VISITORS_DETAILS_VERSION', '1.0.');
    3939
    4040/**
     
    7474 * not affect the page life cycle.
    7575 *
    76  * @since    1.0.0
     76 * @since    1.0.
    7777 */
    7878function run_wp_visitors_details()
Note: See TracChangeset for help on using the changeset viewer.