mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 14:24:27 -04:00
- Move plugin discovery to pre_system in Events.php (allows events to be registered before they fire) - Add plugin existence check in disablePlugin() - Add is_subclass_of check before instantiating plugin classes - Fix str_replace prefix removal in getPluginSettings using str_starts_with + substr - Add down() migration to drop table on rollback - Fix saveSettings to JSON-encode arrays/objects - Update README to use MailchimpPlugin as reference implementation - Remove CasposPlugin examples from documentation