Skip to content

Commit

Permalink
Merge pull request #5 from bdukes/version-1.7.4
Browse files Browse the repository at this point in the history
Bump version to 1.7.4
  • Loading branch information
bdukes committed May 2, 2014
2 parents 1656c12 + c76ba44 commit aea1df1
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 6 deletions.
7 changes: 3 additions & 4 deletions EngageEvents.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AssemblyInfo")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]

[assembly: Guid("3d7672f2-2f82-43e7-9770-f5056a16dcd8")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyFileVersion("1.7.3.0")]
[assembly: AssemblyVersion("1.7.4.0")]
[assembly: AssemblyFileVersion("1.7.4.0")]
1 change: 1 addition & 0 deletions EngageEvents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
<DependentUpon>Module.less</DependentUpon>
</Content>
<Content Include="ReleaseNotes_01.07.03.htm" />
<Content Include="ReleaseNotes_01.07.03.htm" />
<Content Include="ReleaseNotes_01.07.02.htm" />
<Content Include="Images\error-icn.png" />
<Content Include="Images\help-icn.png" />
Expand Down
4 changes: 2 additions & 2 deletions Properties/Assemblyinfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]

[assembly: AssemblyFileVersion("1.7.3.0")]
[assembly: AssemblyVersion("1.7.3.*")]
[assembly: AssemblyFileVersion("1.7.4.0")]
[assembly: AssemblyVersion("1.7.4.*")]

[assembly: InternalsVisibleTo("EngageEvents.Tests")]

Expand Down
37 changes: 37 additions & 0 deletions ReleaseNotes_01.07.04.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<div class="Normal">
<h3>Change Log - Version 1.7.4</h3>
<ul>
<li>Fix bug where the Add To Calendar button wouldn't show for users not logged in (<a href="https://github.com/EngageSoftware/Engage-Events/pull/4">issue #4</a>)</li>
<li>More details can be found on the <a href="https://github.com/EngageSoftware/Engage-Events/issues?direction=desc&amp;page=1&amp;sort=updated&amp;state=closed">Engage: Events Change Log</a></li>
</ul>
<h3>Version 1.7.3</h3>
<ul>
<li>Fix bug where an error was thrown when sorting and filtering with lower-cased URL</li>
</ul>
<h4>Version 1.7.2</h4>
<ul>
<li>Fix bug where Delete and Cancel buttons did not take any effect</li>
<li>Fix bug where some recurrence patterns defaulted to the first of the month when first created (but allowed updating)</li>
<li>Fix bug where the Filter button on the calendar view would stop working when changing months</li>
</ul>
<h4>Version 1.7.0</h4>
<ul>
<li>Added support for DNN's search engine and RSS syndication (i.e. <code>ISearchable</code>)</li>
<li>Converted old Time Zone/Daylight Time stuff with real Time Zone stuff</li>
<li>Added a whole bunch of Time Zone properties to be accessible from templates (e.g. time zone names and offsets)</li>
<li>Added localized time properties to be accessible from templates (i.e. show event time in user's time zone)</li>
<li>Made Description and Location fields optional</li>
<li>Added ability to style events to look different if they've hit their registration cap</li>
<li>Don't allow registrations on new event by default (but you can turn that back on via a module setting)</li>
<li>Fixed an issue where registering for events didn't work in a lot of cases in DNN 6.</li>
<li>Fixed an issue where paging through the events or responses lists on one module would cause other modules on the same page to change pages as well.</li>
<li>Fixed an issue where line breaks entered in the Overview field of an event were not displayed.</li>
<li>Fixed an issue where rescheduling an event lost all registrations for the event.</li>
<li>Fixed an issue where the first day of the week in the calendar view was always Sunday, rather than coming from the site's culture.</li>
<li>Fixed an issue where two events modules on one page were affected by each others' paging.</li>
</ul>
<h3>Known Issues</h3>
<ul>
<li>The entire range of a recurring event might not display on the Calendar view. To increase performance, only 1,000 possible dates are considered to display. This means that only about 33 years of a yearly recurrence will display, while close to the full 1,000 days of a daily recurrence will be shown.</li>
</ul>
</div>

0 comments on commit aea1df1

Please sign in to comment.