Version 1.0.0-alpha004

Alpha
Date 2022-03-23 (968 days ago)
Downloads 1,205 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New alpha release 🎉

#installation">Installation

Install for Umbraco 9 via NuGet:

dotnet add package Limbo.Umbraco.DreamBroker --version 1.0.0-alpha004

#changelog">Changelog

  • Fixed embed code URL (see 132c7cb)
    The embed URL was incorrectly constructed of the channel ID twice instead of the channel ID and video ID.

  • Added missing refresh method so clicking the refresh button actually works (see c0bb570)
    The method was missing in the Angular controller, so the refresh button didn't work.

  • Added input field placeholder (see 46acf3e)
    The URL input field now has a placeholder text to indicate the field's purpose.

  • Misc improvements...
    Minor bug fixes, fixed typos etc.