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
8
8
9
9
- Add config option for HTTP/2 per domain.
10
10
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
+
11
19
## [ 1.1.0] - 2020-06-22
12
20
13
21
### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ rem INITIALISATION
7
7
rem -----------------------
8
8
rem Set default variables
9
9
rem -----------------------
10
- set $scriptVersion = 1.1.0
10
+ set $scriptVersion = 1.1.1
11
11
set $scriptLogFileName = ssl_config.log
12
12
13
13
rem WampServer sub-paths.
You can’t perform that action at this time.
0 commit comments