Skip to content

4.4.49

Compare
Choose a tag to compare
@pixelbart pixelbart released this 26 Aug 00:08
· 79 commits to master since this release

Enhanced

  • It is now possible to export the logs.
  • Helpful is now housed in its own class, at least in part. I will expand that in the future. Also, the_content has now been replaced with the shortcode to avoid duplicate code. The class now also counts the number of shortcode used in the current post. I will use this in the future to allow single instances of Helpful, within a post. However, this is still up in the air and will take some time. At least this is prepared now.
  • For the above instances, a separate database table is already created, which is not yet used. So don't be surprised if you look into your database and find a total of three Helpful tables. Currently there is the table for votes, one for feedback and then the new one for the instances, which is not used yet.

Fixed

  • The Delete button in the logs, is now translated correctly or can be translated now.
  • Still needs to be fixed: It can still happen that Helpful spits out a warning in your error logs that the sessions are already set and could not be set again. I have tried a few things here now, but have not been able to find a solution to the problem. If you think of something, feel free to post on Github for it.