Error installing CAT12 from Plugin Manager

Hi!
I Just updated BS and I tried to download the cat12 plugin from plugin manager, but I got this message:

Subscript indices must either be real positive integers or logicals.

Error in bst_plugin>Install (line 962)
if strcmpi(PlugDesc.URLzip(end-3:end), '.zip')

Error in bst_plugin>InstallInteractive (line 1098)
[isOk, errMsg, PlugDesc] = Install(PlugName, 1);

Error in bst_plugin>@(h,ev)InstallInteractive(Plug.Name) (line 1713)
j(iPlug).install = gui_component('MenuItem', j(iPlug).menu, [], 'Install', IconLoader.ICON_DOWNLOAD, [],
@(h,ev)InstallInteractive(Plug.Name), fontSize);

Thanks in advance!

You won the award for the first bug reported with the new plugin manager :slight_smile:
(please be patient, there might be a few more)

This last commit should help: https://github.com/brainstorm-tools/brainstorm3/commit/ba133642e5f86baf15b6c10cecbaa059e7562ee1
Please update Brainstorm then try again.

:grin: Thanks!