After updating the OctoberCMS software in backend I have figured an issue in my plugin, that is jquery's ajaxError method does not work accordingly. Since some new ajax methods were introduced by octobercms team and the old ajax methods were deprecated, I have updated the code in java scripts of my plugin. Now the plugin works perfectly. Even though I have fixed the issue what my doubt is when I place this updated plugin in market place does it cause a bug for the user who download this updated plugin to their un-updated software
OctoberCMS does updated plugin works in un-updated software
65 Views Asked by Vijay Wilson At
2
October is built such that users cannot update individual plugins without also updating October itself. Thus, if your new plugin version relies on a new stable build of October, it is safe to release it as any users that have an older build will be forced to update to the most recent October build before they can update to the latest version of your plugin.
This of course assumes that your plugin is distributed through the marketplace.