Experiencing a 401 Unauthorized Error During Update?

If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here( onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.

Implemented Changelog does not display

More
2 weeks 1 day ago #3118 by Alex Chartier
Changelog does not display was created by Alex Chartier
There seems to be a small bug in components/com_ochsubscriptions/tmpl/file/default.php, line 119 is doing
if ($item->releasenotes || $item->installnotes)
but should be something like
if ($item->changelog || $item->releasenotes || $item->installnotes)

With the original code if we do not have anything in the releasenotes or installnotes the changelog will not show.

Please Log in to join the conversation.

More
2 weeks 1 day ago #3119 by Ruud van Lent
Replied by Ruud van Lent on topic Changelog does not display
Hi Alex,
currently offline. I will check and try to reproduce tomorrow morning.
Will follow up here.
Thanks for reporting!
regards,
Ruud

Please Log in to join the conversation.

More
2 weeks 23 hours ago #3120 by Ruud van Lent
Replied by Ruud van Lent on topic Changelog does not display
Hi Alex,
above a download link to a test version where this is fixed.
a layout change and I also did a css change so that when only one column is displayed it is full-width.

Can you test this version to see if it fixes your issue?

thanks,
Ruud

Please Log in to join the conversation.

More
1 week 5 days ago #3124 by Alex Chartier
Replied by Alex Chartier on topic Changelog does not display
Yes, Ruud. I can confirm that it is working now.

Please Log in to join the conversation.

More
1 week 5 days ago #3125 by Ruud van Lent
Replied by Ruud van Lent on topic Changelog does not display
Thanks for testing and confirming it works okay Alex.

Please Log in to join the conversation.