Skip to content

Commit

Permalink
### Fixed
Browse files Browse the repository at this point in the history
- Missing instructions on using Age Range in New Event Wizard
  • Loading branch information
ruddj committed Dec 5, 2023
1 parent 4f141ea commit 2c74737
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 13 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.3.1] - 2023-12-05
### Fixed
- Missing instructions on using Age Range in New Event Wizard

## [5.3.0] - 2023-12-05
### Added
- Events can now have a range of ages, use - to separate, e.g. 14-16
Expand Down Expand Up @@ -233,7 +237,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Ordered Competitors handled differently: Table held locally. Does not delete old but overwrites them.


[Unreleased]: https://github.com/ruddj/SportsAdmin/compare/v5.3.0...HEAD
[Unreleased]: https://github.com/ruddj/SportsAdmin/compare/v5.3.1...HEAD
[5.3.1]: https://github.com/ruddj/SportsAdmin/compare/v5.3.0...v5.3.1
[5.3.0]: https://github.com/ruddj/SportsAdmin/compare/v5.2.2...v5.3.0
[5.2.2]: https://github.com/ruddj/SportsAdmin/compare/v5.2.1...v5.2.2
[5.2.1]: https://github.com/ruddj/SportsAdmin/compare/v5.2.0...v5.2.1
Expand Down
28 changes: 18 additions & 10 deletions Source/forms/EventType-Wizard.bas
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version =20
Version =21
VersionRequired =20
Begin Form
RecordSelectors = NotDefault
Expand All @@ -18,10 +18,10 @@ Begin Form
GridY =20
Width =8674
ItemSuffix =115
Left =600
Top =90
Right =11145
Bottom =8280
Left =8265
Top =2775
Right =19215
Bottom =11475
HelpContextId =60
Filter ="[ET_Code] = 24"
RecSrcDt = Begin
Expand Down Expand Up @@ -536,7 +536,7 @@ Begin Form
Width =3415
Height =265
Name ="Label100"
Caption ="13_U, 14, 15, 16, 17_O, OPEN"
Caption ="13_U, 14, 15, 16, 17_O, OPEN, 14-16"
FontName ="Tahoma"
End
Begin Label
Expand All @@ -563,18 +563,22 @@ Begin Form
Left =4200
Top =3645
Width =4020
Height =600
Height =810
Name ="Label102"
Caption ="_U : to represent 'and under'\015\012_O : to represent 'and over'\015\012"
"OPEN : for ALL competitors"
"OPEN : for ALL competitors\015\012<Age>-<Age> : for a range of ages, e.g 14-16"
FontName ="Tahoma"
LayoutCachedLeft =4200
LayoutCachedTop =3645
LayoutCachedWidth =8220
LayoutCachedHeight =4455
End
Begin Label
BackStyle =0
OverlapFlags =247
TextAlign =1
Left =4050
Top =4365
Left =4053
Top =4478
Width =4185
Height =1320
FontWeight =400
Expand All @@ -584,6 +588,10 @@ Begin Form
"or by clicking once in the division and pushing the 'Edit Record for Selected Di"
"vision' button.\015\012"
FontName ="Tahoma"
LayoutCachedLeft =4053
LayoutCachedTop =4478
LayoutCachedWidth =8238
LayoutCachedHeight =5798
End
End
End
Expand Down
2 changes: 1 addition & 1 deletion Source/installs/Setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
!include "..\NsisMultiUser\Demos\Common\Utils.nsh"

!define PRODUCT_NAME "Sports Administrator" ; name of the application as displayed to the user
!define VERSION "5.3.0" ; main version of the application (may be 0.1, alpha, beta, etc.)
!define VERSION "5.3.1" ; main version of the application (may be 0.1, alpha, beta, etc.)
!define PROGEXE "Sports.accdr" ; main application filename
!define COMPANY_NAME "Sports Administrator" ; company, used for registry tree hierarchy
!define PRODUCT_FOLDER "SportsAdmin"
Expand Down
5 changes: 4 additions & 1 deletion Source/modules/VersionDetails.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ Option Compare Database
Option Explicit


Global Const VersionNumber = "5.3.0"
Global Const VersionNumber = "5.3.1"
Global Const VersionDate = "(5/Dec/2023)"

' Version 5.3.1 - 2019-02-27
' Missing instructions on using Age Range in New Event Wizard

' Version 5.3.0 - 2019-02-27
' Added support for Age Ranges in events

Expand Down
Binary file modified Sports.accdb
Binary file not shown.
Binary file modified carnival/Demo-Sec Athletics.accdb
Binary file not shown.

0 comments on commit 2c74737

Please sign in to comment.