From 8a661088bbaf049b39ce9eb527f4f01256f9c5ea Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 17 Apr 2014 14:59:55 +0200 Subject: [PATCH] Bumping 2.4 --- CHANGELOG.md | 8 ++++---- lib/common/common_helper.rb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094862de..447cbfd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ [Work in progress](https://github.com/wpscanteam/wpscan/compare/2.4...master) ## Version 2.4 -Released: 2014-mm-dd +Released: 2014-04-17 New * '--batch' switch option added - Fix #454 @@ -67,7 +67,7 @@ New * New spell checker! * Added database modification dates in status report * Added 'Total WordPress Sites in the World' statistics -* Added separator between Name and Version in Item +* Added separator between Name and Version in Item * Added a "Work in progress" URL in the CHANGELOG Removed @@ -108,10 +108,10 @@ Fixed issues * Fix #404 - Brute forcing issue over https * Fix #398 - Removed a fake vuln in WP Super Cache * Fix #393 - sudo added to the bundle install cmd for Mac OSX -* Fix #228, #327 - Infinite loop when self-redirect +* Fix #228, #327 - Infinite loop when self-redirect * Fix #201 - Incorrect Paramter Parsing when no url was supplied -## Version 2.2 +## Version 2.2 Released: 2013-11-12 New diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 14357abf..a45ed560 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -34,7 +34,7 @@ WP_VERSIONS_XSD = DATA_DIR + '/wp_versions.xsd' LOCAL_FILES_XSD = DATA_DIR + '/local_vulnerable_files.xsd' USER_AGENTS_FILE = DATA_DIR + '/user-agents.txt' -WPSCAN_VERSION = '2.3' +WPSCAN_VERSION = '2.4' $LOAD_PATH.unshift(LIB_DIR) $LOAD_PATH.unshift(WPSCAN_LIB_DIR)