Plugin Directory

Changeset 2141654


Ignore:
Timestamp:
08/19/2019 05:06:02 AM (7 years ago)
Author:
matto3c
Message:

updated readme with functionality

Location:
extrawatch/trunk
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • extrawatch/trunk/ew-plg-common/ExtraWatchAPI.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/ExtraWatchConfig.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/ExtraWatchController.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/ExtraWatchLogin.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/ExtraWatchPrerequisites.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/ExtraWatchProject.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/ExtraWatchRenderer.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
     
    2222
    2323    function renderIFrame($from) {
    24         $path = "/#/pages/login/?from=".$from;
     24        $path = "/#/?from=".$from;
    2525        $output = $this->renderFullIFrameWithURL($path);
    2626        return $output;
  • extrawatch/trunk/ew-plg-common/ExtraWatchRequestHelper.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/ExtraWatchSettings.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/ExtraWatchURLHelper.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/auth/ExtraWatchAuth.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/auth/ExtraWatchOAuth2Request.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/cms/ExtraWatchCMSEnum.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/cms/ExtraWatchCMSSpecific.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/cms/ExtraWatchJoomlaSpecific.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/ew-plg-common/cms/ExtraWatchWordpressSpecific.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/extrawatch-config.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/extrawatch-social.php

    r2136090 r2141654  
    55 * @package ExtraWatch
    66 * @version 4.0
    7  * @revision 42
     7 * @revision 43
    88 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    99 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/extrawatch.php

    r2136090 r2141654  
    44Plugin URI: http://www.extrawatch.com
    55Description: <strong>See visits and clicks on your website in real-time</strong>! Features: <strong>Visitor Real time Stats</strong>, <strong>Visitor paths</strong>, <strong>Location on a map</strong>, <strong>Most popular pages</strong>, <strong>Top referring pages</strong>.
    6 Version: 4.0.42
     6Version: 4.0.43
    77Author: CodeGravity.com
    88Author URI: http://www.extrawatch.com
     
    1414 * @package ExtraWatch
    1515 * @version 4.0
    16  * @revision 42
     16 * @revision 43
    1717 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
    1818 * @copyright (C) 2019 by CodeGravity.com - All rights reserved!
  • extrawatch/trunk/readme.txt

    r2136090 r2141654  
    55Requires at least: 3.2.
    66Tested up to: 5.2.2
    7 Stable tag: 4.0.42
     7Stable tag: 4.0.43
    88License: GNU/GPLv2
    99
     
    2323
    2424= Monitor User activity =
    25 - check who's browsing your website in real time, excluding bots
     25- check who's browsing your website in real time, export visitors of your website in CSV format, see bots and spiders
    2626
    2727= Map =
Note: See TracChangeset for help on using the changeset viewer.