Skip to content

Commit

Permalink
Merge branch 'release/1.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ktekinay committed Jul 17, 2015
2 parents df042c1 + 905a7af commit 7e5ee16
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Kaju Admin App/Kaju Admin.xojo_project
Expand Up @@ -29,12 +29,12 @@ Plist=Info;Custom Plist/Info.plist;&h7393D7FF;&h74C1A7FF;false
AppMenuBar=MainMenuBar
MajorVersion=1
MinorVersion=5
SubVersion=1
SubVersion=2
NonRelease=0
Release=3
InfoVersion=Kaju Admin
LongVersion=v.1.5.1
ShortVersion=1.5.1
LongVersion=v.1.5.2
ShortVersion=1.5.2
WinCompanyName=MacTechnologies Consulting
WinInternalName=
WinProductName=
Expand Down
29 changes: 25 additions & 4 deletions Kaju Admin App/WndAdmin.xojo_window
Expand Up @@ -202,6 +202,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 12
TabPanelIndex = 0
TabStop = True
Text = "Version:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -336,6 +337,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 11
TabPanelIndex = 1
TabStop = True
Text = "Preview:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -445,6 +447,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 12
TabPanelIndex = 2
TabStop = True
Text = "Hash:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -479,6 +482,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 13
TabPanelIndex = 2
TabStop = True
Text = "URL:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -513,6 +517,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 10
TabPanelIndex = 1
TabStop = True
Text = "Release Notes (HTML):"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -622,6 +627,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 15
TabPanelIndex = 2
TabStop = True
Text = "Hash:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -656,6 +662,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 16
TabPanelIndex = 2
TabStop = True
Text = "URL:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -722,6 +729,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 18
TabPanelIndex = 2
TabStop = True
Text = "Hash:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -756,6 +764,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 19
TabPanelIndex = 2
TabStop = True
Text = "URL:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -833,6 +842,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 3
TabPanelIndex = 3
TabStop = True
Text = "URL:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -964,6 +974,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 20
TabPanelIndex = 2
TabStop = True
Text = "Minimum Required Version:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -1390,6 +1401,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 14
TabPanelIndex = 2
TabStop = True
Text = "Executable:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -1467,6 +1479,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 17
TabPanelIndex = 2
TabStop = True
Text = "Executable:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -1769,6 +1782,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 21
TabPanelIndex = 2
TabStop = True
Text = "Use ‘$VERSION$’ in the URL to insert the version on export"
TextAlign = 1
TextColor = &c00000000
Expand Down Expand Up @@ -1846,6 +1860,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 11
TabPanelIndex = 0
TabStop = True
Text = "App Name:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -1891,7 +1906,8 @@ Begin Window WndAdmin
Width = 180
End
Begin Timer tmrUpdateReleaseNotesPreview
Height = 32
Enabled = True
Height = "32"
Index = -2147483648
InitialParent = ""
Left = 0
Expand All @@ -1901,7 +1917,8 @@ Begin Window WndAdmin
Scope = 2
TabPanelIndex = 0
Top = 0
Width = 32
Visible = True
Width = "32"
End
Begin HTMLViewer hvNewWindow
AutoDeactivate = True
Expand Down Expand Up @@ -1956,7 +1973,8 @@ Begin Window WndAdmin
Width = 186
End
Begin Timer tmrUpdateImagePreview
Height = 32
Enabled = True
Height = "32"
Index = -2147483648
InitialParent = ""
Left = 20
Expand All @@ -1966,7 +1984,8 @@ Begin Window WndAdmin
Scope = 2
TabPanelIndex = 0
Top = 20
Width = 32
Visible = True
Width = "32"
End
Begin Label lblPlatform
AutoDeactivate = True
Expand All @@ -1990,6 +2009,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 14
TabPanelIndex = 0
TabStop = True
Text = "None"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -2024,6 +2044,7 @@ Begin Window WndAdmin
Selectable = False
TabIndex = 13
TabPanelIndex = 0
TabStop = True
Text = "Platforms:"
TextAlign = 0
TextColor = &c00000000
Expand Down
2 changes: 1 addition & 1 deletion Kaju Classes/Kaju.xojo_code
Expand Up @@ -382,7 +382,7 @@ Protected Module Kaju
#tag Constant, Name = kUpdatePacketMarker, Type = String, Dynamic = False, Default = \"KAJU ", Scope = Protected
#tag EndConstant

#tag Constant, Name = Version, Type = String, Dynamic = False, Default = \"1.5.1", Scope = Protected
#tag Constant, Name = Version, Type = String, Dynamic = False, Default = \"1.5.2", Scope = Protected
#tag EndConstant


Expand Down

0 comments on commit 7e5ee16

Please sign in to comment.