Skip to content

1.3.0

Compare
Choose a tag to compare
@ddeboer ddeboer released this 13 Feb 12:25
· 648 commits to 3.x since this release
  • Added TagHandler.
  • It is no longer possible to change the event dispatcher of the
    CacheInvalidator once its instantiated. If you need a custom dispatcher, set
    it right after creating the invalidator instance.
  • Deprecated CacheInvalidator::addSubscriber in favor of either using the event
    dispatcher instance you inject or doing getEventDispatcher()->addSubscriber($subscriber).