File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ # Set the default behavior, in case people don't have core.autocrlf set.
2+ * text =auto
3+
4+ # Ensure these specific files always have a CRLF line ending.
5+ * .bat text eol =crlf
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 1.2.3] - 2020-08-26
10+
11+ ### Fixed
12+ - Added .gitattributes file to normalize EOL's for Windows OS when code is downloaded as ZIP file.
13+
14+ ## Changed
15+ - Updated version number.
16+
917## [ 1.2.2] - 2020-05-09
1018
1119### Changed
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ rem +------------------------------------------------+
2020rem ---------------------
2121rem Default Variables
2222rem ---------------------
23- set $scriptVersion = 1.2.2
23+ set $scriptVersion = 1.2.3
2424
2525set $defaultInstallPath[0] = C:\wamp
2626set $defaultInstallPath[1] = C:\wamp64
You can’t perform that action at this time.
0 commit comments