Contributors: ancocodet
Tags: analytics,umami
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 0.8.1
Requires PHP: 7.4
License: GPLv3 or later
License URI: https://github.com/Ancocodet/wp-umami/blob/main/LICENSE.md
Integrate Umami Analytics into your WordPress site.
This plugin integrates Umami Analytics into your WordPress site. Umami is a simple, fast, website analytics tool for those who care about privacy.
- Upload the plugin files to the
/wp-content/plugins/integrate-umami
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Follow the Setup Tracking instructions
- Add your WordPress-Site to umami
- Go to the Plugin Settings
- Fill in the websiteId and ScriptUrl
- websiteId can be found in the website settings
- scriptUrl is normally %link_to_umami%/script.js or you can found in the website settings under tracking code
- Enable umami analytics and save your settings
- PHP 7.4 or greater
- WordPress 5.0 or greater
- Active Development of this plugin is handled on Github.
- Pull requests for documented issues are highly appreciated.
- Add easier setup using the umami API
- Add dashboard widget for analytics
- Add filter for adding custom tracking data/events
-
0.8.0 - Migrate options
This release migrates the options to new naming structure. Please check your settings after updating. -
0.7.0 - Preparation for 1.0
This release increases the minimum required PHP version to 7.4. -
0.6.1 - Update Issue
This release fixes an issue with the update from 0.5.0 to 0.6.0. The update process should now work as expected. -
0.4.1 - Host URL Issue
Issues with the settings page were fixed and the overall feeling of the page was improved as well.
-
0.8.1 - Widget Fix
Fixed an issue with the widget redirecting to the wrong url -
0.8.0 - Migrate options
Increased the minimum WordPress version to 6.0
Migrate option to new naming structure
Add simple dashboard widget -
0.7.0 - Preparation for 1.0
Increased the minimum required PHP version to 7.4
Add deprecation information for do_not_track option -
0.6.1 - Update Issue
Fixed an issue with the update from 0.5.0 to 0.6.0
Fixed an issue with the settings page
Thanks to @markim for reporting the issue -
0.6.0 - Event Tracking
Added tracking data-attribute for comments -
0.5.0 - Documentation and plugin action
Added link to Settings Page to Plugin actions
Change Settings page slug to plugin slug (integrate-umami)
Updated and expanded documentation
Fixed issue with escaping in script arguments -
0.4.1 - Host URL Issue
Fixed an issue with the host URL which could cause issues with the tracking.
Moved the host URL option to the advanced section
Thanks to @gioxx for reporting the issue -
0.4.0 - Improve Settings Page
The settings page has been improved to be more user friendly.
Fixed an issue with the options validation -
0.3.2 - Update Autoloading
Updated the autoloading to useplugin_dir_path
-
0.3.1 - Fix Build Process
Fixed an issue with the building mechanism which resulted in an unusable version
Cleaned some code
Replaced the placeholder logo with a better one -
0.2.1 - Fix Option Validation
Fixed an issue with the option validation that caused the plugin settings to not work. -
0.2.0 - Ignore Admin Option
Add an option to ignore admin users. -
0.1.1 - Fix Deployment
The Deployment does not include the built zip anymore.