Skip to content

Commit c1384fe

Browse files
committed
Update the current version var and the readme file
Signed-off-by: Suki <suki@missallsunday.com>
1 parent d9a59e4 commit c1384fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Tested on PHP 5.3 and 5.4, Opera12, IE8 and whatever version Firefox was when I
6363
[size=12pt][color=purple]Changelog[/color][/size]
6464

6565
[code]
66+
1.0.9 Oct 29, 2015
67+
- Fix a missing semicolon preventing users form using the mentions feature on their walls.
68+
- Replace $this->_smcFunc with global $smcFunc.
69+
6670
1.0.8 Jun 29, 2015
6771
- Fix a security issue allowing users to post status and messages as another user. Thanks to JSX3 for reporting it.
6872

Sources/Breeze/Breeze.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function breeze_autoloader($class_name)
3737
class Breeze
3838
{
3939
public static $name = 'Breeze';
40-
public static $version = '1.0';
40+
public static $version = '1.0.9';
4141
public static $folder = '/Breeze/';
4242
public static $txtpattern = 'Breeze_';
4343
public static $permissions = array('deleteComments', 'deleteOwnComments', 'deleteProfileComments', 'deleteStatus', 'deleteOwnStatus', 'deleteProfileStatus', 'postStatus', 'postComments', 'canMention', 'beMentioned');

0 commit comments

Comments
 (0)