Search found 1 match
- Tue Sep 23, 2025 1:45 am
- Forum: Developers Discussion
- Topic: What is the best way to handle custom module updates without breaking core CMSMS functionality?
- Replies: 0
- Views: 25
What is the best way to handle custom module updates without breaking core CMSMS functionality?
Hi everyone, I’m currently working on a custom module for a client project, and I want to make sure future updates to CMS Made Simple won’t break the functionality of this module. What’s the best practice for handling updates? Should I rely mainly on hooks/events, or is it safer to extend core class...