Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Weggen committed Feb 18, 2013
1 parent f11273c commit e6246cc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions BBNews.csproj
Expand Up @@ -246,6 +246,7 @@
<Content Include="Installation\ReleaseNotes\Release.01.01.02.txt" />
<Content Include="Installation\ReleaseNotes\Release.01.01.01.txt" />
<Content Include="Installation\ReleaseNotes\Release.01.01.00.txt" />
<Content Include="Installation\ReleaseNotes\Release.01.01.03.txt" />
<Content Include="Settings.ascx" />
<Content Include="Templates\News\default.htm" />
<Content Include="Templates\News\default.jpg" />
Expand Down
9 changes: 9 additions & 0 deletions Installation/ReleaseNotes/Release.01.01.03.txt
@@ -0,0 +1,9 @@
<h2>Release Notes bitboxx bbnews 01.01.03</h2>
<p>bbnews 01.01.03 will work for any DNN version <strong>6.1.0</strong> and up.
<h3>BUG FIXES</h3>
<ul>
<li>Fixed an error with Settings if a portal is located in a subdirectory (e.g. http://localhost/dnntest )</li>
<li>Some files for selecting templates were missing in version 1.1.2. These are now included, so selecting and editing templates should be fine now</li>
<li>Fixed an error which occured while retrieving some RSS feeds (e.g. blogs-feed on dotnetnuke.com).
</ul>

3 changes: 1 addition & 2 deletions Installation/Uninstall.SqlDataProvider
Expand Up @@ -8,8 +8,7 @@
/***** *****/
/************************************************************/

/** Drop FAQs Table **/

/** Drop BBNews tables **/
IF EXISTS (select * from sys.foreign_keys where object_id = object_id(N'{objectQualifier}FK_CategoryFeedsOfCategory') and parent_object_id = object_id(N'{databaseOwner}[{objectQualifier}BBNews_CategoryFeeds]'))
ALTER TABLE {databaseOwner}[{objectQualifier}BBNews_CategoryFeeds] DROP CONSTRAINT {objectQualifier}FK_CategoryFeedsOfCategory
go
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -40,6 +40,6 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]

0 comments on commit e6246cc

Please sign in to comment.