Skip to content

patrickrobrecht/extended-evaluation-for-statify

Repository files navigation

WordPress Plugin Statify – Extended Evaluation

This WordPress plugin evaluates the data collected with the privacy-friendly Statify Plugin (data tables and diagrams). The evaluation can be downloaded as csv and as diagram (image or PDF).

How to use this plugin

The use of this WordPress Plugin requires the Statify Plugin to be installed and activated.

Details, screenshot and the zip file download of the latest stable version can be found in the WordPress Plugin Directory.

How to develop

Install Composer and run composer install to install the dependencies for development.

composer build creates the release version in the dist directory (it contains exactly the files necessary for wordpress.org).

composer cs checks the code style and reports any violations of the WordPress Coding Guidelines (see phpcs.xml for details).

composer csfix tries to fix code style issues.

composer minify generates minified CSS and JavaScript files.

Development and Translations

You can report issues or suggest new features in the Issue Tracker. If you experience unexpected behavior, please ask in the WordPress Support Forum first. Pull requests for known issues are highly appreciated!

You can help to translate the plugin to further languages.

Developer: Patrick Robrecht