Skip to content

Releases: gdbots/ncr-bundle-php

v0.3.15

07 Jun 01:41
Compare
Choose a tag to compare
  • 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

25 Mar 06:21
Compare
Choose a tag to compare
  • Speed up ncr:reindex-nodes command by allowing larger batch size and smaller batch delay.

v0.3.13

26 Feb 06:58
Compare
Choose a tag to compare
  • Add NcrExtension::derefNodes and twig function ncr_deref_nodes.

v0.3.12

17 Feb 21:47
Compare
Choose a tag to compare
  • Add optional namespace argument to all NcrExtension twig methods and pass through to NcrPreloader.

v0.3.11

10 Feb 05:42
Compare
Choose a tag to compare
  • Use app_env parameter if available instead of kernel.environment.

v0.3.10

07 Feb 18:15
Compare
Choose a tag to compare
  • 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

05 Feb 20:05
Compare
Choose a tag to compare
  • 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

21 Jan 21:20
Compare
Choose a tag to compare
  • Add twig functions in NcrExtension:
    • ncr_preload_embedded_nodes
    • ncr_to_node_ref

v0.3.7

21 Jan 01:56
Compare
Choose a tag to compare
  • Actually return the preloaded nodes in the NcrExtension.

v0.3.6

21 Jan 01:43
Compare
Choose a tag to compare
  • Fix invalid service config for gdbots_ncr.twig.ncr_extension.