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.
This release introduces stricter, permission-aware behavior when loading referenced entities:
- Entities (e.g., paragraphs) are no longer loaded if they are unpublished, **unless the user has the corresponding `view unpublished [entity]` permission.**
- This improves security and display consistency in contexts where unpublished entities may be linked.
This change is intended to prevent unpublished entities from being accidentally exposed to unauthorized users.
First release which does something:
1. You can import Bibles.
2. You can read them.
3. You can enable a filter which will replace references like "Genesis 1:1" with a popup to see the verse.
Perhaps more work, but this was all that was really tested so far.
PS: the 3.0.0 release was inadvertently made against an old branch.
First release which does something:
1. You can import Bibles.
2. You can read them.
3. You can enable a filter which will replace references like "Genesis 1:1" with a popup to see the verse.
Perhaps more work, but this was all that was really tested so far.