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

  • Alex Chartier
  • Onderwerp Auteur
  • Offline
Meer
2 weken 2 dagen geleden #3118 door Alex Chartier
Changelog does not display werd gestart door 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.

Graag Inloggen deelnemen aan het gesprek.

Meer
2 weken 2 dagen geleden #3119 door Ruud van Lent
Beantwoord door Ruud van Lent in 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

Graag Inloggen deelnemen aan het gesprek.

Meer
2 weken 1 dag geleden #3120 door Ruud van Lent
Beantwoord door Ruud van Lent in 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

Graag Inloggen deelnemen aan het gesprek.

  • Alex Chartier
  • Onderwerp Auteur
  • Offline
Meer
1 week 6 dagen geleden #3124 door Alex Chartier
Beantwoord door Alex Chartier in topic Changelog does not display
Yes, Ruud. I can confirm that it is working now.

Graag Inloggen deelnemen aan het gesprek.

Meer
1 week 5 dagen geleden #3125 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Changelog does not display
Thanks for testing and confirming it works okay Alex.

Graag Inloggen deelnemen aan het gesprek.