9.0.0-B3
Pre-release
Pre-release
UNA v.9.0.0-B3 (beta 3)
Almost production ready, upgradable
- New license - MIT
- New modules icons
- Favourites engine
- Shopping cart improvements
- Subscriptions/billing management
- Security improvements
- PHP7 compatibility fixes
- Page cover improvements (cover area height & cropper)
- Custom email header & footer
- New date field for storing dates earlier than 1970
- Conversation module improvements (add/remove participants, permission to edit main post)
- Forum notifications remake
- Invitation module improvements (show messages when invitation link is already used)
- Some email templates were changed
- Bugfixes
Some rewrite rules were changed, for Apache it should be updated automatically, for Nginx change the following line:
rewrite "^/path-to-una/storage/([a-zA-Z0-9]+)/([a-zA-Z0-9\.]+)" /path-to-una/storage.php?o=$1&f=$2 last;
to:
rewrite "^/path-to-una/s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+)" /path-to-una/storage.php?o=$1&f=$2 last;