Flarum Versions Save

Simple forum software for building great communities.

v0.1.0-beta.14

3 years ago

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)

v0.1.0-beta.13

3 years ago

Read the Flying Fox release announcement.

Changed

  • Prevent access to authorisation tokens saved by composer next to the composer.json file (adada64).

v0.1.0-beta.12

4 years ago

See the release announcement.

Changed

  • Consolidate site setup into shared file (#63).

v0.1.0-beta.11

4 years ago

v0.1.0-beta.10

4 years ago

v0.1.0-beta.9

4 years ago

v0.1.0-beta.8

5 years ago

See the release announcement.

Added

  • Add public directory
  • Add extend.php file
  • Add storage/locale and storage/sessions directories
  • Add .nginx.conf file

Changed

  • Update for beta 8

Removed

  • Remove admin.php and api.php

v0.1.0-beta.7

6 years ago

Fixed

  • Fix workaround for HTTPoxy vulnerability.
  • Deny access to composer files and git directories in Apache config. (@Luceos)
  • Fixes for Vaprobash environment. (@Strobotti)

v0.1.0-beta.6

7 years ago

Changed

  • Update to Studio 0.11.

Security

v0.1.0-beta.5

8 years ago

Changed

  • Use new extension package names (with flarum-ext- prefix).
  • Update to Vaprobash 1.4.2.
  • Use sensible version constraint for Studio.

Removed

  • extensions directory and dependency on flarum/composer-installer. Extensions are now installed into the vendor directory like other Composer packages.
  • Unused build.sh script.