From ae46fab208940564596f180f5e11ca73d044955c Mon Sep 17 00:00:00 2001 From: Viorel Date: Wed, 29 Jun 2022 15:57:38 +0300 Subject: [PATCH] Increase Version --- .../extensions/manager/class--fw-extensions-manager.php | 2 +- framework/manifest.php | 2 +- readme.txt | 7 +++++-- unyson.php | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/framework/core/components/extensions/manager/class--fw-extensions-manager.php b/framework/core/components/extensions/manager/class--fw-extensions-manager.php index 269ee63a..6abea6e1 100644 --- a/framework/core/components/extensions/manager/class--fw-extensions-manager.php +++ b/framework/core/components/extensions/manager/class--fw-extensions-manager.php @@ -1756,7 +1756,7 @@ private function display_extension_page() } if (!isset($installed_extensions[$extension_name])) { - $error = sprintf(__('Extension "%s" is not installed.', 'fw'), $this->get_extension_title($extension_name)); + $error = sprintf(__('Extension "%s" is not installed.', 'fw'), esc_html( $this->get_extension_title($extension_name) )); break; } } while(false); diff --git a/framework/manifest.php b/framework/manifest.php index 014403f1..c3c9c58b 100644 --- a/framework/manifest.php +++ b/framework/manifest.php @@ -4,4 +4,4 @@ $manifest['name'] = __('Unyson', 'fw'); -$manifest['version'] = '2.7.26'; +$manifest['version'] = '2.7.27'; diff --git a/readme.txt b/readme.txt index 6658a55d..55401791 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: unyson Tags: page builder, editor, drag-and-drop, landing-page, widgets, sidebar, backup, shortcodes, backup, seo, breadcrumbs, portfolio, framework Requires at least: 4.4 -Tested up to: 5.9 -Stable tag: 2.7.26 +Tested up to: 6.0 +Stable tag: 2.7.27 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -89,6 +89,9 @@ Yes; Unyson will work with any theme. == Changelog == += 2.7.27 = +* Security Issue + = 2.7.26 = * Fixed [#4211](https://github.com/ThemeFuse/Unyson/issues/4211) diff --git a/unyson.php b/unyson.php index ee942abf..b4848e0e 100644 --- a/unyson.php +++ b/unyson.php @@ -3,7 +3,7 @@ * Plugin Name: Unyson * Plugin URI: http://unyson.io/ * Description: A free drag & drop framework that comes with a bunch of built in extensions that will help you develop premium themes fast & easy. - * Version: 2.7.26 + * Version: 2.7.27 * Author: ThemeFuse * Author URI: http://themefuse.com * License: GPL2+