Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
changes since ALPHA2:
* fixed fugly variable names in loading function
* fixed warning with PHP 5.3
* improved profile2 API docs based on the entity API documentation templates
* #1008810 updated Profile2 to be compatible with the latest entity API.
* fixed .info files
* #1008346 fixed uninstalling of profile2_pages if profile2 module is disabled.
* removed unnecessary dash replacement logic
API changes since BETA5:
* Exportable entities have been overhauled, so that all entities are stored in the database. Modules providing an exportable entity type need to be updated. See #1008810-8: Store all exportables in the db-
* Entity metadata wrappers: The value() method now doesn't throw an exception for not set properties any more, but returns NULL - see #708268.
Complete list of changes since BETA5:
* #1006664 fixed call to undefined function errors occurring without the entity metadata module
* #1007542 removed the empty .info file for the upgrade, as it causes troubles with the update-manager
* #708268 some metadata wrapper improvements, in particular fixed property updates to be properly reflected in parent data structures. API change: value() now doesn't throw an exception for not set properties any more, but returns NULL.
* #708268 added image and file field support, including tests.
* #708268 improved property info for text fields to also support summaries and added tests.
* #1010144 patch by drunken monkey: fixed information for anonymous authors
* #1013240 patch by aspilicious: Remove unnecessary files[] declarations from .info file
* #1008810 overhauled exportable entities so that all entities are stored in the database. Upgrade for modules making use of exportable entities is required, see #1008810-8.