From 299832a49ed0cb70418d89de085dc8bc46629dcd Mon Sep 17 00:00:00 2001 From: Kevin Pliester <5339107+pixelbart@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:26:50 +0100 Subject: [PATCH] Update helpful.php --- helpful.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpful.php b/helpful.php index 81319e7..472f8d6 100644 --- a/helpful.php +++ b/helpful.php @@ -2,7 +2,7 @@ /** * Plugin Name: Helpful * Description: Add a fancy feedback form under your posts or post-types and ask your visitors a question. Give them the abbility to vote with yes or no. - * Version: 4.4.15 + * Version: 4.4.16 * Author: Pixelbart * Author URI: https://pixelbart.de * Text Domain: helpful @@ -129,4 +129,4 @@ public function init() include_once HELPFUL_PATH . 'core/functions/values.php'; } } -} \ No newline at end of file +}