Download: b2evolution-6.7.2-stable-2016-05-15.zip

Downloading: b2evolution-6.7.2-stable-2016-05-15.zip 6.7.2-stable

Also available on GitHub.

Installation

Our easy Installation Guide will provide step by step instructions to get you started with b2evolution.

Upgrade

All the upgrade options are outlined here: Upgrading an existing installation.

IMPORTANT

  • Version 6.7.x requires an .htaccess file with additional rewrite rules compared to version 6.6.x. If you upgrade, make sure you properly deploy the included sample.htaccess file. Otherwise the REST API will not work.

Changes

In addition to features of 6.7.1-beta:

  • Front-office:
    • Enhanced several widgets with a "Layout" setting which allows better flexibility for Responsive Design.
    • New "Featured Posts" widget (ideal for front pages; uses RWD layout by default).
    • Setting to enable/disable displaying of featured posts above post list.
    • Enhanced rendering of Prism & Code Hightlight plugins.
    • Cleaned up forums skin and correctly show the date of the last reply to a thread depending on the post statuses the user is allowed to see.
  • Back-office:
    • Per-user favorite collections. Each user can choose which collections will appear in the back-office navigation.
    • Per-collection plugging settings are now better organized. All types of plugins can now have per-Collection settings, not just Renderer plugins.
    • Enhanced back-office UI.
    • New Post Type for "Terms & Conditions" + demo content.
    • Enhanced permission handling for file root access.
    • Allow admins to access all file roots by entering a user or collection name.
  • Email sending:
    • Email campaigns / newsletters can now be sent out with a scheduled job
    • Enhanced notification emails about new users.
    • Stopped sending private message notifications to users that cannot access a place to read them.
  • Technical:
    • PHP 7 compatibility
    • Extended AJAX API
    • Enhanced GeoIP plugin.
    • Skins can now have version numbers that are displayed in the back-office in order to easily check which one is installed.
    • Renamed config var $test_install_all_features to $allow_install_test_features to clarify its purpose: if set to true an checkbox in the install process will be displayed. If checked, more test contents and test configs will be activated than during a standard install.
    • Added new php_flag to sample.htaccess to avoid PHP error about populating $HTTP_RAW_POST_DATA.
  • Bug fixes.