Skip to content

Commit

Permalink
Increase Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelEremia committed Jun 29, 2022
1 parent b5d7ea7 commit ae46fab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion framework/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

$manifest['name'] = __('Unyson', 'fw');

$manifest['version'] = '2.7.26';
$manifest['version'] = '2.7.27';
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down
2 changes: 1 addition & 1 deletion unyson.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit ae46fab

Please sign in to comment.