Skip to content

Releases: fordnn/usersexportimport

PA 01.02.09

07 Feb 17:50
Compare
Choose a tag to compare

Fixed an issue with exporting deleted User Profile Properties

Fixed an issue with importing "PreferredLocale" from CSV file

Tested with DotNetNuke version 9.13.2

Full Changelog: 01.02.08...01.02.09

PA 01.02.08

17 Dec 18:18
Compare
Choose a tag to compare

Version 1.2.8:
Fixed an issue with multiple fields with the same types "List" instead of numeric values (for example "Country", "Country2", "Region")

PA 01.02.07

09 Dec 11:23
Compare
Choose a tag to compare
  • Version 1.2.7:
    Export text values for Profile Properties with type "List" instead of numeric values (for example "Country", "Region")
    Fixed an issue with order of the Profile Properties columns for export
    Accepted pull request #13: include "CreatedOnDate" column into export

PA 01.02.06

21 Apr 09:07
Compare
Choose a tag to compare

Version 1.2.6:

Fixed an issue with Import for existing users

PA 01.02.05

15 Feb 15:49
Compare
Choose a tag to compare

UsersExportImport PA 01.02.05

  • Added support for DNN 9.8.1
  • New feature "Export Users By Role"
  • Fixed an issue with Export for SuperUsers account
  • Fixed an issue with Import for version of DNN 9.8.1

PA 01.02.04

24 Aug 10:00
Compare
Choose a tag to compare

UsersExportImport PA 01.02.04

  • Fixed an issue when CSV generated on UNIX systems (different NewLine)
  • Fixed an issue when updating custom profiles on existing users accounts

PA 01.02.03

30 Jul 09:33
Compare
Choose a tag to compare

UsersExportImport PA 01.02.03

  • New feature Auto Update Existing users when UserName already exists

PA 01.02.01

02 Jul 09:26
Compare
Choose a tag to compare

UsersExportImport PA 01.02.00

  • Added auto create role on roles import.
  • Tested with recent version of DNN 9.6.2

PA 01.02.00

18 Jan 13:54
Compare
Choose a tag to compare

Added security check on roles import. It prevents from importing to system users with Admin and SuperUsers rights without necessary permissions.
Tested with recent version of DNN 9.4.4

PA 01.01.07

13 Feb 15:55
Compare
Choose a tag to compare

Version 1.1.7:

  1. Support for DNN 9.2.x
  2. Fixed issue with special chars "Zero width space" and "Zero width no-break space" in the names of the columns.
    3)Improved import process when missed some required columns: DisplayName, IsSuperUser, Username, AffiliateId.