Releases: gdbots/ncr-bundle-php
Releases · gdbots/ncr-bundle-php
v0.3.15
- In symfony commands that accept a context, allow for base64 encoded version so context passed through docker entry points don't require eye switching escaping.
v0.3.14
- Speed up
ncr:reindex-nodes
command by allowing larger batch size and smaller batch delay.
v0.3.13
- Add
NcrExtension::derefNodes
and twig function ncr_deref_nodes
.
v0.3.12
- Add optional namespace argument to all NcrExtension twig methods and pass through to NcrPreloader.
v0.3.11
- Use
app_env
parameter if available instead of kernel.environment
.
v0.3.10
- Add
$andClear
argument to NcrExtension::getPreloaded[Published]Nodes(bool $andClear = true)
so twig functions ncr_get_preloaded_nodes
and ncr_get_preloaded_published_nodes
don't return the same preloaded nodes.
- Add
NcrExtension::isNodePublished
and twig function ncr_is_node_published
.
v0.3.9
- Update
gdbots_ncr.ncr_request_interceptor
service definition to provide cache.app
as first argument since gdbots/ncr
v0.3.11 adds caching for slug lookups.
v0.3.8
- Add twig functions in NcrExtension:
- ncr_preload_embedded_nodes
- ncr_to_node_ref
v0.3.7
- Actually return the preloaded nodes in the NcrExtension.
v0.3.6
- Fix invalid service config for
gdbots_ncr.twig.ncr_extension
.