Releases: netgen/TagsBundle
3.0.2
3.0.1
3.0.0
Netgen Tags Bundle 3.0.0
Since 3.0 is a new major release, there were a number of breaking changes, so be sure to read upgrade instructions.
This release was backed in crowdfunding campaign by Netmaking AS, Greater Stavanger and others.
Changes from RC 1
- Made it possible to resize the left column with tags tree in admin interface
Most important changes from 2.2
- Admin UI is added, which can work standalone at
/tags/admin/
, or integrated into Platform UI - Tags field edit interface and field definition interfaces are implemented for Platform UI
- You can now move and copy tags to the root of the tree
- You can now search for tags starting with a provided string
- You can now use semantic configuration to configure the bundle
- Content related to a tag is now sorted by modified date, descending
- Allow synonyms to be displayed in
/tags/view
page (thanks @supasteev0) - Removed support for eZ Publish Legacy
- Fixed user policies without limitations not working with roles applied to subtrees
Requirements
- eZ Platform 1.5+
3.0.0 RC 1
Netgen Tags Bundle 3.0.0 RC 1
This is a first RC release of Tags Bundle with admin interface. Due to a number of breaking changes, be sure to read upgrade instructions and changelog.
Changes from beta 3
- Allow synonyms to be loaded through
/tags/view
page - Lowered priority of field templates to 0
Requirements
- eZ Platform 1.5+
2.2.4
Netgen Tags Bundle 2.2.4
Changelog
- Allow synonyms to be displayed in
/tags/view
page (thanks @supasteev0)
Requirements
- eZ Platform 1.0+
Optional requirements
- eZ Publish Legacy Stack with legacy eZ Tags 2.1 installed and configured
3.0.0 beta 3
Netgen Tags Bundle 3.0.0 beta 3
This is a third beta release of Tags Bundle with admin interface. Due to a number of breaking changes, be sure to read upgrade instructions and changelog.
Changes from beta 2
- Removed support for
enable_tag_router
config, because it was only used for legacy tags admin interface - Improvements in test setup
Fixed issues
TagsService::getRelatedContent
method was switched to useTagId
criterion instead ofContentId
criterion due to possibility of crashing with long query in Solr
Known issues
None
Requirements
- eZ Platform 1.5+
3.0.0 beta 2
Netgen Tags Bundle 3.0.0 beta 2
This is a second beta release of Tags Bundle with admin interface. Due to a number of breaking changes, be sure to read upgrade instructions and changelog.
Changes from beta 1
subTreeLimit
andmaxTags
field settings are now part ofTagsValueValidator
validator schema. You will have to modify your code working withsubTreeLimit
andmaxTags
field settings to specify them as validators.
Fixed issues
- Fixed the issue with non working tree with multiple
eztags
fields when editing content - Fixed the issue with non working subtree limit selection tree when adding a new
eztags
field definition to content type
Known issues
None
Requirements
- eZ Platform 1.5+
3.0.0 beta 1
Netgen Tags Bundle 3.0.0 beta 1
This is a first beta release of Tags Bundle with admin interface. Due to a number of breaking changes, be sure to read upgrade instructions and changelog.
Known issues
- If content type has more than one
eztags
field definition, after editing the content, Platform UI app will not redirect back to content view, but will remain in edit mode - Subtree limit selection tree does not work after adding an
eztags
field definition to content type. Saving the content type and editing it again will make subtree limit selection tree usable
Requirements
- eZ Platform 1.5+
2.2.3
2.2.2
Netgen Tags Bundle 2.2.2
Changelog
- Only activate support for Solr and legacy search engine bundles if they are activated
- Fix deprecations in YML files
Requirements
- eZ Platform 1.0+
Optional requirements
- eZ Publish Legacy Stack with legacy eZ Tags 2.1 installed and configured