From 8d7bf00f5a7fc7b05ded98c18f339eefeaf441a4 Mon Sep 17 00:00:00 2001 From: Janez Troha Date: Sun, 27 Oct 2019 16:38:36 +0100 Subject: [PATCH] Block reset plugins --- Makefile | 2 +- src/classes/class-denylist.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e2e4161..e5a8280 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 3.9.12 +VERSION := 3.9.13 PLUGINSLUG := woocart-defaults SRCPATH := $(shell pwd)/src diff --git a/src/classes/class-denylist.php b/src/classes/class-denylist.php index 6240556..d90d5dd 100644 --- a/src/classes/class-denylist.php +++ b/src/classes/class-denylist.php @@ -31,6 +31,7 @@ class DenyList { 'accelerated-mobile-pages', 'adminer', 'adsense-click-fraud-monitoring', + 'advanced-wp-reset', 'all-404-redirect-to-homepage', 'all-in-one-wp-migration-onedrive-extension', 'all-in-one-wp-migration', @@ -151,6 +152,7 @@ class DenyList { 'wordfence-security-live-traffic-admin-widget', 'wordfence', 'wordpress-beta-tester', + 'wordpress-database-reset', 'wordpress-gzip-compression', 'wordpress-https', 'wordpress-popular-posts', @@ -180,6 +182,7 @@ class DenyList { 'wp-optimize', 'wp-phpmyadmin', 'wp-postviews', + 'wp-reset', 'wp-rollback', 'wp-security-scan', 'wp-slimstat', @@ -195,7 +198,6 @@ class DenyList { 'wpengine-common', 'wponlinebackup', 'wps-hide-login', - 'wps-hide-login', 'wptouch', 'wysija-newsletters', 'xcloner-backup-and-restore',