prepare release
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,6 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## Master
|
## Master
|
||||||
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.9.2...master)
|
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.9.3...master)
|
||||||
|
|
||||||
|
## Version 2.9.3
|
||||||
|
Released: 2017-07-19
|
||||||
|
|
||||||
|
* Updated dependencies and required ruby version
|
||||||
|
* Made some changes so wpscan works in ruby 2.4
|
||||||
|
* Added a Gemfile.lock to lock all dependencies
|
||||||
|
* You can now pass a wordlist from stdin via "--wordlist -"
|
||||||
|
* Improved version detection regexes
|
||||||
|
* Added an optional paramter to --log to specify a filename
|
||||||
|
|
||||||
## Version 2.9.2
|
## Version 2.9.2
|
||||||
Released: 2016-11-15
|
Released: 2016-11-15
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update')
|
|||||||
|
|
||||||
MIN_RUBY_VERSION = '2.1.9'
|
MIN_RUBY_VERSION = '2.1.9'
|
||||||
|
|
||||||
WPSCAN_VERSION = '2.9.2'
|
WPSCAN_VERSION = '2.9.3'
|
||||||
|
|
||||||
$LOAD_PATH.unshift(LIB_DIR)
|
$LOAD_PATH.unshift(LIB_DIR)
|
||||||
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)
|
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user