Changeset 2282431
- Timestamp:
- 04/13/2020 01:19:56 PM (6 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) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extrawatch/trunk/ew-plg-common/ExtraWatchAPI.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/ExtraWatchConfig.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/ExtraWatchController.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/ExtraWatchLogin.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/ExtraWatchPrerequisites.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/ExtraWatchProject.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/ExtraWatchRenderer.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ … … 33 33 34 34 35 <script type="text/javascript">35 <script type="text/javascript"> 36 36 var _extraWatchParams = _extraWatchParams || []; 37 37 _extraWatchParams.projectId = '<?php echo $this->extraWatchCMSSpecific->escapeOutput($projectId);?>'; 38 38 (function() { 39 var ew = document.createElement('script'); ew.type = 'text/javascript'; ew.async = true; 40 ew.src = '<?php echo ExtraWatchConfig::AGENT_URL;?>/agent/js/ew.js'; 41 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ew, s); 39 var ewHead = document.getElementsByTagName('head')[0]; 40 var ewInsertScript = document.createElement('script'); 41 ewInsertScript.type = 'text/javascript'; 42 ewInsertScript.async = true; 43 ewInsertScript.src = '<?php echo ExtraWatchConfig::AGENT_URL;?>/agent/js/ew.js' 44 ewHead.appendChild(ewInsertScript); 42 45 })(); 43 </script> 46 </script> 47 44 48 45 49 <?php -
extrawatch/trunk/ew-plg-common/ExtraWatchRequestHelper.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/ExtraWatchSettings.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/ExtraWatchURLHelper.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/auth/ExtraWatchAuth.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/auth/ExtraWatchOAuth2Request.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/cms/ExtraWatchCMSEnum.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/cms/ExtraWatchCMSSpecific.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/cms/ExtraWatchJoomlaSpecific.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/ew-plg-common/cms/ExtraWatchWordpressSpecific.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/extrawatch-config.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/extrawatch-social.php
r2153274 r2282431 5 5 * @package ExtraWatch 6 6 * @version 4.0 7 * @revision 4 67 * @revision 49 8 8 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 9 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!9 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 10 10 * @website http://www.extrawatch.com 11 11 */ -
extrawatch/trunk/extrawatch.php
r2153274 r2282431 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 66 Version: 4.0.49 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 616 * @revision 49 17 17 * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3 18 * @copyright (C) 20 19by CodeGravity.com - All rights reserved!18 * @copyright (C) 2020 by CodeGravity.com - All rights reserved! 19 19 * @website http://www.extrawatch.com 20 20 */ -
extrawatch/trunk/readme.txt
r2153274 r2282431 5 5 Requires at least: 3.2. 6 6 Tested up to: 5.2.2 7 Stable tag: 4.0.4 67 Stable tag: 4.0.49 8 8 License: GNU/GPLv2 9 9
Note: See TracChangeset
for help on using the changeset viewer.