I was trying to use this package in Umbraco 4.9.0 and I found out that it doesn't show up in the context menu.
After some investigation I found out why. The Letter that is returned in UsergroupPermissions.cs is also being used by a new feature in Umbraco 4.9.0 (if I am not wrong, this new feature is named Relation Type).
Therefore, to make this package work in umbraco 4.9.0 I had to replace the returned Letter char with 'œ' (just another random funly char), change the project references to use the new Umbraco dll files and replaced ApplicationBase with ApplicationStartupHandler (ApplicationBase has been tagged as obsolete).
I'm not sure if the dll and ApplicationBase changes were really needed but even though I made them.
If you want me to send you the changes just contact me.
Got an email yesterday from someone that reported this package broken. Yes please email changes (richard[at]soetemansoftware.nl) then it will be compatible with 4.9+ also.
Umbraco 4.9.0 Compatibility
I was trying to use this package in Umbraco 4.9.0 and I found out that it doesn't show up in the context menu.
After some investigation I found out why. The Letter that is returned in UsergroupPermissions.cs is also being used by a new feature in Umbraco 4.9.0 (if I am not wrong, this new feature is named Relation Type).
Therefore, to make this package work in umbraco 4.9.0 I had to replace the returned Letter char with 'œ' (just another random funly char), change the project references to use the new Umbraco dll files and replaced ApplicationBase with ApplicationStartupHandler (ApplicationBase has been tagged as obsolete).
I'm not sure if the dll and ApplicationBase changes were really needed but even though I made them.
If you want me to send you the changes just contact me.
Hi,
Got an email yesterday from someone that reported this package broken. Yes please email changes (richard[at]soetemansoftware.nl) then it will be compatible with 4.9+ also.
Thanks a lot,
Richard
Any update on this? Love to be able to use it on a project.
Sorry, forgot to upload it.The new version supports 4.9 also.
Thanks,
Richard
Richard, I tested the version that I sent with Umbraco 4.9.1 and it also compatible with 4.9.1.
is working on a reply...