From c1a88fd79d99c5cfd1f01f2f12d971af3287df2b Mon Sep 17 00:00:00 2001 From: Kevin Pliester Date: Fri, 10 Jul 2020 20:25:35 +0200 Subject: [PATCH] 4.2.28 --- core/classes/class-helpful-helper-feedback.php | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/classes/class-helpful-helper-feedback.php b/core/classes/class-helpful-helper-feedback.php index 65a59c5..02138bb 100644 --- a/core/classes/class-helpful-helper-feedback.php +++ b/core/classes/class-helpful-helper-feedback.php @@ -223,7 +223,7 @@ public static function insertFeedback() */ public static function send_email( $feedback ) { - if ( ! get_option( 'helpful_feedback_email' ) ) { + if ( 'on' !== get_option( 'helpful_feedback_send_email' ) ) { return; } diff --git a/readme.txt b/readme.txt index 6aa7f1c..856b2bb 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: helpful, poll, feedback, reviews, vote, review, voting Requires at least: 4.6 Tested up to: 5.5 Requires PHP: 5.6.20 -Stable tag: 4.2.27 +Stable tag: 4.2.28 License: MIT License License URI: https://opensource.org/licenses/MIT