From e6246cc77d2651f35fb64fc6132cda5b5274f2d8 Mon Sep 17 00:00:00 2001 From: Torsten Weggen Date: Mon, 18 Feb 2013 22:16:40 +0000 Subject: [PATCH] Release 1.1.3 --- BBNews.csproj | 1 + Installation/ReleaseNotes/Release.01.01.03.txt | 9 +++++++++ Installation/Uninstall.SqlDataProvider | 3 +-- Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 Installation/ReleaseNotes/Release.01.01.03.txt diff --git a/BBNews.csproj b/BBNews.csproj index 25cff15..fac80e8 100644 --- a/BBNews.csproj +++ b/BBNews.csproj @@ -246,6 +246,7 @@ + diff --git a/Installation/ReleaseNotes/Release.01.01.03.txt b/Installation/ReleaseNotes/Release.01.01.03.txt new file mode 100644 index 0000000..9fa251b --- /dev/null +++ b/Installation/ReleaseNotes/Release.01.01.03.txt @@ -0,0 +1,9 @@ +

Release Notes bitboxx bbnews 01.01.03

+

bbnews 01.01.03 will work for any DNN version 6.1.0 and up. +

BUG FIXES

+
    +
  • Fixed an error with Settings if a portal is located in a subdirectory (e.g. http://localhost/dnntest )
  • +
  • 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
  • +
  • Fixed an error which occured while retrieving some RSS feeds (e.g. blogs-feed on dotnetnuke.com). +
+ \ No newline at end of file diff --git a/Installation/Uninstall.SqlDataProvider b/Installation/Uninstall.SqlDataProvider index 102ba70..08452eb 100644 --- a/Installation/Uninstall.SqlDataProvider +++ b/Installation/Uninstall.SqlDataProvider @@ -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 diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 9a5c9b1..931681c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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")]