Skip to content

Releases: netgen/TagsBundle

2.0

16 Jul 09:42
Compare
Choose a tag to compare
2.0

Netgen Tags Bundle 2.0

Changelog

  • Support multilanguage tags!
  • Use Symfony router and generator to match and generate tag view URLs
  • Path to tag view page changed from /tag/{tagUrl} to /tags/view/{tagUrl} to be compatible with legacy
  • You can now use a container parameter to change the path prefix used to generate tag URLs
  • You can now use a container parameter to select which template will /tags/view controller use
  • Various bug fixes and optimizations

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 2.0 installed and configured

1.2.3

16 Jul 09:30
Compare
Choose a tag to compare

Netgen Tags Bundle 1.2.3

Changelog

  • Require ezsystems/eztags-ls 1.x

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 1.4 installed and configured

1.2.2

13 May 12:14
Compare
Choose a tag to compare

Netgen Tags Bundle 1.2.2

Changelog

  • Support new namespaces for search implementation in eZ Publish kernel

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 1.4 installed and configured

1.2.1

07 May 12:46
Compare
Choose a tag to compare

Netgen Tags Bundle 1.2.1

Changelog

  • Mark eztags field type as unindexable for now

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 1.4 installed and configured

1.2

20 Apr 15:12
Compare
Choose a tag to compare
1.2

Netgen Tags Bundle 1.2

Changelog

  • Add support for specifying field definition settings in process of creating it
  • Add support for setting the priority of tags stored in field and loading tags from field by priority
  • Switch loading field type view template to PrependExtensionInterface method
  • Fixed a bug with removing a tag from content through Public API
  • Fixed support for pgsql databases
  • Fixed creating tags with parent ID 0

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 1.4 installed and configured

1.1.3

19 Aug 10:32
Compare
Choose a tag to compare

Netgen Tags Bundle 1.1.3

Changelog

  • Fix recursion in signal slot methods loadTagSynonyms & getTagSynonymCount
  • Fix signal slot methods loadTagsByKeyword and getTagsByKeywordCount not returning value
  • Add unit tests for signal slot service

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 1.3 installed and configured

1.1.2

27 Jun 15:28
Compare
Choose a tag to compare

Netgen Tags Bundle 1.1.2

Changelog

  • Enable reverse proxy caching of tag view page and clearing the cache via X-Tag-Id header
  • Switched usage of eztags.tag_view.related_content_list.limit parameter in tag view controller to config resolver

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 1.3 installed and configured

1.1.1

20 Jun 15:45
Compare
Choose a tag to compare

Netgen Tags Bundle 1.1.1

Changelog

  • Add loading tags and tags count by keyword in TagsService
  • Add implementation of Tag limitation for use in tags/add policy

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 1.3 installed and configured

1.1

27 May 17:27
Compare
Choose a tag to compare
1.1

Netgen Tags Bundle 1.1

Changelog

  • Add TagId content & location search criterion
  • Add TagKeyword content & location search criterion
  • Allow loading tags and tag count from root level (by making $tag parameter in TagsService::loadTagChildren and TagsService::getTagChildrenCount optional
  • Implement loading a tag by its URL (for example ez+publish/extensions/eztags)
  • Add a controller to render /tag/{tagId} and /tag/{tagUrl} pages (includes pagination)
  • Add eztags_tag_url Twig function to be able to link to /tag/{tagUrl} page properly
  • Add links to /tag/{tagUrl} page for each tag in eztags content field template
  • Reconfigure unit tests to allow running from repo root instead of eZ Publish 5 root

Requirements

  • eZ Publish Enterprise 5.3+ / eZ Publish Community Project 2014.05+
  • eZ Publish Legacy Stack with legacy eZ Tags 1.3 installed and configured

1.0

06 Feb 16:05
Compare
Choose a tag to compare
1.0

Netgen Tags Bundle 1.0

This is the first stable release of Netgen Tags Bundle.

Netgen Tags Bundle 1.0 can only be used with eZ Publish Enterprise 5.2 or eZ Publish Community Project 2013.07-2014.03 due to changes in field type API. If you have previous versions of eZ Publish, please use 0.9 version of Tags Bundle.

Changelog

  • Update Tags field type to new version of field type API
  • Fix bug with not handling -1 as limit in TagsService::getRelatedContent

Requirements

  • eZ Publish Enterprise 5.2 / eZ Publish Community Project 2013.07-2014.03
  • eZ Publish Legacy Stack with legacy eZ Tags 1.2.2 installed and configured