Skip to content

Commit

Permalink
Bump up release version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NgIdeas committed Sep 8, 2022
1 parent be38f70 commit c06ee47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ngsurvey.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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.
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c06ee47

Please sign in to comment.