Releases: backdrop-contrib/flag
Releases · backdrop-contrib/flag
1.x-3.6.0
What's Changed
- Issue #4: Update Flag to use config. by @quicksketch in #38
- Issue #4: ensure flag config and sample views handled properly by @herbdool in #48
Full Changelog: 1.x-1.1.1...1.x-3.6.0
The version jump to 3.6 signals that this port is equivalent to 7.x-3.6 as well as being a significant change of converting flags to use config.
1.x-1.1.1
What's Changed
- Issue #42. Fix php 8.1 incompatibility and exclude flag-defined actions from custom action creation by @argiepiano in #45
- Issue #40: Use entity_load_multiple instead of entity_load. by @laryn in #41
- Update README.md by @jromine in #37
- Issue #39. Create default views. by @argiepiano in #43
- Issue #46: clean up info by @herbdool in #47
New Contributors
- @argiepiano made their first contribution in #45
Full Changelog: 1.x-1.1.0...1.x-1.1.1
1.x-1.1.0
Fixes:
- Issue #27 add FlagCookieStorage to autoloader
- Issue #18 get tokens working
- Issue #29 remove references to Drupal (as much as possible) and updated where token now in core.
- Moved sub-modules to own directory
- Issue #26 remove session_api_available call.
- Issue #34 get entity type from the token type for tokens.
- Fix flag_bookmark with more realistic possible content types b1d852e.