-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathReleaseNotes_01.07.04.htm
37 lines (37 loc) · 2.83 KB
/
ReleaseNotes_01.07.04.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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&page=1&sort=updated&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>