Skip to content

Commit 136ce26

Browse files
committed
Update release notes
1 parent c0238b3 commit 136ce26

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

R7.DotNetNuke.Extensions/R7.DotNetNuke.Extensions.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<projectUrl>https://github.com/roman-yagodin/R7.DotNetNuke.Extensions</projectUrl>
1212
<description>R7.DotNetNuke.Extensions (formerly DotNetNuke.R7) is a library for DNN Platform web CMS extensions development (primarily, modules). It includes DAL2-based generic controller, a set of base classes for modules and settings, useful extension methods for webcontrols and strings, various utilities and some version-specific hacks.</description>
1313
<summary>R7.DotNetNuke.Extensions is a library for DNN Platform web CMS extensions development (NOT STABLE).</summary>
14-
<releaseNotes></releaseNotes>
14+
<releaseNotes>https://github.com/roman-yagodin/R7.DotNetNuke.Extensions/blob/master/R7.DotNetNuke.Extensions/releaseNotes.htm</releaseNotes>
1515
<copyright>Copyright 2014-2016 Roman M. Yagodin &lt;[email protected]&gt;</copyright>
1616
<tags>DotNetNuke DNN</tags>
1717
<dependencies>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,49 @@
11
<div style="white-space:normal">
2+
3+
<h3>Version 0.7.0</h3>
4+
<ul>
5+
<li>Rename library to R7.DotNetNuke.Extensions.</li>
6+
<li>Namespace changes for various classes, please update your sources.</li>
7+
<li>Add PortalId protected field to SettingsWrapper.</li>
8+
<li>PagingControl: Fix total pages number calculations.</li>
9+
<li>PagingControl: Fix wrong URL for first page link.</li>
10+
</ul>
11+
212
<h3>Version 0.6.0</h3>
313
<ul>
414
<li>Change library license to GNU Lesser GPL version 3 or any later.</li>
515
<li>Add ViewModelContext{TSettings} class, EnumViewModel class.</li>
616
<li>Namespace change for Dal2DataProvider, SettingsWrapper, ViewModelContext classes.</li>
717
</ul>
18+
819
<h3>Version 0.5.0</h3>
920
<ul>
1021
<li>Obsolete ExtendedModuleSettingsBase, ExtendedPortalModuleBase, EditModuleBase classes.</li>
1122
<li>Provide replacements for obsoleted classes (ModuleSettingsBase{TSettings}, PortalModuleBase{TSettings},
1223
EditPortalModuleBase{TItem,TItemId}) in the R7.DotNetNuke.Extensions.Entities.Modules namespace.</li>
1324
<li>Add generic ParseToNullable{T} method to TextUtils class.</li>
1425
</ul>
26+
1527
<h3>Version 0.4.1</h3>
1628
<ul>
1729
<li>Fix wrong namespace name for ViewModelContext class.</li>
1830
</ul>
31+
1932
<h3>Version 0.4.0</h3>
2033
<ul>
2134
<li>Add Dal2DataProvider, obsolete ControllerBase.</li>
2235
<li>Add ViewModelContext class.</li>
2336
</ul>
37+
2438
<h3>Version 0.3.1</h3>
2539
<ul>
2640
<li>EditModuleBase: Add AfterUpdateItem virtual method.</li>
2741
</ul>
42+
2843
<h3>Version 0.3.0</h3>
2944
<ul>
3045
<li>Remove currently unused WebAPI references.</li>
3146
<li>Add DNN library package.</li>
3247
</ul>
48+
3349
</div>

0 commit comments

Comments
 (0)