Skip to content

Commit

Permalink
Update the current version var and the readme file
Browse files Browse the repository at this point in the history
Signed-off-by: Suki <suki@missallsunday.com>
  • Loading branch information
MissAllSunday committed Oct 29, 2015
1 parent d9a59e4 commit c1384fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ Tested on PHP 5.3 and 5.4, Opera12, IE8 and whatever version Firefox was when I
[size=12pt][color=purple]Changelog[/color][/size]

[code]
1.0.9 Oct 29, 2015
- Fix a missing semicolon preventing users form using the mentions feature on their walls.
- Replace $this->_smcFunc with global $smcFunc.

1.0.8 Jun 29, 2015
- Fix a security issue allowing users to post status and messages as another user. Thanks to JSX3 for reporting it.

Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/Breeze.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function breeze_autoloader($class_name)
class Breeze
{
public static $name = 'Breeze';
public static $version = '1.0';
public static $version = '1.0.9';
public static $folder = '/Breeze/';
public static $txtpattern = 'Breeze_';
public static $permissions = array('deleteComments', 'deleteOwnComments', 'deleteProfileComments', 'deleteStatus', 'deleteOwnStatus', 'deleteProfileStatus', 'postStatus', 'postComments', 'canMention', 'beMentioned');
Expand Down

0 comments on commit c1384fe

Please sign in to comment.