Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download multiversion-8.x-1.0-beta1.tar.gztar.gz 66.64 KB
MD5: 60294d17a65496989d289cf54a4a5036
SHA-1: 27eb4943af4204bde3f248d57c782814536bfff6
SHA-256: 80366622f2be8e1364788be6cdd3b80c421df2d34ff18aa84755ef9a985e356a
Download multiversion-8.x-1.0-beta1.zipzip 126.47 KB
MD5: 0aed9666eb418da3a95724a46cf0b694
SHA-1: 7f7689921b4b921c9097c989ebe08bbf851a0c3c
SHA-256: 4cc4427d5c7b8f77760ce83b14a9ffcce0ee1629c748583308f5ab4319d8f08e

Release notes

- Multiversion is opt-in now
- Multiversion provides now two Drush commands to disable and enable entity types (to make them multiversionable/non-multiversionable):

  • drush enable-entity-type my_et1 my_et2 OR drush met my_et1 my_et2
  • drush disable-entity-type my_et1 my_et2 OR drush mdt my_et1 my_et2

- Information about enabled/disabled entity types has been moved to configuration
- Enabled shortcut entity type by default
- Remove custom storage schema handler classes
- Bug fixes

Created by: jeqq
Created on: 30 Mar 2017 at 10:25 UTC
Last updated: 6 Sep 2017 at 07:44 UTC
Bug fixes
New features

Other releases