Releases: pixelbart/helpful
Releases · pixelbart/helpful
4.4.47
Enhanced
- You can now specify in the settings that instead of the Helpful ID the IP address is stored (using PHP). This is not compliant with the GDPR, so be careful. If the option to save the WordPress ID is enabled at the same time, the WordPress ID is always preferred. So first the WordPress user ID is looked up and then the IP address.
- Under texts (not details, I thought that fit better here) you can now set whether certain buttons are not to be seen. Then you don't have to do that with CSS anymore. The CSS I have not adjusted, so the single button (if only one is still active) is then shown in the whole column. Here you have to help with CSS if necessary.
Fixed
- Additionally, a bug was fixed that caused Helpful not to disappear when you voted. Props to @survivestyle5plus!
4.4.46
Changed
- The metabox class is now only retrieved at
is_admin
with the actionsload-post.php
andload-post-new.php
. The metabox also worked before without problems, but should now be even more compatible with other metaboxes and the Gutenberg, since the class is now loaded correctly.
4.4.45
Enhanced
- WordPress cron is now used to build the cache for the Helpful Dashboard widget. Basically this happens twice a day, but if I realize that this is not enough and it needs to be done more often, I will change it. Thanks to @chrisbloomwp for the hint!
- The website for Helpful has been redone. Thanks to MadrasThemes for the great WordPress theme (is not sponsored, I bought it myself). The documentation is also expanded and more detailed now, so everyone can get something out of it too. I might add ajax search to it when I have more time. But it was a lot of fun and I hope you like it too.
4.4.44
Enhanced
- In the Helpful Logs there is now the possibility to delete single or multiple votes.
- There is a new hook helpful/the_content/disabled to remove Helpful for certain posts. The hook is executed in the_content, the shortcodes are not affected.
- There is a new hook helpful/shortcode/disabled to remove Helpful for certain posts. The hook is executed only with the shortcode. The the_content is not affected.
Changed
- The buttons in the feedback form have now received a flex container, in addition, a few CSS errors have been fixed.
4.4.43
Fixed
- Fixed a bug where Helpful was still shown even though the user had already voted. The fix only affects pages that are in the browser history. So whenever a user clicks back, it checks if the user has voted and hides Helpful on vote. It is important to note that this is a JavaScript change and that may not be seen without clearing the cache.
4.4.42
4.4.41
4.4.40
4.4.39
Enhanced
- There is a new filter for the user string in the logs. This allows you to manipulate the string if you want to find out which user has voted. (Documentation)