Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Apr 27, 2016
1 parent c0238b3 commit 136ce26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R7.DotNetNuke.Extensions/R7.DotNetNuke.Extensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<projectUrl>https://github.com/roman-yagodin/R7.DotNetNuke.Extensions</projectUrl>
<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>
<summary>R7.DotNetNuke.Extensions is a library for DNN Platform web CMS extensions development (NOT STABLE).</summary>
<releaseNotes></releaseNotes>
<releaseNotes>https://github.com/roman-yagodin/R7.DotNetNuke.Extensions/blob/master/R7.DotNetNuke.Extensions/releaseNotes.htm</releaseNotes>
<copyright>Copyright 2014-2016 Roman M. Yagodin &lt;[email protected]&gt;</copyright>
<tags>DotNetNuke DNN</tags>
<dependencies>
Expand Down
16 changes: 16 additions & 0 deletions R7.DotNetNuke.Extensions/releaseNotes.htm
Original file line number Diff line number Diff line change
@@ -1,33 +1,49 @@
<div style="white-space:normal">

<h3>Version 0.7.0</h3>
<ul>
<li>Rename library to R7.DotNetNuke.Extensions.</li>
<li>Namespace changes for various classes, please update your sources.</li>
<li>Add PortalId protected field to SettingsWrapper.</li>
<li>PagingControl: Fix total pages number calculations.</li>
<li>PagingControl: Fix wrong URL for first page link.</li>
</ul>

<h3>Version 0.6.0</h3>
<ul>
<li>Change library license to GNU Lesser GPL version 3 or any later.</li>
<li>Add ViewModelContext{TSettings} class, EnumViewModel class.</li>
<li>Namespace change for Dal2DataProvider, SettingsWrapper, ViewModelContext classes.</li>
</ul>

<h3>Version 0.5.0</h3>
<ul>
<li>Obsolete ExtendedModuleSettingsBase, ExtendedPortalModuleBase, EditModuleBase classes.</li>
<li>Provide replacements for obsoleted classes (ModuleSettingsBase{TSettings}, PortalModuleBase{TSettings},
EditPortalModuleBase{TItem,TItemId}) in the R7.DotNetNuke.Extensions.Entities.Modules namespace.</li>
<li>Add generic ParseToNullable{T} method to TextUtils class.</li>
</ul>

<h3>Version 0.4.1</h3>
<ul>
<li>Fix wrong namespace name for ViewModelContext class.</li>
</ul>

<h3>Version 0.4.0</h3>
<ul>
<li>Add Dal2DataProvider, obsolete ControllerBase.</li>
<li>Add ViewModelContext class.</li>
</ul>

<h3>Version 0.3.1</h3>
<ul>
<li>EditModuleBase: Add AfterUpdateItem virtual method.</li>
</ul>

<h3>Version 0.3.0</h3>
<ul>
<li>Remove currently unused WebAPI references.</li>
<li>Add DNN library package.</li>
</ul>

</div>

0 comments on commit 136ce26

Please sign in to comment.