This is a bug fix release for version v5.4.0 that primarily fixes an issue in the new Document Store as reported by @listerr in #624.
If you are not yet running v5.4.0, please follow the release notes for v5.4.0 and upgrade to v5.4.0 first.
Quick Upgrade Instructions
This bug fix only has code changes and so the upgrade process is simple - in your IXP Manager installation directory (referred to as ${IXPROOT} in the usual upgrade instructions just run the following:
git fetch --all
git checkout v5.4.1
Boo-boo Update: I (@barryo) tagged v5.4.1 before updating the version.php file so after upgrading you'll still see v.5.4.0 in the footer. Sorry 😢
Bug Fixes
- Document Store only displays latest subdirectory #624
- Bug in Switches List Live Port State section #621
Other Small Changes
- Pin composer libraries resolution to PHP 7.3
- Make
artisan down --message='Standby, updating...'message work and this is now displayed rather than the standard 5xx unavailable. 5f3b9e5 - New
artisan update:reset-mysql-viewscommand to reset SQL views rather than the more cumbersome manual MySQL method. edd5f6a