Releases: netgen/TagsBundle
Releases · netgen/TagsBundle
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
1.2.2
1.2.1
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
Netgen Tags Bundle 1.1.3
Changelog
- Fix recursion in signal slot methods
loadTagSynonyms
&getTagSynonymCount
- Fix signal slot methods
loadTagsByKeyword
andgetTagsByKeywordCount
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
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
Netgen Tags Bundle 1.1.1
Changelog
- Add loading tags and tags count by keyword in
TagsService
- Add implementation of
Tag
limitation for use intags/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
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 inTagsService::loadTagChildren
andTagsService::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 ineztags
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
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