Install

To start a new Drupal project with version 8.1.0:

To update your site and all dependencies to the latest version of Drupal:

To update your site to this specific release:
Pinning to a specific release may make it more challenging to update your site in future, see composer documentation for managing pinned versions

Using Composer to manage Drupal site dependencies

Downloads

Download drupal-8.1.0.tar.gztar.gz 11.94 MB
MD5: a6bf3c366ba9ee5e0af3f2a80e274240
SHA-1: 74386c146b878064bf159eb1ff48ca15d5cae494
SHA-256: 83b4b6d7adc7b0aaccc4f8fe7688dee0a773eaa95668b2aad8352a1a6eff3e55
Download drupal-8.1.0.zipzip 19.48 MB
MD5: d471579bb23cb544e901bd5b83b158c1
SHA-1: 9edf33f759f748d8c6ff6c1969a6313f9bec378d
SHA-256: 274a83028ee8b33b38ad499668c0a9a4aa0d25551242bca76cd5d2143b4bdf7e

Release notes

This is a minor version (feature release) of Drupal 8 and is ready for use on production sites. See the CHANGELOG.txt for a summary of changes and improvements since the last minor release. Learn more about Drupal 8 and the Drupal 8 release cycle.

This minor release provides new improvements and functionality without breaking backward compatibility (BC) for public APIs. Note that there may be changes in internal APIs and experimental modules that require updates to contributed and custom modules and themes per Drupal core's backwards compatibility and experimental module policies. Note that both policies have been updated for the 8.1.x release.

Note that 8.1.0 is the first stable release to use Composer for packaging its third-party dependencies. If your site is installed from a Drupal git repository, you must now run composer install to create the third-party vendor directory. There is no change for sites installed from packaged releases (from Drupal.org tar or zip archives, normal Drush installation, etc.). See the change record on the Composer change for more detail.

New stable features

The following new stable features have been added to Drupal 8.1.0:

API and developer improvements

Drupal 8.1.0 includes numerous improvements for the entity system. Modules requiring Drupal 8.1.0 or later can take advantage of these backwards-compatible API improvements:

Other API and developer improvements in 8.1.0:

See the Drupal core change records for additional information on API changes. Translators should take note of a handful of minor string changes since the last release.

Experimental modules

The following modules are considered experimental for this release. Experimental modules are provided with Drupal core for testing purposes, but are not yet fully supported.

Migrate, Migrate Drupal, and Migrate Drupal UI (alpha stability)
This release now provides an alpha-stability user interface for Drupal core migrations! Use these modules to migrate Drupal 6 or 7 sites onto Drupal 8. See the user guide on migrating from Drupal 6 or 7 to Drupal 8 for more information.
Always back up your data before performing a migration, and be sure to take note of the outstanding issues below:
  • The Drupal 6 to Drupal 8 migration should be considered alpha stability, but may be suitable for upgrading many existing Drupal 6 sites with careful testing.
  • The Drupal 7 to Drupal 8 migration is incomplete, but is suitable for developers who would like to help improve the migration, and can be used to test upgrades especially for simple Drupal 7 sites.
  • Issues tagged Migrate critical are blockers for these modules being considered stable. In particular, the user interface does not yet support incremental migrations.
  • Drush support is still only available in the Migrate Upgrade contributed module, but the core UI now replaces the contributed module UI, and using the contributed module together with core may have unexpected results until it is updated.
  • Note that the module for the user interface has been renamed to "Migrate Drupal UI" since RC1. You will need to enable all three modules to perform a migration.
  • BigPipe (alpha stability)
    Provides an advanced implementation of Facebook's BigPipe page rendering strategy, leading to greatly improved perceived performance for pages with dynamic, personalized, or uncacheable content. See the BigPipe handbook page.

    If you previously installed the BigPipe contributed module, you must uninstall and remove it before upgrading from Drupal 8.0.x to 8.1.x.

    Inline Form Errors (alpha stability)
    This provides a proof-of-concept for showing form errors inline. It has not changed significantly from 8.0.0. Be aware that this module has outstanding issues, some of which are significant.

    Third-party library updates

    Changed coding standards

    Drupal 8.1.0 has adopted the following coding standards changes:

    Important bug fixes

    The following important issues are resolved in 8.1.0 (in addition to the dozens of other fixes listed at the end of this post):

    Known issues

    There are no known regressions in this release.

    The following issues may affect people running Drupal 8.1.0 on specific hosting environments:

    • There is not yet per-commit testing for MySQL 5.7.9 or MariaDB 10.1.8 (both released October 2015), but there are no known issues with them. We intend to add per-commit testing on one of these databases in the future.
    • Particular Apache configurations may have issues with serving public file assets. Issue: #2619250: Disabling -MultiViews in .htaccess can cause 500 errors

    Search the issue queue for all known issues.

    All changes since 8.1.0-rc1

    • #2709569 by xjm, effulgentsia, dawehner: CHANGELOG.txt additions for 8.1.0
    • #2701541 by xjm, yoroy, catch, mikeryan, Gábor Hojtsy: Rename Drupal Upgrade UI to Migrate Drupal UI
    • #2707109 by alexpott, jhodgdon: Help block should not be displayed when hook_help() implementations return an empty string
    • #2644088 by amateescu, kevin.dutra, dawehner, plach: DefaultTableMapping::getFieldTableName does not report table for fields with dedicated storage
    • #2706447 by Eli-T, jhodgdon: core/composer.txt may no longer be required
    • #2706669 by alexpott, tstoeckler: Fix Drupal.Functions.FunctionDeclaration.* coding standards in core
    • #2707467 by alexpott: Improve run-tests.sh phpunit error reporting when something goes wrong
    • #2698587 by thpoul: Update CKEditor library to 4.5.8
    • #2707095 by rbp, xjm: Add back serial comma in README.txt
    • #2700661 by anoopjohn: Ensure core compliance to Drupal.Commenting.FunctionComment.ParamCommentIndentation (part 1).
    • #2704821 by alexpott: url_alias table should be created by system install
    • #2706113 by alexpott: Disable Drupal\Tests\Listeners\HtmlOutputPrinter by default because PHPStorm is broken
    • #2706679 by alexpott, jibran: Fix @file introduced by 2696669
    • #2701969 by Eli-T: core/composer.txt is out of date
    • #2704911 by malcomio, thhafner: Missing apostrophe in documentation Usage Example array
    • #2702677 by pfrenssen, chrko: Update to Symfony 2.8.4
    • #2469721 by larowlan, alexpott, dawehner, jibran: Add functionality to store browser output to BrowserTestBase
    • #2589967 by alexpott, dawehner, damiankloip, valthebald: Rebuild routes immediately when modules are installed
    • #2337283 by hussainweb, Mile23, alexpott, aleksip, dawehner, heykarthikwithu, naveenvalecha, xjm, Crell, davidwbarratt, Fabianx, jhedstrom, tim.plunkett, larowlan, tstoeckler: Add a composer.json file to every component
    • #2699637 by leolando.tan, jhodgdon, jummonk: Incorrect and unclear documentation on Views join handler plugins (default is LEFT JOIN)
    • #2702537 by ifrik, Wim Leers: Update the BigPipe module description to be in line with the Help text standard
    • #2701779 by ifrik, pguillard, saurabhsirdixit, catch: Edit Drupal Upgrade UI module description on Extend page
    • #2703339 by alexpott: Many files have the wrong file permissions of 755 and not 664
    • #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits
    • #2688535 by amateescu, alexpott, xjm, cilefen, olegiv: User deletion - unexpected nodes deletion in batch mode
    • #2696669 by mbovan, Berdir, sanja_m: Incomplete/broken access checking in EntityController::addPage()
    • #2696557 by Wim Leers, danmuzyka: 404 error for CKEditor config.js file when using text format without buttons from \Drupal\ckeditor\Plugin\CKEditorPlugin\Internal
    • #2700491 by er.pushpinderrana, jhodgdon: getFieldMap() should state that bundle array has matching keys and values
    • #2678568 by Wim Leers: Ensure good UX & DX even when A) rendering of placeholder fails, B) some response event subscriber fails
    • #2700475 by cilefen: Fix coding standards regressions
    • #2686407 by andypost, aerozeppelin, darrick, mpdonadio: Datetime type should be disabled on storage setting form if field has data
    • #2700367 by alexpott: Consolidate miscellaneous docs from class @file docblocks into the class docblocks (part2)
    • #2676836 by xjm, alexpott: Update proxy class generator for new @file standard
    • #2469713 by dawehner, pfrenssen, alexpott, elachlan, Mixologic, larowlan, hussainweb, benjy, jibran, Wim Leers, isntall: Step 2: Create a JavaScriptTestBase using PhantomJs Driver/Binary
    • #2701027 by Gábor Hojtsy, Sharique, jhodgdon: Drupal 8 UPGRADE.txt is misleading in many ways (in its name to begin with)
    • Back to dev.

    What’s next?

    1. Learn how to install Drupal
    2. Learn how to update Drupal
    3. Extend Drupal to do more
    4. Get training
    5. Check out what others built
    Created by: catch
    Created on: 20 Apr 2016 at 01:43 UTC
    Last updated: 12 Mar 2018 at 21:20 UTC
    Bug fixes
    New features
    Insecure

    Other releases