Skip to content

Commit

Permalink
Release notes for v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrh committed Mar 18, 2023
1 parent b110bd3 commit d33cad6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/images/ReleaseBadge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/DotNetNuke.PowerBI/DotNetNuke.PowerBI.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="PowerBIEmbeddedList" type="Module" version="01.00.21">
<package name="PowerBIEmbeddedList" type="Module" version="01.00.22">
<friendlyName>PowerBI Embedded Content List</friendlyName>
<description>A set of modules to embed PowerBI Embedded dashboards and reports into a DNN Platform installation.</description>
<iconFile>~/DesktopModules/MVC/PowerBIEmbedded/images/powerbi.png</iconFile>
Expand Down Expand Up @@ -171,7 +171,7 @@
</component>
</components>
</package>
<package name="PowerBIEmbeddedContent" type="Module" version="01.00.21">
<package name="PowerBIEmbeddedContent" type="Module" version="01.00.22">
<friendlyName>PowerBI Embedded Content View</friendlyName>
<description>A set of modules to embed PowerBI Embedded dashboards and reports into a DNN Platform installation.</description>
<iconFile>~/DesktopModules/MVC/PowerBIEmbedded/images/powerbi.png</iconFile>
Expand Down Expand Up @@ -226,7 +226,7 @@
</component>
</components>
</package>
<package name="PowerBIEmbeddedCalendar" type="Module" version="01.00.21">
<package name="PowerBIEmbeddedCalendar" type="Module" version="01.00.22">
<friendlyName>PowerBI Embedded Calendar View</friendlyName>
<description>A set of modules to embed PowerBI Embedded dashboards and reports into a DNN Platform installation.</description>
<iconFile>~/DesktopModules/MVC/PowerBIEmbedded/images/powerbi.png</iconFile>
Expand Down
4 changes: 2 additions & 2 deletions src/DotNetNuke.PowerBI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("01.00.21.*")]
[assembly: AssemblyVersion("01.00.22.*")]
#pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
[assembly: AssemblyFileVersion("01.00.21.*")]
[assembly: AssemblyFileVersion("01.00.22.*")]
#pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
9 changes: 9 additions & 0 deletions src/DotNetNuke.PowerBI/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,13 @@

<b>Version 1.0.21</b>
<p>Added support for displaying a message when the PBI Embedded capacity has been paused or is not active of other reasons.</p>

<b>Version 1.0.22</b>
<p>Fix: Expire the cached token before it expires to avoid Forbidden error.</p>
<p>Fix: change uiUrl path from absolute to relative to allow persona bar working on child portals.</p>
<p>feat: Added RLS extensibility library support</p>
<p>feat: Updated the project to use the @dnnsoftware/dnn-react-common 9.11</p>
<p>fix: resolved caching issue with RLS using custom extension library</p>
<p>fix: modified the check for dedicated capacity status</p>

</div>

0 comments on commit d33cad6

Please sign in to comment.