Version Description
- Security Issue
Download this release
Release Info
Developer | Unyson |
Plugin | Unyson |
Version | 2.7.27 |
Comparing to | |
See all releases |
Code changes from version 2.7.26 to 2.7.27
framework/core/components/extensions/manager/class--fw-extensions-manager.php
CHANGED
@@ -1756,7 +1756,7 @@ final class _FW_Extensions_Manager
|
|
1756 |
}
|
1757 |
|
1758 |
if (!isset($installed_extensions[$extension_name])) {
|
1759 |
-
$error = sprintf(__('Extension "%s" is not installed.', 'fw'), $this->get_extension_title($extension_name));
|
1760 |
break;
|
1761 |
}
|
1762 |
} while(false);
|
1756 |
}
|
1757 |
|
1758 |
if (!isset($installed_extensions[$extension_name])) {
|
1759 |
+
$error = sprintf(__('Extension "%s" is not installed.', 'fw'), esc_html( $this->get_extension_title($extension_name) ));
|
1760 |
break;
|
1761 |
}
|
1762 |
} while(false);
|
framework/manifest.php
CHANGED
@@ -4,4 +4,4 @@ $manifest = array();
|
|
4 |
|
5 |
$manifest['name'] = __('Unyson', 'fw');
|
6 |
|
7 |
-
$manifest['version'] = '2.7.
|
4 |
|
5 |
$manifest['name'] = __('Unyson', 'fw');
|
6 |
|
7 |
+
$manifest['version'] = '2.7.27';
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: unyson
|
3 |
Tags: page builder, editor, drag-and-drop, landing-page, widgets, sidebar, backup, shortcodes, backup, seo, breadcrumbs, portfolio, framework
|
4 |
Requires at least: 4.4
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 2.7.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -89,6 +89,9 @@ Yes; Unyson will work with any theme.
|
|
89 |
|
90 |
== Changelog ==
|
91 |
|
|
|
|
|
|
|
92 |
= 2.7.26 =
|
93 |
* Fixed [#4211](https://github.com/ThemeFuse/Unyson/issues/4211)
|
94 |
|
2 |
Contributors: unyson
|
3 |
Tags: page builder, editor, drag-and-drop, landing-page, widgets, sidebar, backup, shortcodes, backup, seo, breadcrumbs, portfolio, framework
|
4 |
Requires at least: 4.4
|
5 |
+
Tested up to: 6.0
|
6 |
+
Stable tag: 2.7.27
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
89 |
|
90 |
== Changelog ==
|
91 |
|
92 |
+
= 2.7.27 =
|
93 |
+
* Security Issue
|
94 |
+
|
95 |
= 2.7.26 =
|
96 |
* Fixed [#4211](https://github.com/ThemeFuse/Unyson/issues/4211)
|
97 |
|
unyson.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Unyson
|
4 |
* Plugin URI: http://unyson.io/
|
5 |
* Description: A free drag & drop framework that comes with a bunch of built in extensions that will help you develop premium themes fast & easy.
|
6 |
-
* Version: 2.7.
|
7 |
* Author: ThemeFuse
|
8 |
* Author URI: http://themefuse.com
|
9 |
* License: GPL2+
|
3 |
* Plugin Name: Unyson
|
4 |
* Plugin URI: http://unyson.io/
|
5 |
* Description: A free drag & drop framework that comes with a bunch of built in extensions that will help you develop premium themes fast & easy.
|
6 |
+
* Version: 2.7.27
|
7 |
* Author: ThemeFuse
|
8 |
* Author URI: http://themefuse.com
|
9 |
* License: GPL2+
|