From c06ee4774029cdcd10db57354c16ad93028c171b Mon Sep 17 00:00:00 2001 From: NgIdeas Date: Thu, 8 Sep 2022 11:12:49 +0530 Subject: [PATCH] Bump up release version to 1.1.3 --- ngsurvey.php | 4 ++-- readme.txt | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ngsurvey.php b/ngsurvey.php index 035365f..edaf9d8 100644 --- a/ngsurvey.php +++ b/ngsurvey.php @@ -15,7 +15,7 @@ * Plugin Name: NgSurvey * Plugin URI: https://ngideas.com/ * Description: Next generation open source surveys for Wordpress is here. Create feature rich surveys on your wordpress site and get feedback from your users. - * Version: 1.1.2 + * Version: 1.1.3 * Author: NgIdeas * Author URI: https://ngideas.com/ * License: GPL-2.0+ @@ -34,7 +34,7 @@ * Currently plugin version. * Start at version 1.0.0 and use SemVer - https://semver.org */ -define( 'NGSURVEY_VERSION', '1.1.2' ); +define( 'NGSURVEY_VERSION', '1.1.3' ); /** * The code that runs during plugin activation. diff --git a/readme.txt b/readme.txt index e22acd6..3fe26fb 100644 --- a/readme.txt +++ b/readme.txt @@ -3,11 +3,11 @@ Author URI: https://ngideas.com Plugin URI: https://ngideas.com Donate link: https://ngideas.com/donate/ Contributors: ngideas -Tags: surveys, polls, forms, feedback form +Tags: surveys, survey, polls, forms, feedback forms Requires at least: 4.9 Requires PHP: 7.2 Tested up to: 6.0 -Stable tag: 1.1.2 +Stable tag: 1.1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -122,6 +122,12 @@ Please post your query on the plugin support page. You are welcome to contribute 15. Survey Response 2 == Changelog == += 1.1.3: Sep 08, 2022 = +* [Fix] Remove text decorations of hyperlinks for clean look +* [Fix] Choice question last answer is repeated on the consolidated report +* [Dep] Upgrading Bootstrap version to v5.2.1 +* [Dep] Update dependencies to latest versions + = 1.1.2: May 23, 2022 = * [New] WordPress 6.0 compatibility * [Fix] Fix for PHP Uncaught ArgumentCountError on restore_revisions hook