Honest feedback regarding your latest releases
-
Hello,
First, let me start telling you that I have being a big fan and promoter of your plugin through the years. However, I have some remarks regarding your coding practice that, in my opinion, were not well applied or not following what I consider good practices.
We added some time ago a custom setting to the snippet edit screen, using the
code_snippets/admin/single
which was working up to v2.14.6, but then it was deprecated on v3.0.0, in favor ofcode_snippets_edit_snippet
, which was not mentioned in your changelog, so we had to discover this unforeseen change.However, since v3.4.0 you have completely removed not only the action hook, but the
php/views/edit.php
page altogether, when you converted the edit snippet screen into React (here), again, without mentioning anything about the removal of thecode_snippets_edit_snippet
action hook. Therefore, now our integration is completely disconnected because there is nowhere to hook up.At this point, I’m a bit disappointed about lack of transparency and bad practices regarding the plugin extending, since removing action and filter hooks is something which breaks custom code, that your users (like me) may not notice for some time.
My first impression is that you are restricting developers from editing features that were already present in their free version, in favor of using their Pro version. Maybe I’m wrong, but you can’t blame me for thinking this way, after the mentioned above.
I hope my feedback is useful for you, so you improve not only your changelog reports, but also your coding standards.
- The topic ‘Honest feedback regarding your latest releases’ is closed to new replies.