https://github.com/littlebizzy/statcounter
Optimized StatCounter tracking
https://github.com/littlebizzy/statcounter
wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
Optimized StatCounter tracking
- Host: GitHub
- URL: https://github.com/littlebizzy/statcounter
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2017-09-17T22:36:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T08:08:17.000Z (over 1 year ago)
- Last Synced: 2025-05-07T19:58:45.738Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/statcounter
- Size: 95.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# StatCounter
Optimized StatCounter tracking
## Changelog
### 2.0.2
- added `Requires PHP` plugin header
- improved `gu_override_dot_org` snippet
### 2.0.1
- migrate old options `project_id` and `security_code` to new `statcounter` option array if exist / not exist
- delete old options if options migration occurs
### 2.0.0
- completely refactored code to WordPress standards
- latest version of StatCounter tracking snippet (HTTPS-only now)
- using WP Settings API now and cleaner code
- improved security and performance
- support for PHP 7.0 to PHP 8.3
- support for Multisite
### 1.1.1
- improved `gu_override_dot_org` snippet
### 1.1.0
- major code restructure
- support for Git Updater
- disabled wordpress.org update checks
### 1.0.6
- updated recommended plugins
### 1.0.5
- added warning for Multisite installations
- updated recommended plugins
### 1.0.4
- tested with WP 4.9
- added support for `define('DISABLE_NAG_NOTICES', true);`
### 1.0.3
- added recommended plugins notice
- added rating request notice
### 1.0.2
- MUST RE-INPUT SETTINGS!!!
- minor code tweaks
### 1.0.1
- removed `noscript` snippet (spammy)
### 1.0.0
- initial release