ASP.NET Maker 2024.3.0 Released

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Locked
Webmaster
User
Posts: 9427

ASP.NET Maker 2024.3.0 Released

Post by Webmaster »

We are pleased to announce the official release of ASP.NET Maker 2024.

The new version can be downloaded at: https://aspnetmaker.dev/download.php

ASP.NET Maker 2024 is a major upgrade from v2023 and is loaded with a bunch of new features, including many frequently requested ones, please refer to What's New in ASP.NET Maker 2024 for details.


IMPORTANT NOTES:

  • Requires .NET 8.0.
  • If you upgrade from previous versions, please make sure you read Migrating to v2024 before you try the new version.

ASP.NET Maker 2024 uses ASP.NET Core 8 MVC in C#. It does NOT support older or other versions of ASP.NET, including Web Forms, ASP.NET Web Pages, VB, older versions of ASP.NET MVC, ASP.NET Core 1.x-5.x or ASP.NET Core Razor Pages.

ASP.NET Maker 2024 can co-exist with previous version of ASP.NET Maker. You do NOT need to uninstall previous version of ASP.NET Maker if you still need to work with older version of ASP.NET Core.

Before trying the new version, please backup your existing projects first.

To purchase license for ASP.NET Maker 2024 or upgrade, please visit: https://aspnetmaker.dev/purchase.php


Webmaster
User
Posts: 9427

Post by Webmaster »

2024/02/05 v2024.1.0

  • Supports SQL Server LocalDB
  • Fixed: Entity class default values
  • Fixed: Sending OTP in Register page
  • Fixed: Handle ApplicationUser conflicts by alias
  • Fixed: Handle table entity/property name conflicts
  • Fixed: Handle header conflicts for Windows and JWT Authentication
  • Fixed: GetRgbaColor() for non-English culture
  • Updated: MarkerClusterer, SweetAlert2, Date/Time picker and Tabulator
  • Other minor fixes and improvements

Webmaster
User
Posts: 9427

Post by Webmaster »

2024/03/05 v2024.2.0

  • Improved: Error handling for push notification
  • Improved: Change HttpSession.JsonSerializerSettings to static property
  • Improved: Show deleted file name during folder clearing
  • Improved: Google Maps (Custom View Tag)
  • Fixed: z-index of Date/Time picker
  • Fixed: Export to email
  • Fixed: Export selected records
  • Fixed: Ldap_Validated server event
  • Fixed: Condition attributes in control.xml
  • Fixed: Ambiguous table object in CustomRoleStore
  • Fixed: Entity names and SignalR connection URL (Chat extension)
  • Updated: Bootstrap, SweetAlert2, PDFObject, Tabulator and FullCalendar
  • Updated: WebView2
  • Other minor fixes and improvements

Webmaster
User
Posts: 9427

Post by Webmaster »

2024/04/03 v2024.3.0

  • Improved: Add max-width for PDFObject
  • Improved: Table entity name keyword checking
  • Improved: Fallback HtmlSanitizer version (to avoid problems with 8.1.860.beta)
  • Improved: Synchronizing projects with user image/email/phone fields
  • Fixed: Permission checking for calendar reports
  • Fixed: IsApi() for website with base path
  • Fixed: Synchronizing old projects with empty connection method
  • Fixed: Some MSSQL data types
  • Fixed: Table names starting with digits
  • Fixed: Master record
  • Fixed: Detail grid
  • Updated: Font Awesome Free and SweetAlert2
  • Updated: WebView2
  • Other minor fixes and improvements

Locked