Skip to content

Releases: DNNCommunity/DNN.Events

DNN.Events 07.00.07: Bug fix release

03 Feb 09:09
def53c7
Compare
Choose a tag to compare

Release notes DNN.Events 07.00.07

DNN.Events 07.00.07 will work for any DNN version 8.0.1 and up to the latest release of DNNPlatform.
This is a bug fix release of the DNN.Events module.

Make a back-up

As always, do not trust updates. Make a back-up of your site, test the upgrade thoroughly before taking it into production.

BUG FIXES

  • Prevent error in Event module settings when upgrading DNN to DNN98x

CHANGES

  • This upgrade will remove all old Events install packages (no longer needed) that the DNN installer has saved in App_Data folder

DNN.Events 07.00.06: Bug fix release

16 Feb 12:07
1175f83
Compare
Choose a tag to compare

Release notes DNN.Events 07.00.06

DNN.Events 07.00.06 will work for any DNN version 8.0.1 and up to the latest release of DNNPlatform.
This is a bug fix release of the DNN.Events module.

Make a back-up

As always, do not trust updates. Make a back-up of your site, test the upgrade thoroughly before taking it into production.

BUG FIXES

  • Display detail Enrollment box looked empty

DNN.Events 07.00.05: Bug fix release

04 Feb 07:21
42932ad
Compare
Choose a tag to compare

Release notes DNN.Events 07.00.05

DNN.Events 07.00.05 will work for any DNN version 8.0.1 and up to the latest release of DNNPlatform.
This is a bug fix release of the DNN.Events module.

Make a back-up

As always, do not trust updates. Make a back-up of your site, test the upgrade thoroughly before taking it into production.

BUG FIXES

  • Several casting errors due to the VB.net/C# conversion fixed
  • Select date fixed
  • Auto height in Location & Category table

DNN.Events 07.00.04: Bug fix release

17 Jun 11:49
10cfd4f
Compare
Choose a tag to compare

Release notes DNN.Events 07.00.04

DNN.Events 07.00.04 will work for any DNN version 8.0.1 and up to the latest release of DNNPlatform. Full details on the changes can be found in great detail at the repository on GitHub.

This is a bug fix release of the DNN.Events module.

Make a back-up

As always, do not trust updates. Make a back-up of your site, test the upgrade thoroughly before taking it into production.

BUG FIXES

  • Several casting errors due to the VB.net/C# conversion fixed
  • Several none functioning buttons and links fixed that were due to the VB.net/C# conversion
  • Some V6 settings were not carried forward to the new version due to case mismatch in the name of the setting
  • Select date fixed
  • Editing event enrolments fixed
  • Selecting users for enrolment fixed
  • Approval of enrolments fixed

Other

  • Code cleanup done

DNN.Events 07.00.03: Bug fix release

12 Oct 15:14
987904e
Compare
Choose a tag to compare
Pre-release

Bug fixes, mostly due as a result of the conversion to C#. See the release notes for details

Test

Please do not implement in production directly, but test the update first.

Settings update

If you are already on a DNN.Events 7.0.x release, open the settings, verify if they are still valid and save.

Known issue

Entering a date on the main window does not go to that date. Will be solved in an upcoming release

DNN.Events 07.00.02: Bug fix release

12 Jul 06:48
7f16f44
Compare
Choose a tag to compare

Bug fixes

  • Casting errors due to the VB.net/C# conversion fixed
  • Fixed an issue where it was impossible to create an event if the edit interval was set to 1440
  • Fixed an issue where it was impossible to view events after changing months when categories where enabled but none selected
  • Fixed an issue where it was impossible to view events after changing months when locations where enabled but none selected
  • Fixed an issue where it was impossible to exit list view mode

Help for debugging

Should you encounter a fatal error, e.g. Object reference not set to an instance of an object, please download the DEBUG_DLL.zip file and place the contents (dll and pdb) in the bin folder of your site and try to reproduce the problem. The error will now contain line numbers of the error, which makes it much easier to spot the problem in the source.

DNN.Events 07.00.01: Bug fix release

07 Jun 14:14
856853f
Compare
Choose a tag to compare

Release notes DNN.Events 07.00.0

DNN.Events 07.00.01 will work for any DNN version 8.0.1 and up. This is a bug fix release of the DNN.Events module.

BUG FIXES

*Casting errors due to the VB.net/C# conversion fixed
*URL of image file not saving, solved

Help for debugging

Should you encounter a fatal error, e.g. Object reference not set to an instance of an object, please download the DEBUG_DLL.zip file and place the contents (dll and pdb) in the bin folder of your site and try to reproduce the problem. The error will now contain line numbers of the error, which makes it much easier to spot the problem in the source.

DNNEvents converted to C#

08 May 12:47
1157c77
Compare
Choose a tag to compare

DNN Events 7.0.0 will work for DNN version 8.0.0 and up

Please review and rate this release (_stars are welcome). Since this is a drastic change, please do rigorous testing and mention any problems as an issue here.

Introduction

This is an overhaul of the DNNEvents module. The module is converted from VB.net to C#.

All dependencies are included in the solution, including the required DNN DLL files. This means that the module can be built right out of the box, no need for a full DNN site to build the module version.

Documentation

The project contains a user manual, or you can view the wiki in this repository

Credits

Most of the work is done by one of my colleagues: Mark van de Vries.

Release 06.03.01

07 Oct 09:21
Compare
Choose a tag to compare

Release notes DNN Events 06.03.01

Events 06.03.01 will work for any DNN version 8.0.0 and up to version 9.2.0

BUG FIXES

  • First time settings on clean install generated an error. Fixed

06.03.00

11 Jan 21:21
Compare
Choose a tag to compare

Release notes DNN Events 06.03.00

Events 06.03.00 will work for any DNN version 8.0.0 and up.

ENHANCEMENTS

  • Icons in the Events toolbar for Category and Location maintenance
  • Updated Events extension icon to BW

    CHANGES

  • Updated to support DNN 8, solved all breaking changes