From bf92f558974ef65541be591abc99e48424c4ee5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20I=C5=9F=C4=B1k?= Date: Sun, 3 Feb 2019 18:56:36 +0300 Subject: [PATCH 1/4] Set theme jekyll-theme-minimal --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2f7efbe --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file From 81668b6395ec34e2ba6cda6ef523ea0757794619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20I=C5=9F=C4=B1k?= Date: Sun, 3 Feb 2019 18:59:06 +0300 Subject: [PATCH 2/4] Set theme jekyll-theme-hacker --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2f7efbe..fc24e7a 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-hacker \ No newline at end of file From 5164c7c0e385233856e1af646e239b80357b6720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20I=C5=9F=C4=B1k?= Date: Tue, 5 Feb 2019 00:36:00 +0300 Subject: [PATCH 3/4] Update readme --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d1b12af..eb6a962 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,17 @@ After succesfull installation, you can display the options as follows; $ ./vendor/bin/wp-vulnerability-check --help --------------------------- -WP Vulnerability Check version 0.0.1 +WP Vulnerability Check version 0.0.9 --------------------------- Usage: wp-vulnerability-check [options] Options: - --path Full path for the plugin directory of your WordPress installation. - --token Token got from wpvulndb.com - --exclude Exclude the plugins given in comma separated format. - --output The format of output. Valid values JSON, READABLE, NO (Default). - --version Show version. - --help Print this help. + --path Full path for the plugin directory of your WordPress installation. + --token Token got from wpvulndb.com + --exclude Exclude the plugins given in comma separated format. + --output The format of output. Valid values JSON, READABLE, HTML, NO (Default). + --no-colors Disable the console colors. It is enabled by default. + --version Show version. + --help Print this help. ``` From 4fc08ff64a87509d5652b2e967bd3d54911f745b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20I=C5=9F=C4=B1k?= Date: Wed, 6 Feb 2019 11:48:31 +0300 Subject: [PATCH 4/4] Update Config.yml --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf82b90..19169ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,5 @@ # PHP CircleCI 2.0 configuration file # -# Check https://circleci.com/docs/2.0/language-php/ for more details -# version: 2 jobs: build: