Ready for release version 2.8 #834

This commit is contained in:
ethicalhack3r
2015-06-22 18:56:37 +02:00
parent ca73e4b93e
commit 5902a483b4
4 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.8...master)
## Version 2.8
Released: 2015-06-XX
Released: 2015-06-22
New
* Warn the user to update his DB files

View File

@@ -10,6 +10,6 @@ gem 'ruby-progressbar', '>=1.6.0'
group :test do
gem 'webmock', '>=1.17.2'
gem 'simplecov'
gem 'rspec', '>=3.0'
gem 'rspec', '>= 3.3.0'
gem 'rspec-its'
end

BIN
data.zip

Binary file not shown.

View File

@@ -33,7 +33,7 @@ LOCAL_FILES_XSD = File.join(DATA_DIR, 'local_vulnerable_files.xsd')
USER_AGENTS_FILE = File.join(DATA_DIR, 'user-agents.txt')
LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update')
WPSCAN_VERSION = '2.7'
WPSCAN_VERSION = '2.8'
$LOAD_PATH.unshift(LIB_DIR)
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)