Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Miguel Pinto 6 posts 71 karma points c-trib
    Oct 10, 2012 @ 14:10
    Miguel Pinto
    0

    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.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 10, 2012 @ 14:18
    Richard Soeteman
    0

    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

  • Jason LaBaw 17 posts 47 karma points
    Dec 12, 2012 @ 21:21
    Jason LaBaw
    0

    Any update on this? Love to be able to use it on a project. 

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Dec 13, 2012 @ 14:18
    Richard Soeteman
    0

    Sorry, forgot to upload it.The new version supports 4.9 also.

    Thanks,

    Richard

  • Miguel Pinto 6 posts 71 karma points c-trib
    Dec 13, 2012 @ 15:16
    Miguel Pinto
    0

    Richard, I tested the version that I sent with Umbraco 4.9.1 and it also compatible with 4.9.1.

Please Sign in or register to post replies

Write your reply to:

Draft