Releases: pixelbart/helpful
Releases · pixelbart/helpful
4.5.26
4.5.25
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#63delete_option
. If that does not work, I have to think of something else, currently I cannot think of more.- 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
Fixed
- The cache property from Helpful's Ajax requests have been removed. Thus, the jQuery Ajax now uses the default properties.
4.5.23
4.5.22
4.5.21
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 useswp_remote_get()
. This may fix possible errors with caching plugins. The solution withwp_remote_get()
is not a good solution, but it always works in case of doubt, so it serves as a fallback.
4.5.20
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
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 oftime()
.
Many thanks to wegerl.at!