Skip to content

Commit

Permalink
git commit -m "Increase Version"
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelEremia committed Oct 20, 2022
1 parent f7a5cf3 commit 9a17d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.27';
$manifest['version'] = '2.7.28';
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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: 6.0
Stable tag: 2.7.27
Stable tag: 2.7.28
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.28 =
* Fixed [#4276](https://github.com/ThemeFuse/Unyson/issues/3915),[#3861](https://github.com/ThemeFuse/Unyson/issues/3861),[#4275](https://github.com/ThemeFuse/Unyson/issues/3861)

= 2.7.27 =
* Security Issue

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.27
* Version: 2.7.28
* Author: ThemeFuse
* Author URI: http://themefuse.com
* License: GPL2+
Expand Down

1 comment on commit 9a17d10

@DevMasterAGI
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @ViorelEremia

Patch for v2.7.28 to fix missing capability checks #4330

We are getting alerts that the Unyson plugin for WordPress is vulnerable to unauthorized access and modification of data due to missing capability checks on several functions in versions up to, and including, 2.7.28. This makes it possible for authenticated attackers, with subscriber-level access and above, to perform unauthorized actions such as dismissing notices.

Is there a Patch in the works?

Please sign in to comment.