Stefan Kalscheuer
Stefan Kalscheuer
Use the same chart library and UI as it is used in _Statify_ now. Doing so, we migrate the graphics library from _Raphaël_ to _Chartist_ with a tooltips plugin and...
**This is Work in Progress** * Backend/API: * [x] Yearly/monthly values * [x] Daily values * [ ] Filter by post/page * [ ] Top targets * [ ] Top...
This is a reminder for 2.0 release work. We should update the documentation at https://statify.pluginkollektiv.org/documentation/ Probably incomplete list of points: * Updated requirements * Updated behavior (WP API migration, bot...
This PR is **WORK IN PROGRESS** and not yet ready to be merged. ---- This proposal does change the project structure and class names. First we introduce a `Pluginkollektiv\Statify\` namespace...
### Background The question came up quite a few times in various support requests: How can I delete/reset the statistics? The answer is always the same, direct DB manipulation, setting...
Using a font instead of custom inline-svg all default dashboard styles are applied to the Cachify icons, too. Convert the current icons into a font using [IcoMoon](https://icomoon.io/app/) app and adjust...
based on #575, #576 and #579 (all merged) ---- * raise required PHP version from 7.0 to 7.2 We have nullable and void return types, so we can annotate almost...
* use `printf()` instead of `echo sprintf()` * remove parentheses around `require_once` * fix precision alignment, equals signs and double arrows * rename `$class` parameter of autoload function to `$class_name`...
Originally suggested in WP support forums: https://wordpress.org/support/topic/should-not-alert-in-php-comments/ The theme file scan detects malicious patterns in comments as well, because the current implementation does not distinguish between comment lines and code...
Part of the discussion in WP support forums (again): https://wordpress.org/support/topic/virus-alert-since-1-4-0/#post-13851120 With manual scan restores in 1.4.1 (broken in 1.4.0) and all theme files of the current and parent theme(s) being...