mirror of https://github.com/flarum/flarum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
# Changelog
|
|
|
|
## [0.1.0-beta.14](https://github.com/flarum/flarum/compare/v0.1.0-beta.13...v0.1.0-beta.14)
|
|
|
|
### Added
|
|
- Nginx rules to prevent access to sensitive files (#65)
|
|
- IIS configuration added (#66)
|
|
|
|
### Changed
|
|
- Minimum PHP requirement is now 7.2+
|
|
|
|
### Fixed
|
|
- Logo path in readme didn't resolve correctly (#68)
|
|
|
|
### Removed
|
|
- Social auth drivers removed (#67)
|
|
|
|
## [0.1.0-beta.13](https://github.com/flarum/flarum/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
|
|
|
### Changed
|
|
- Prevent access to authorisation tokens saved by composer next to the composer.json file ([adada64](https://github.com/flarum/flarum/commit/adada6456f210ea5c94a805a39d88fa613a9e4a2)).
|
|
|
|
## [0.1.0-beta.12](https://github.com/flarum/flarum/compare/v0.1.0-beta.8.1...v0.1.0-beta.12)
|
|
|
|
### Changed
|
|
- Consolidate site setup into shared file (#63).
|
|
|
|
## [0.1.0-beta.8.1](https://github.com/flarum/flarum/compare/v0.1.0-beta.8...v0.1.0-beta.8.1)
|
|
|
|
### Fixed
|
|
- Prevent caching of JSON:API responses ([e2544a2](https://github.com/flarum/flarum/commit/e2544a2a223b8ab2fb9efe00036b755b6e2cd7e7))
|