prepare release

This commit is contained in:
Christian Mehlmauer
2017-07-19 14:59:33 +02:00
parent 79864cae7b
commit 5175170c4b
2 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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)