Dokan Theme 1.0.6 -> Dokan Plugin 1.1 code regression report
Author | Posts |
---|---|
October 20, 2014 at 5:01 pm 28735 | |
Yann | Hi, here are a few regression bugs that I found between the Dokan Theme v.1.0.6 and the Dokan plugin v.1.1 In the file classes/template-settings.php The new action hooks introduced in the theme v.2.0 have been removed: Line 192: Line 216: Line 356: Line 367: /!\ Note : this was a bug in Dokan theme v.1.0.6, you wrote "dokan_settings_before_form" again. So please get it right this time ;) Thanks for including all those action hooks again in the next version of the plugin. |
October 20, 2014 at 7:20 pm 28746 | |
Yann | Regression: when moving the dashboard in a shortcode, the wp_redirect() that occurs when store settings are saved is no longer working, and generates PHP warnings such as “Warning: Cannot modify header information – headers already sent”. The message “Your profile has been updated successfully!” never displays when changes are saved. This is due to the PHP workflow bug explained here: http://wedevs.com/support/topic/dokan-php-bugs/#post-28745 Please implement the PHP code fix as explained. |
October 22, 2014 at 7:15 pm 28875 | |
Sekander Badsha | Hello Yann, I have reported your issues to the developer team. I will get back to you soon. Thank you for having patience 🙂 |
October 22, 2014 at 10:02 pm 28887 | |
Yann | OK thanks, I will continue reporting regression bugs in this topic if I find any other. I am patient, no hurry, as long as the bug fixes are included in the next release of the Dokan plugin, so that I do not have to fix them again when I upgrade the plugin. Thanks to the developers. |