Releases: backdrop-contrib/entity_plus
Releases · backdrop-contrib/entity_plus
1.x-1.0.21
What's Changed
- Issue #173. Move the "comment" node property info to comment.info.inc by @argiepiano in #174
Full Changelog: 1.x-1.0.20...1.x-1.0.21
1.x-1.0.20
What's Changed
- Issue #164. Modify vocab test to account for core changes by @argiepiano in #165
- Issue #171. Make the vocabulary property required by @argiepiano in #172
- Issue #162. Define property propertyInfo by @argiepiano in #163
Full Changelog: 1.x-1.0.19...1.x-1.0.20
1.x-1.0.19
What's Changed
- Issue #155 handle if item/index does not exist by @herbdool in #156
- Issue #159. Allow dynamic properties for metadata wrappers classes by @argiepiano in #160
Full Changelog: 1.x-1.0.18...1.x-1.0.19
1.x-1.0.18
What's Changed
- Issue #149. Add property info for node's
comment
property by @argiepiano in #150 - Issue #146. Restore entity_plus_entity_property_info_alter() by @argiepiano in #147
- Issue #136. Define
type
property metadata for file entities by @argiepiano in #137 - Issue #67. Bring back i18n functionality by @argiepiano in #148
- Restore language and language_content site properties by @argiepiano in #145
- Issue #110. Change schema field to langcode for language property by @argiepiano in #138
- Issue #44: Replace entity_plus_type with entity_type. by @laryn in #151
- Issue #152. Include all css classes in both arrays by @argiepiano in #154
- Issue #142. Fix mention of entity_plus_property_verbatim_set by @argiepiano in #153
Full Changelog: 1.x-1.0.17...1.x-1.0.18
1.x-1.0.17
This is a bug fix that addresses a bug in the way user roles are set using Entity Metadata Wrapper.
What's Changed
- Issue #134. Set user roles correctly. by @argiepiano in #135
Full Changelog: 1.x-1.0.16...1.x-1.0.17
1.x-1.0.16
What's Changed
- Issue #129. Check if label_display is set by @argiepiano in #130
- Issue #127: Address deprecation notices in PHP 8.1 by @argiepiano in #128
- Issue #132. Document additional hooks by @argiepiano in #133
Full Changelog: 1.x-1.0.15...1.x-1.0.16.
1.x-1.0.15
What's Changed
- Issue #125. Remove original in vocabulary test for comparison by @argiepiano in #126
- Issue #123: Restructure GHA, prevent telemetry data by @laryn in #124
- Issue #111. Adds full wrapper support for vocabularies by @argiepiano in #112
- Issue #113. Use
user_save
for user entity's save callback by @argiepiano in #114 - Issue #117. Include typehinting in buildContent by @argiepiano in #118
- Issue #121. Add entity_plus_export and entity_plus_import by @argiepiano in #122
- Issue 119: Implement hook_modules_enabled() by @VasasA in #120
New Contributors
Full Changelog: 1.x-1.0.14...1.x-1.0.15
1.x-1.0.15-pre
What's Changed
- Issue #111. Adds full wrapper support for vocabularies by @argiepiano in #112
- Issue #113. Use
user_save
for user entity's save callback by @argiepiano in #114 - Issue #117. Include typehinting in buildContent by @argiepiano in #118
- Issue #121. Add entity_plus_export and entity_plus_import by @argiepiano in #122
- Issue 119: Implement hook_modules_enabled() by @VasasA in #120
New Contributors
Full Changelog: 1.x-1.0.14...1.x-1.0.15-pre
1.x-1.0.14
What's Changed
- Added function entity_plus_type_is_fieldable by @argiepiano in #69
- Added entity_plus.api.php for documentation by @argiepiano in #75
- Added entity_plus_language() and fixed callback.inc by @argiepiano in #76
- Issue #73: Get tests passing. by @laryn in #74
- Use entity_type rather than entity_plus_type in EFQ entityCondition by @argiepiano in #83
- Provide machine names for roles rather than (inexistent) role IDs by @argiepiano in #85
- Fixes option list test that failed because of user roles by @argiepiano in #89
- Fixes entity_plus_language to return the correct entity language by @argiepiano in #91
- Replaced variable_get instances by @argiepiano in #87
- Define roles as list by @argiepiano in #93
- Change
language
tolangcode
in test by @argiepiano in #95 - Clean up vocabulary and term wrapper by @argiepiano in #97
- Add metadata wrapper support for link fields (see #80) by @argiepiano in #81
- Added date metadata code from entity_token by @argiepiano in #78
- modify coding-standards to ignore views file by @argiepiano in #100
- 1.x issue 98 coding standards by @argiepiano in #104
- Issue #65: adjust metadata file access callback by @argiepiano in #105
- Issue #106. Add t() in EntityMalformedException arg by @argiepiano in #107
- Issue #102: Include function to provide metadata wrapper for site by @argiepiano in #103
- Issue #108. Provide default values for url() by @argiepiano in #109
Full Changelog: 1.x-1.0.13...1.x-1.0.14
1.x-1.0.13
Special thanks to @argiepiano and @jayelless for the fixes in this release.
Changes since 1.x-1.0.12:
- #14 - Added property_type for email field
- #49 - Add entity property theming
- #55 - Use entity_load instead of entity_load_single
- #57 - Fix call to undefined views_ui_build_form_url
- #59 - Fix misspelled file name - replace boolian with boolean.
- #60 - Delete duplicate class specification entries in hook_autoload_info