11.0.0-B1
Pre-release
Pre-release
UNA v.11.0.0-B1 (upgradable)
New apps:
System enhancements:
- PHP 7.4 compatibility #2553
- Macros - special constructions to insert dynamic content into regular text #2462
- Search in pages blocks #2579
- Possibility to switch to any user profile and back #2517
- Automatic "More" menu #2556
- URLs rewrite engine #2498
- Tree browsing by Labels #2460
- Multi-categories with user categories #2314
- Reactions improvements #2480 #2239
- Push notifications improvements #2452
- Admin/moderator can now see when particular member level expires #2446
- Ability to hide extended options in visibility/privacy fields #2434
- Password field showable switcher #2150
- Notification for author when post is published in case of delayed video transcoding #2148
- Comments: "in reply to" link is now more informative #2393
- Comments: search by account's email in manage comments grids #2428
- Comments: ability to edit images in comment edit form #2472
- Comments: cover for comment page #2469
- Profile based modules: add new privacy field "Who can contact me" #2252
- Profile based modules: "Active Profiles" block w/o scrollers #2416
- Group based modules: make member to follow the group automatically upon joining #1649
- Ability to mark the field "Location" as mandatory #2477
- Setting for "Remember Me" time interval #2476
- Show then scroll down to partially hide cover #2568
- New default layout for homepage #2492
- "og:image" meta-tag was added in profile based modules and on homepage #2402
- Bot profile for some system features #2424
- It now allowed to leave empty System Title fields in Pages, Menus and Forms builders #2522
- "Who can post to my profile" profile privacy is now for "Friends" by default #2539
- Comments: display standard message when comments aren't allowed #2523
- Default covers are in SVG format now #2521
- "Add to homepage widget" for mobiles was removed and replaced with standard dialog for iOS devices #2506
- More descriptive error message when ACL action is limited by time #2397
- New formula for top/popular content block in different modules #2410
- Internal enhancements #2589 #2564 #2560 #2526 #2519 #2514 #2513 #2494 #2457 #2432 #2427 #2421 #2414 #2369 #2296
Modules enhancements:
- Timeline: cards design update #2430
- Timeline: optimisations for Feeds and Sharing logic #2401 #2262 #2261 #2260
- Timeline: new layout for attachments #2257
- Timeline: drag&drop uploader #1710
- Notifications: optimizations #2599 #2552 #2495 #2392
- Notifications: notifications menu was moved to toolbar by default #2550
- Timeline: post form loading improvement #2592
- Timeline: blocks and tabs reorganization #2591
- Posts: attached polls improvements #2322
- Forums: partaken tab #2136
- Inviter: track who invited whom #2381
- Events: calendar block in group based modules #2380
- Groups: invite functionality improvement #2379
- Payments: Chargebee integration was updated #2573
- Payments: Use definite dates in orders, subscriptions, licenses, etc info #2548
- Market: new design for download page #2530
- Polls: allow voting by guests #2377
- Accounts: allow admins to mark account as confirmed #2499
- Shopify: updated integration #2436
- Froala: new settings for different set of buttons in toolbar for mobile view #2505
- Froala: update to the latest version #2540
- Albums: "crop uploader" is disabled by default #2490
- Photos: posting photos with empty titles now has empty title instead of assigning file name as title #2329
- Photos: EXIF info block #2280
- Russian: translation improvements #2341
- Developer: ability to change menu with empty set #2422
- Developer: ability to specify "Check For" and "Error message" for all fields in Forms Builder #2326
- Lucid: improvements #2403
100+ bugfixes
IMPORTANT NOTES:
- Apply Payments and Polls updates first for smooth update procedure
- Audit break join process, so it's better to leave it disabled until next update
- Due to a bug in update system, during system update, sometimes you could be asked to update modules first in this case you need to try again
- Due to the same bug, during modules updates, sometimes modules updates couldn't be shown in this case please reload page until updates are shown
.htaccessfile is overwritten in this update, so if you have any custom changes in it, you need to re-apply it- If you are using Nginx web-server add the following rewrite rule:
if (!-e $request_filename ) {
rewrite ^/your-path-to-una/(.+)$ /your-path-to-una/r.php?_q=$1 last;
break;
}
just after:
rewrite "^/your-path-to-una/s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+)" /your-path-to-una/storage.php?o=$1&f=$2 last;
replace your-path-to-una with your own path to UNA folder.