From 5cfc8d6fec984bab6158aec8680cecacc079ecec Mon Sep 17 00:00:00 2001 From: Mostafa Soufi Date: Thu, 11 Apr 2024 23:57:23 +0330 Subject: [PATCH] Update readme --- CHANGELOG.md | 3 +++ feedbackbird.php | 2 +- readme.txt | 9 +++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f52dfe2..4bdbb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ += v1.0.3 = +* Improvement: Implemented minor enhancements. + = v1.0.2 = * Improvement: Enhanced script loader tags for better performance. * Improvement: Prevented direct access to PHP files to enhance application security. diff --git a/feedbackbird.php b/feedbackbird.php index ce6e37e..dae98d0 100644 --- a/feedbackbird.php +++ b/feedbackbird.php @@ -6,7 +6,7 @@ * Author: VeronaLabs * Author URI: https://veronalabs.com * Text Domain: feedbackbird - * Version: 1.0.2 + * Version: 1.0.3 * License: GPL-2.0+ * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Requires at least: 4.0 diff --git a/readme.txt b/readme.txt index cf3fde9..4de123f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: feedback, user engagement, widget, management Requires at least: 4.5 Tested up to: 6.5 Requires PHP: 5.6 -Stable tag: 1.0.2 +Stable tag: 1.0.3 Requires at least: 4.0 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -47,11 +47,8 @@ FeedbackBird is designed to be compatible with most WordPress themes. The widget == Changelog == -= v1.0.2 = -* Improvement: Enhanced script loader tags for better performance. -* Improvement: Prevented direct access to PHP files to enhance application security. -* Refactoring: Prefixed settings attributes to avoid conflicts and ensure uniqueness. -* Improvement: Moved `app.js` to a local directory for improved load times. += v1.0.3 = +* Improvement: Implemented minor enhancements. [See changelog for all versions](https://raw.githubusercontent.com/feedbackbird/plugin-wordpress/master/CHANGELOG.md).