Skip to content

Releases: axuno/ClubSite

v4.0.4

27 Sep 09:05
d5c2b56
Compare
Choose a tag to compare

What's Changed

  • Update nuget packages in #44

Full Changelog: v4.0.3...v4.0.4

v4.0.3

16 Sep 09:07
18be878
Compare
Choose a tag to compare

What's Changed

  • Update referenced packages in #42
  • Bump version to v4.0.3 in #43

Full Changelog: v4.0.2...v4.0.3

v4.0.2

09 Aug 07:17
fb1bbc5
Compare
Choose a tag to compare

What's Changed

  • Bump braces and gulp @dependabot in #38
  • Bump Azure.Identity from 1.11.2 to 1.11.4 @dependabot in #37
  • Update nuget packages in #39
  • Bump SixLabors.ImageSharp from 2.1.8 to 2.1.9 by @dependabot in #40
  • Update nuget and npm packages to latest, bump version to 4.0.2 in #41

Full Changelog: v4.0.1...v4.0.2

v4.0.1

06 May 11:25
28327f3
Compare
Choose a tag to compare

What's Changed

  • Add version with short commit hash on login page in #33
  • Bump Azure.Identity from 1.10.4 to 1.11.0 in #34
  • Bump SixLabors.ImageSharp from 2.1.7 to 2.1.8 in #35
  • Maintenance for Bootstrap and package references in #36 (replace depreciated Bootstrap v5.3.3 navbar-dark class with attribute data-bs-theme="dark")

Full Changelog: v4.0.0...v4.0.1

v4.0.0

21 Mar 10:45
e08d893
Compare
Choose a tag to compare

What's Changed

  • Migrate to asp.net 8.0 in #32
  • Bootstrap 5 modifications
    • Gulpfile: Add bootstrap.bundle.min.js
    • _Layout.cshtml: Change to local bootstrap assets (css + js)
    • Remove unnecessary jquery references
    • Remove unused ValidationScriptsPartial.cshtml
    • Migrate app_offline.htm from bootstrap v4 to v5
  • Fix: Send mail to club and registrant for tournament registration in #30
  • Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.3 in /ClubSite in #31

Full Changelog: v3.6.0...v4.0.0

v3.6.0

09 Jan 08:40
Compare
Choose a tag to compare

What's Changed

  • Bump postcss from 8.4.8 to 8.4.31 in /ClubSite by @dependabot in #29
  • Update package references (now using Piranha CMS v10.4.0
  • _Layout.cshtml:
  • _Layout.cshtml: embed top level menu into
  • Update NLog configuration (replace obsolete methods)

Full Changelog: v3.5.4...v3.6.0

v3.5.4

16 May 20:31
5e48d99
Compare
Choose a tag to compare

What's Changed

  • Bump yaml and cssnano by @dependabot in #27
  • Update package references, bump v3.5.4 in #28
    • EPPlus v6.2.4
    • MailKit v4.0.0
    • Microsoft.Data.SqlClient v5.1.1
    • Microsoft.EntityFrameworkCore.SqlServer v7.0.5
    • Microsoft.EntityFrameworkCore.Tools v7.0.5
    • NLog.Web.AspNetCore v5.2.3

Full Changelog: v3.5.3...v3.5.4

v3.5.3

17 Mar 20:54
Compare
Choose a tag to compare

What's Changed

  • Fix: Better email address verification when posted with input forms (concerns contact and tournament registration form)
  • Trim input form fields in tournament registration (no more disallowed leading blank in email address when sending confirmation)
  • Bump minimist from 0.2.2 to 0.2.4 in /ClubSite by @dependabot in #26

Full Changelog: v3.5.2...v3.5.3

v3.5.2

28 Feb 11:03
Compare
Choose a tag to compare

Bump version 3.5.2

TournamentRegistration for unknown date does not throw

  • If the date can't be a found, 404 will be logged
  • other errors will throw

Full Changelog: v3.5.1...v3.5.2

v3.5.1

13 Feb 23:46
Compare
Choose a tag to compare

Bump version to v3.5.1

  • Fixes for tournament registration
  • Add user notification on registration success and failure
  • Add Bootstrap 5 alert icons as razor partial
  • Add TempDataExtensions for handing over data between requests