From c1384fe328ff9f964a02b51f963507fd1dc3809f Mon Sep 17 00:00:00 2001 From: Suki Date: Thu, 29 Oct 2015 16:33:32 -0600 Subject: [PATCH] Update the current version var and the readme file Signed-off-by: Suki --- README.txt | 4 ++++ Sources/Breeze/Breeze.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 2e497c45..fd760eae 100644 --- a/README.txt +++ b/README.txt @@ -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. diff --git a/Sources/Breeze/Breeze.php b/Sources/Breeze/Breeze.php index f319e142..1e6f99a6 100644 --- a/Sources/Breeze/Breeze.php +++ b/Sources/Breeze/Breeze.php @@ -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');