Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5083b00

Browse files
committedOct 13, 2018
Updated to 1.5.1 RELEASE
Signed-off-by: Joshua Gager <jlgager@jgcomptech.com>
1 parent 862358c commit 5083b00

File tree

457 files changed

+52903
-39758
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

457 files changed

+52903
-39758
lines changed
 

‎CLASSDESCRIPTION.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

‎Changelog.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 1.5.1 changes (10/13/2018):
2+
* Added new userHasPermissions method overload to AuthManager
3+
* Added new userHasPermissions method overload to Subject
4+
* Fixed bugs and missing methods in Subject
5+
* Fixed deprecated methods in NativeMethods
6+
* Fixed other small bugs
7+
18
Version 1.5.0 changes (10/07/2018):
29
* Updated JDK to Java 10
310
* Login Dialogs now don't require the use of Platform.runLater()
@@ -14,10 +21,10 @@ Version 1.5.0 changes (10/07/2018):
1421
* All password hashing now uses BCrypt replacing SHA-512
1522
* Other minor fixes
1623

17-
Version 1.4.2 changes (1/23/2018):
24+
Version 1.4.2 changes (01/23/2018):
1825
* Fixed fatal error with isUserLoggedIn method
1926

20-
Version 1.4.1 changes (1/22/2018):
27+
Version 1.4.1 changes (01/22/2018):
2128
* Added UserManagerException
2229
* Added PasswordHashingFailedException
2330
* Added isAdminLoggedIn method
@@ -29,7 +36,7 @@ Version 1.4.1 changes (1/22/2018):
2936
* Limited number of SQLException and GeneralSecurityException checked exceptions
3037
* Changed Session Manager dialogs to use instance vars for parameters(old methods deprecated)
3138

32-
Version 1.4.0 changes (1/19/2018):
39+
Version 1.4.0 changes (01/19/2018):
3340
* Added User Management Classes (UserManager, UserAccount, UserRoleManager and UserRole)
3441
* Added Permission Management Classes (Permission Manager and Permission)
3542
* Added Session Management Classes (Session Manager, MultiSessionManager and Session)
@@ -49,13 +56,13 @@ NOTE: Some API changes have occurred:
4956
* Renamed ReInitalizeHW to ReInitializeHW
5057
* Renamed ReInitalizeOS to ReInitializeOS
5158

52-
Version 1.3.1 changes (4/5/2017):
59+
Version 1.3.1 changes (04/05/2017):
5360
* Added FXML Dialog Wrapper
5461
* JavaDocs documentation is improved
5562
* Pom file is improved and updated
5663
* Now hosted on Maven Central
5764

58-
Version 1.3.0 changes (3/31/2017):
65+
Version 1.3.0 changes (03/31/2017):
5966
* Added MessageBox and Login dialog objects
6067
* Added Static Class Instantiation Protection
6168
* Added Database Tools classes (Includes SQLite and H2 databases)

0 commit comments

Comments
 (0)
Please sign in to comment.