November
FIXME12th 2015
eZ announces the availability of 5.4.5, a maintenance release available for all users of eZ Publish Platform 5.4.
title | Installing the RC |
---|
To be able to get access to the beta you will have to change stability flag on affected/added packages (Solr and Recommendation are optional new packages, ezfind depends if you're using it):
Code Block |
---|
composer require --no-update "ezsystems/ezpublish-kernel:5.4.5-rc1 as 5.4.5"
composer require --no-update "ezsystems/ezpublish-legacy:5.4.5-rc2 as 5.4.5"
composer require --no-update "ezsystems/ezflow-ls-extension:5.3.8-rc1 as 5.3.8"
# optional
composer require --no-update "ezsystems/ezfind-ls:5.4.5-rc1 as 5.4.5"
composer require --no-update "ezsystems/ezplatform-solr-search-engine:~1.0.0@rc"
composer require --no-update "ezsystems/recommendation-bundle:~1.0.0@rc" |
After this has been done follow the 5.4.x Update Instructions to apply this update to your platforms, including the following items:
ezpublish/EzPublishKernel.php
, and instantiate eZ\Bundle
\
EzPublishLegacySearchEngineBundle
\
EzPublishLegacySearchEngineBundle
in the list of enabled bundles in the $bundles
array in the registerBundles()
method, right before EzPublishLegacyBundle
.ezsystems/ezplatform-solr-search-engine
, instantiate EzSystems\EzPlatformSolrSearchEngineBundle\EzSystemsEzPlatformSolrSearchEngineBundle
at the end of the $bundles
array in the registerBundles()
method.ezsystems/recommendation-bundle
, instantiate EzSystems\RecommendationBundle\EzSystemsRecommendationBundle
at the end of the $bundles
array in the registerBundles()
method.Warning |
---|
Every package manually updated in the root composer.json must be added the update line specified in the 5.4.x update instructions. Add If they are omitted, composer will fail with a dependencies error. |
After executing `composer update`, further actions are needed for Solr Search Engine Bundle, and Recommendation Bundle in order to correctly install them.
Highlights: New Features
This maintenance release introduces two new eZ Platform features to 5.4.x: Solr Search Engine Bundle and Recommendations Bundle, besides this there are several maintenance issues fixed as listed below both coming from support issues and pull requests from community.
$bundlesImproved Search engine powered by Solr
Improved Recommendations integration
Package Details
Resolving known issues
Known for both Solr and Recommendation:
- Exception if Binary files in database has invalid path prefix
- Make sure
ezpublish.yml
configurationvar_dir
is configured properly, and that you specify siteaccess when indexing content for Solr via command line.
- Make sure
- Exception on unsupported Field Types
- Make sure to configure all FieldTypes (datatypes) in your installation as NullType
- Content not immediately available
- Solr Search Engine Bundle is on purpose not committing changes on Repository updates, but letting you control this using Solr configuration.
Adjust Solr autoSoftCommit to control this. - For Recommendation service same is the true,
- Solr Search Engine Bundle is on purpose not committing changes on Repository updates, but letting you control this using Solr configuration.
If you still have problems, pop into our Slack channel at https://ezcommunity.slack.com/messages/ezplatform-use/ to discuss.
Anchor | ||||
---|---|---|---|---|
|
Here are the ezsystems packages that have received an update as part of this release:
package | version | prior version | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
ezsystems/ezpublish-kernel | 5.4.5 | 5.4.4.3 | ||||||||
ezsystems/ezpublish-legacy | 5.4.5 | 5.4.4 | ||||||||
ezsystems/ezplatform-solr-search-engine | 1.0.0 |
| ||||||||
ezsystems/recommendation-bundle | 1.0.0 |
|
Anchor | ||||
---|---|---|---|---|
|
JIRA | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|