Changeset 1452430
- Timestamp:
- 07/11/2016 08:19:22 AM (10 years ago)
- Location:
- stetic/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
stetic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stetic/trunk/readme.txt
r1360586 r1452430 59 59 == Changelog == 60 60 61 = 1.0.4 = 62 * A small bugfix 63 61 64 = 1.0.3 = 62 65 * Limit viewing of the stats to users, who can edit the dashboard -
stetic/trunk/stetic.php
r1360586 r1452430 5 5 Description: Adds real-time Web Analytics from Stetic with event tracking of all important actions to Wordpress. It comes with a dashboard to show you the important reports and numbers. 6 6 Author: Stetic 7 Version: 1.0. 37 Version: 1.0.4 8 8 Author URI: https://www.stetic.com/ 9 9 */ … … 43 43 } 44 44 } 45 else46 {47 48 }49 45 } 50 46 … … 57 53 * @return object 58 54 */ 59 public function get_object() {55 public static function get_object() { 60 56 61 57 if ( NULL === self :: $classobj )
Note: See TracChangeset
for help on using the changeset viewer.