Releases: MissAllSunday/Breeze
Releases · MissAllSunday/Breeze
Version 2.0.0 Alpha
Basic code base for decoupling back and front end
For testing purposes only.
Breeze 1.0.15
- Make sure breezeTrackViews() returns an array.
Breeze 1.0.14
- Adds support for PHP 7
Breeze 1.0.13
1.0.13 March 17, 2018
- Add admin setting for the general wall
- Prevent loading status and activity from users on your ignored list.
Breeze 1.0.12
For SMF 2.0.x
Requires PHP 5.3 or greater
1.0.12 May 5, 2017
- Concatenation on $txt strings
- Add a "live from the support site" atom box
- Use caret and atwho min versions on single status page
- Update atwho.js
Breeze 1.0.11
For SMF 2.0.x
Requires PHP 5.3 or greater
1.0.11 April 15, 2017
- Add Turkish and Portuguese_Brazilian translations
- Normalize and schemaless the support url
- Remove the "live from the support site" rss box
Breeze 1.0.10
- Update atwho and caret, use min versions.
- Add support for Ohara youtube mod.
- Remove purify call on submitted content to prevent double encoding.
Breeze 1.0.9
- Fix a missing semicolon preventing users from using the mentions feature on their walls.
- Replace $this->_smcFunc with global $smcFunc.
Breeze 1.0.8
- Fix a security issue allowing users to post status and messages as another user. Thanks to JSX3 for reporting it.
Breeze 1.0.7
This release adds a new security layer by implementing the DOMPurify library to both comments and status messages.
It also fixes a wrong version on package-info.xml as well as adding the current version to the version tag on all files.