From 97f94bd85ac7bc8a1dea5ceb0e9d3f390cca5975 Mon Sep 17 00:00:00 2001 From: Fabian Heinz Date: Thu, 7 Jul 2022 10:31:14 +0200 Subject: [PATCH 1/6] Added title on hovering over widget url to see page/post title --- views/widget-front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/widget-front.php b/views/widget-front.php index c0841780..be051a69 100644 --- a/views/widget-front.php +++ b/views/widget-front.php @@ -46,7 +46,7 @@ class_exists( 'Statify' ) || exit; - + From bc368bea1b2f8add6e4aa6a2e6c2cd62582dd15b Mon Sep 17 00:00:00 2001 From: Fabian Heinz Date: Thu, 7 Jul 2022 10:32:18 +0200 Subject: [PATCH 2/6] Added page title on hover over url on widget --- views/widget-front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/widget-front.php b/views/widget-front.php index be051a69..e409cec7 100644 --- a/views/widget-front.php +++ b/views/widget-front.php @@ -71,7 +71,7 @@ class_exists( 'Statify' ) || exit; - + From b7dd37d7f0e2edb91457c826694a3ea3f201f28a Mon Sep 17 00:00:00 2001 From: Fabian Heinz Date: Thu, 7 Jul 2022 10:42:47 +0200 Subject: [PATCH 3/6] Removed from referrer --- views/widget-front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/widget-front.php b/views/widget-front.php index e409cec7..07c44a1a 100644 --- a/views/widget-front.php +++ b/views/widget-front.php @@ -46,7 +46,7 @@ class_exists( 'Statify' ) || exit; - + From 19eadf136b6f43b7cef16c8568c0f02f13500623 Mon Sep 17 00:00:00 2001 From: Fabian Heinz Date: Thu, 7 Jul 2022 17:17:06 +0200 Subject: [PATCH 4/6] Bugfix where post names weren't loaded --- views/widget-front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/widget-front.php b/views/widget-front.php index 07c44a1a..e8c4f463 100644 --- a/views/widget-front.php +++ b/views/widget-front.php @@ -71,7 +71,7 @@ class_exists( 'Statify' ) || exit; - + From 07dc2e9ada31f514b379bd3636c5528c5c0ec081 Mon Sep 17 00:00:00 2001 From: Fabian Heinz Date: Sun, 10 Jul 2022 10:20:35 +0200 Subject: [PATCH 5/6] Escape output --- views/widget-front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/widget-front.php b/views/widget-front.php index e8c4f463..78fe51c8 100644 --- a/views/widget-front.php +++ b/views/widget-front.php @@ -71,7 +71,7 @@ class_exists( 'Statify' ) || exit; - + From 15fb9392d6a556212b4591466961f6d02bc519c4 Mon Sep 17 00:00:00 2001 From: Fabian Heinz Date: Sun, 10 Jul 2022 11:08:34 +0200 Subject: [PATCH 6/6] Changed escaping from esc_html to esc_attr --- views/widget-front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/widget-front.php b/views/widget-front.php index 78fe51c8..c9b9275e 100644 --- a/views/widget-front.php +++ b/views/widget-front.php @@ -71,7 +71,7 @@ class_exists( 'Statify' ) || exit; - +