File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-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
6+ * .ini text eol =crlf
7+ * .txt text eol =crlf
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
88
99- Add config option for HTTP/2 per domain.
1010
11+ ## [ 1.1.1] - 2020-08-25
12+
13+ ### Fixed
14+ - Added .gitattributes file to normalize EOL's for Windows OS when code is downloaded as ZIP file.
15+
16+ ### Changed
17+ - Updated version number.
18+
1119## [ 1.1.0] - 2020-06-22
1220
1321### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ rem INITIALISATION
77rem -----------------------
88rem Set default variables
99rem -----------------------
10- set $scriptVersion = 1.1.0
10+ set $scriptVersion = 1.1.1
1111set $scriptLogFileName = ssl_config.log
1212
1313rem WampServer sub-paths.
You can’t perform that action at this time.
0 commit comments