Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(updater): prevent undefined property and foreach errors by valida…
…ting `required_plugins` in version check - Added validation for `required_plugins` to ensure it exists and is an array or object before processing. - Prevented `Undefined property` and `foreach` errors when `required_plugins` is not set in `$version_info`.
- Loading branch information