Changeset 2141654
- Timestamp:
- 08/19/2019 05:06:02 AM (7 years ago)
- Location:
- extrawatch/trunk
- Files:
-
- 20 edited
-
ew-plg-common/ExtraWatchAPI.php (modified) (1 diff)
-
ew-plg-common/ExtraWatchConfig.php (modified) (1 diff)
-
ew-plg-common/ExtraWatchController.php (modified) (1 diff)
-
ew-plg-common/ExtraWatchLogin.php (modified) (1 diff)
-
ew-plg-common/ExtraWatchPrerequisites.php (modified) (1 diff)
-
ew-plg-common/ExtraWatchProject.php (modified) (1 diff)
-
ew-plg-common/ExtraWatchRenderer.php (modified) (2 diffs)
-
ew-plg-common/ExtraWatchRequestHelper.php (modified) (1 diff)
-
ew-plg-common/ExtraWatchSettings.php (modified) (1 diff)
-
ew-plg-common/ExtraWatchURLHelper.php (modified) (1 diff)
-
ew-plg-common/auth/ExtraWatchAuth.php (modified) (1 diff)
-
ew-plg-common/auth/ExtraWatchOAuth2Request.php (modified) (1 diff)
-
ew-plg-common/cms/ExtraWatchCMSEnum.php (modified) (1 diff)
-
ew-plg-common/cms/ExtraWatchCMSSpecific.php (modified) (1 diff)
-
ew-plg-common/cms/ExtraWatchJoomlaSpecific.php (modified) (1 diff)
-
ew-plg-common/cms/ExtraWatchWordpressSpecific.php (modified) (1 diff)
-
extrawatch-config.php (modified) (1 diff)
-
extrawatch-social.php (modified) (1 diff)
-
extrawatch.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extrawatch/trunk/ew-plg-common/ExtraWatchAPI.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/ExtraWatchConfig.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/ExtraWatchController.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/ExtraWatchLogin.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/ExtraWatchPrerequisites.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/ExtraWatchProject.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/ExtraWatchRenderer.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! … … 22 22 23 23 function renderIFrame($from) { 24 $path = "/#/ pages/login/?from=".$from;24 $path = "/#/?from=".$from; 25 25 $output = $this->renderFullIFrameWithURL($path); 26 26 return $output; -
extrawatch/trunk/ew-plg-common/ExtraWatchRequestHelper.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/ExtraWatchSettings.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/ExtraWatchURLHelper.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/auth/ExtraWatchAuth.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/auth/ExtraWatchOAuth2Request.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/cms/ExtraWatchCMSEnum.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/cms/ExtraWatchCMSSpecific.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/cms/ExtraWatchJoomlaSpecific.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/ew-plg-common/cms/ExtraWatchWordpressSpecific.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/extrawatch-config.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/extrawatch-social.php
r2136090 r2141654 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 27 * @revision 43 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 9 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/extrawatch.php
r2136090 r2141654 4 4 Plugin URI: http://www.extrawatch.com 5 5 Description: <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.4 26 Version: 4.0.43 7 7 Author: CodeGravity.com 8 8 Author URI: http://www.extrawatch.com … … 14 14 * @package ExtraWatch 15 15 * @version 4.0 16 * @revision 4 216 * @revision 43 17 17 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 18 18 * @copyright (C) 2019 by CodeGravity.com - All rights reserved! -
extrawatch/trunk/readme.txt
r2136090 r2141654 5 5 Requires at least: 3.2. 6 6 Tested up to: 5.2.2 7 Stable tag: 4.0.4 27 Stable tag: 4.0.43 8 8 License: GNU/GPLv2 9 9 … … 23 23 24 24 = Monitor User activity = 25 - check who's browsing your website in real time, ex cluding bots25 - check who's browsing your website in real time, export visitors of your website in CSV format, see bots and spiders 26 26 27 27 = Map =
Note: See TracChangeset
for help on using the changeset viewer.