Contentment on v13
# help-with-umbraco
r
Recently upgraded to v13.0.0 RC3 on .net 8 - Even though NuGet showed that I had Contentment installed, I could no longer see the Contentment data types, so I reinstalled & updated Contentment to v4.5.1 - after upgrading I got the following
Copy code
Method 'ToArtifact' in type 'Umbraco.Community.Contentment.DataEditors.EditorNotesConfigurationConnector' from assembly 'Umbraco.Community.Contentment, Version=4.5.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Method 'ToArtifact' in type 'Umbraco.Community.Contentment.DataEditors.NotesConfigurationConnector' from assembly 'Umbraco.Community.Contentment, Version=4.5.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Method 'ToArtifact' in type 'Umbraco.Community.Contentment.DataEditors.RenderMacroConfigurationConnector' from assembly 'Umbraco.Community.Contentment, Version=4.5.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
@leekelleher - I see on github that you supporting v13 & v8! 🙌 😁 Do I need to update to Contentment 4.6.0? I am happy to, just don't see it in NuGet quite yet (even with "Include prerelease" selected) If it's not an upgrade issue, does anything jump out to you? FWIW this was a v12 to v13 upgrade. Possible that it's just because I'm on a RC these are expected wrinkles? Thanks, -Roger
l
Hi @RHamilton, yeah, it was a breaking-change in Umbraco v13-rc2, (Fixed in Contentment here: https://github.com/leekelleher/umbraco-contentment/commit/107ef2c7203e9477f231c3eaa63137c6145d2b00) Contentment v4.6.0 hasn't been released yet. It'll be released when Umbraco v13 (final) is released, so I can pick up on any other last minute breaking-changes (otherwise I'll be doing multiple mini releases, which all take time to do - and I'm not getting any younger, haha!)
r
didn't even see that commit 🤦- thanks Just wanted to make sure is wasn't a "me" problem (as it usually is) "and I'm not getting any younger" - I feel that!! Thanks again!
Yeah - I pulled 4.6.0, compiled it and added it as a .dll reference and the site spun right up.
l
Super, glad to hear the build worked for you 👍 I've only just found out that v13-rc3 was released 2 days ago... so I need to make sure there are no other surprised in store for Contentment! 😅
(checked it, no other breaking-changes in v13-rc3. 🎉 )
r
so far so good! But I haven't actually created anything with Contentment yet, I've had it installed since the begining of the project as I think it offers what I want, but as soon as I get to actually trying I'll let you know if I see anything unexpected. For now I've got a good boot, see all expected data types etc.
100 Views