-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0238b3
commit 136ce26
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]></copyright> | ||
<tags>DotNetNuke DNN</tags> | ||
<dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |