https://github.com/vemetric/vemetric-wordpress
Official Wordpress Plugin for Vemetric
https://github.com/vemetric/vemetric-wordpress
analytics plugin vemetric wordpress
Last synced: 2 months ago
JSON representation
Official Wordpress Plugin for Vemetric
- Host: GitHub
- URL: https://github.com/vemetric/vemetric-wordpress
- Owner: vemetric
- License: mit
- Created: 2025-05-29T09:12:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-29T23:28:34.000Z (7 months ago)
- Last Synced: 2025-12-02T04:27:24.032Z (7 months ago)
- Topics: analytics, plugin, vemetric, wordpress
- Language: PHP
- Homepage: https://vemetric.com/docs/installation/wordpress
- Size: 867 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# The Vemetric Wordpress Plugin
This is the official Plugin to add Vemetric to your Wordpress site.
Learn more about the Plugin in the [official docs](https://vemetric.com/docs/installation/wordpress).
You can also checkout the package on the [Wordpress Plugin Directory](https://wordpress.org/plugins/vemetric).
## How to Build a Test ZIP
1. Open the `Build Plugin ZIP` GitHub Action
2. Run the workflow from the branch you want to test
3. Download the `vemetric` artifact
4. Upload the downloaded `vemetric.zip` file to your local WordPress instance
## How to Release a new Version
1. Add a new Changelog Entry in the `readme.txt`
2. Start the `Release` GitHub Action
3. Download the .zip file from the GitHub Action Artifacts
4. Test the changes on a local Wordpress Instance
5. Submit the changes to SVN as described [here](https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/#editing-existing-files).