Skip to content

9.0.0-B4

Pre-release
Pre-release

Choose a tag to compare

@AlexTr AlexTr released this 13 Feb 06:17

UNA v.9.0.0-B4 & v.9.0.0-B5 (beta 4-5)
Almost production ready, upgradable

Significant changes:

  • Polls module
  • Files module
  • Stripe Connect module
  • Social Engine migration module
  • Mark as featured functionality
  • Protean mixes now supports more styles
  • Email notification for friend request
  • Allow to change default storage engine
  • Views engine improvements: counter and list of viewers
  • Events: reminders
  • Events: timeline post and browsing unit layout was updates
  • Events: new categories (old content is assigned to Other category)
  • Events/Groups: allow to invite participants after creation
  • Albums/Posts: more paginate parameters
  • Timeline: another representation
  • Timeline: ability to post to site timeline
  • Timeline: embed.ly integration for posted links
  • Timeline: RSS feed
  • Timeline: share functionality
  • Notifications: repost notification
  • Forums: search improvements
  • Protean: new system mix
  • Posts: new view for snippets and cards layout
  • Payments: allow to manage currencies and other improvements
  • Payments: trial mode for Stripe
  • Accounts manager: ability to reset password, edit email and subscription preferences.
  • OAuth2: editing Name & URI for key&secret
  • Studio: link to homepage was added to all Studio pages
  • Bugfixes

To make all new functions to work properly, add the following line into inc/header.inc.php:

define('BX_SYSTEM_JAVA', '/path/to/java'); ///< path to java binary

before the following line:

define('BX_SYSTEM_FFMPEG', '/path/to/plugins/ffmpeg/ffmpeg.exe'); ///< path to ffmpeg binary

Replace /path/to/java to the real path to java binary.