We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818bdf9 commit 70109e8Copy full SHA for 70109e8
CHANGELOG.md
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [1.0.1] - 2020-06-15
10
+
11
+### Fixed
12
+- Added missing quotes around argument when calling isIniFile.
13
14
+### Changed
15
+- Updated version number.
16
17
## [1.0.0] - 2020-06-14
18
19
### Added
ssl_config.bat
@@ -7,7 +7,7 @@ rem INITIALISATION
rem -----------------------
rem Set default variables
-set $scriptVersion=1.0.0
+set $scriptVersion=1.0.1
set $scriptLogFileName=ssl_config.log
rem WampServer sub-paths.
0 commit comments