Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download cer-7.x-3.0-alpha6.tar.gztar.gz 38.89 KB
MD5: acb11b46fd76613ae714e8f2217280d7
SHA-1: d4bc74fedc1e5337b825cd224abfb4f71e4ebe44
SHA-256: f276461b43fde790c35bab41605c911e610cc30b5278d3f8e6e7adcfc6b38095
Download cer-7.x-3.0-alpha6.zipzip 60.05 KB
MD5: 8285bcd66269232e89f5242cb913a6a1
SHA-1: 73e8347a24fee8e865fa3d9c8260d4cb8ad876c0
SHA-256: 62d891a666c8014b8cfa3e787d2a7cd6ff097a607551a4da9cf8b0ecd7cc9161

Release notes

Major changes have occurred in this version of CER.

REMEMBER: In order to register new classes with the autoloader, please clear your caches and tip your waiters before running update.php.

  • CER presets are now exportable, fieldable entities, and their configuration options are fields. All your existing presets will be converted by this update. The point of converting presets to entities is to streamline CER's code base, ease the port to Drupal 8, and leverage other modules' support for entities (i.e., Views, Rules, and other modules built on top of Entity API). This also makes presets compatible with PHP 5.2 (#2273251: Cannot save preset in php 5.2). You will need to re-export any CER presets you have exported in code using previous versions of CER!
  • Parts of CER's core code have been moved into a new bundled module called Field Object, which is automatically enabled by the update. This module provides a field type that can reference a field instance, and is used by presets to store the left and right fields.
  • Support for Hierarchical Select, as well as the dependency on it, has been completely dropped in favor of simple select lists. It may return at some point in the future, but for now it's very awkward to get it to work with Field Object. #2251117: Remove Hierarchical Select dependency or provide fallback to simple nested select
  • The CER Entity Settings add-on module has been completely rewritten in order to address various problems and the lack of forward compatibility. It now uses fields and has a hard dependency on Entity Reference. There is no upgrade path from the previous version, so you will lose all your saved entity settings. Unfortunately, an upgrade path will not be possible, due to the reformulation of presets as entities. This change should address #2281285: CER entity settings not preserved when working with Commerce products.
  • Online documentation is now included via the Advanced Help module.
  • #2244561: CerFieldHandler::log() throws EntityMetadataWrapperException if there's no "url" property
Created by: phenaproxima
Created on: 11 Aug 2014 at 01:43 UTC
Last updated: 13 Aug 2014 at 23:53 UTC
Bug fixes
New features

Other releases