Skip to content

Releases: pixelbart/helpful

4.5.26

26 Aug 21:20
Compare
Choose a tag to compare

Fixed

  • Helpful no longer creates .csv files, but outputs them directly to the browser, which is why the file can no longer be used by attackers. The feedback.csv and logs.csv files are deleted if they exist. Props @wpscanteam

4.5.25

26 Aug 13:48
Compare
Choose a tag to compare

Fixed

  • Helpful now uses stripslashes to allow apostrophes to be used in text. Props @Lulucmy #64
  • Helpful should handle saving options from the customizer better now, so you don't have to reset the customizer every time you update the plugin. The only thing that has been done now is to make sure that the option is not removed with delete_option. If that does not work, I have to think of something else, currently I cannot think of more. #63
  • The one with Customizer is not fixed yet. So, you have to reset all the settings that affect the appearance in Customizer!

4.5.24

25 Jul 22:38
Compare
Choose a tag to compare

Fixed

  • The cache property from Helpful's Ajax requests have been removed. Thus, the jQuery Ajax now uses the default properties.

4.5.23

22 Jul 09:25
Compare
Choose a tag to compare

Fixed

  • Warning: Undefined array key "plugins" in .../helpful/core/modules/class-core.php on line 316. Thanks to wegerl.at!

4.5.22

20 Jul 11:02
Compare
Choose a tag to compare

Fixed

  • No such file or directory in ../helpful/core/solutions/class-wpml.php on line 75
  • A placeholder has been stored for the time zone field. [#62]

4.5.21

28 Jun 13:18
Compare
Choose a tag to compare

Important: Before the update, please save an export of your settings so that nothing gets lost. The export function can be found under Helpful > Settings > Export & Import. Copy the content of the Export into an empty .txt file and only then perform the update.

Enhanced

  • Uses different things in the feedback mail now, if buffering is active. First it checks if a buffering exists, if yes, it checks file_get_contents() works, if no, it uses wp_remote_get(). This may fix possible errors with caching plugins. The solution with wp_remote_get() is not a good solution, but it always works in case of doubt, so it serves as a fallback.

4.5.20

27 Jun 00:32
Compare
Choose a tag to compare

Same as in the previous update: Please make a backup of your settings before updating.

Fixed

  • The Customizer saves its options as the Customizer should. Unfortunately, Helpful stores one more option in your options database table. But now the customizer should work as it should.

Many thanks to Wegerl.at!

4.5.19

26 Jun 17:35
Compare
Choose a tag to compare

Important: Before the update, please save an export of your settings so that nothing gets lost. The export function can be found under Helpful > Settings > Export & Import. Copy the content of the Export into an empty .txt file and only then perform the update.

Fixed

  • The deactivated serialization of version 4.5.8 has undone, since WordPress apparently does not serialize consistently. This should resolve problems in the Customizer.
  • Fixed a bug in the feedback admin so that the correct time displayed. Among others in Germany, the time shown with 2 hours difference. Here, date_i18n( 'U' ) is now used to show the correct time, instead of time().

Many thanks to wegerl.at!

4.5.18

18 May 09:48
Compare
Choose a tag to compare

Fixed

  • Helpful now always checks first if the WPML can be created by Helpful checking if the folder is writable. If not, Helpful no longer creates a config file and you have to download the config file yourself. [wp.org]

4.5.17

15 May 11:37
c6eb266
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the voting numbers were not shown correctly on the buttons [wp.org]
  • The plugin was tested with version 6.0 and alpha 6.1.