diff --git a/CHANGELOG.md b/CHANGELOG.md index 205aee28..2c2a2ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog ## Master -[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.5...master) +[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.5.1...master) + +## Version 2.5.1 +Released: 2014-09-29 + +Fixes reference URL to WPVDB ## Version 2.5 Released: 2014-09-26 (@ BruCON 2014) @@ -30,7 +35,7 @@ General core * Little output change and coloring * Adds a missing verbose output * Re-build redirection url if begin with slash '/' -* Fixes the remove_conditional_comments function +* Fixes the remove_conditional_comments function * Ensures to give a string to Typhoeus * Fix wpstools check-vuln-ref-urls * Fix rspecs for new json diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 399063a6..14c60acb 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -34,7 +34,7 @@ WP_VERSIONS_XSD = File.join(DATA_DIR, 'wp_versions.xsd') LOCAL_FILES_XSD = File.join(DATA_DIR, 'local_vulnerable_files.xsd') USER_AGENTS_FILE = File.join(DATA_DIR, 'user-agents.txt') -WPSCAN_VERSION = '2.5' +WPSCAN_VERSION = '2.5.1' $LOAD_PATH.unshift(LIB_DIR) $LOAD_PATH.unshift(WPSCAN_LIB_DIR)