- Updated pluginHolder/urls.py to use path() instead of url() - Added new API routes for plugin installation, uninstallation, enable, and disable - Compatible with Django 4.x (url() was removed in Django 4.0) Ref: PR 1644