Skip to content

Commit 6d56813

Browse files
committed
Add a proper verison log in readme
Signed-off-by: Suki <suki@missallsunday.com>
1 parent 6e92abb commit 6d56813

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

README.txt

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,50 @@ 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-
67-
[b]1.0[/b] - Windmill
66+
1.0.8 Jun 29, 2015
67+
- Fix a security issue allowing users to post status and messages as another user. Thanks to JSX3 for reporting it.
68+
69+
1.0.7 Oct 22, 2014
70+
This release adds a new security layer by implementing the DOMPurify library to both comments and status messages.
71+
72+
It also fixes a wrong version on package-info.xml as well as adding the current version to the version tag on all files.
73+
74+
1.0.6 Jul 3, 2014
75+
- This release fixes a bug introduced in the 1.0.5 version which prevented users from saving their options, it also improves the security fix introduced in the 1.0.5 release.
76+
77+
1.0.5 May 30, 2014
78+
- !Make BreezeData::sanitize() a recursive functions for handling arrays.
79+
80+
1.0.4 May 4, 2014
81+
- Fixed checking a wrong variable on BreezeQuery:getCount() which prevented to get the real count.
82+
- Convert to an array of integers the passed value on BreezeQuery:getCount() to prevent weird servers to give errors.
83+
- The load more feature on the general wall wasn't working because userID wasn't defined.
84+
- On the createTopic log and any other log, use the username instead of the real name.
85+
86+
1.0.3 Apr 12, 2014
87+
- Add BreezeQuery::getStatus() to allow users to get status data directly from the DB
88+
- Fixed silly bugs with error strings
89+
- BreezeQuery::getCount() now work with arrays, each element gets casted as integer before passing the array to avoid errors. It also removes the need to pass sql code, it now needs the column name only.
90+
91+
1.0.2 Mar 23, 2014
92+
- Fixes an issue where users will get notified about new topics on boards they cannot see. Thanks to br360 for the report.
93+
- Add support for accounts that were deleted but still has activity recorded.
94+
- Css files were merged and minified, thanks to Antes
95+
- Other small fixes/improvements.
96+
97+
1.0.1 Mar 2, 2014
98+
- Notifications were pretty broken and with unfinished code.
99+
- Changed the value column in breeze_options to a text field
100+
- Weird css on breeze.css was interfering with the forum's style.
101+
- Missed a text string for permissions and fixed a logic issue as well, users weren't able to post new comments even though they have the appropriated permissions to do so.
102+
- New status were appended to a non-existent div.
103+
- Disabling the wall didn't hide the button on the profile menu.
104+
- Support feed url uses a scheme-less url for servers using https
105+
- Typos and corrections on language strings.
106+
- Fixed a logic issue when posting a new comment, the code wrongly assumed the poster and the profile owner were the same person.
107+
- Added a new notification for the profile owner when someone made a comment on any status on their own wall.
108+
109+
1.0 - Windmill
68110
Initial release
69111

70112
[/code]

0 commit comments

Comments
 (0)