Release v1.50 brings the functionality to convert old blocks to the new ones, a new admin login page looking more like Planet4 and a couple of bug fixes and design and UX improvements.
Release v1.50 (17/4/2019)
Design and UX Improvements 🎩
- PLANET-3380 – Deliver the “convert old blocks to new blocks” as admin functionality
- An admin button have been created in the menu – there, an administrator of the P4 site can click on a button that will replace all old blocks with the new ones. More details on how to update the old blocks with the new one can be found here.
Bug Fixes 🐛
- PLANET-3389 – Carousel header is truncating at 30 chars instead of 32
- Carousel header text was being cut at 30 characters instead of 32. This has been fixed now.
- PLANET-3412 – #378159 Languague selection vertical bars
- Release v1.49 pushed a design flaw in the language section for the Belgium site which is bilingual. There were two stripes in the language instead of one – this has been fixed and the old design is back.
- PLANET-3430 – Change spelling of Slovenia in country selector
-
The name for the Slovenian NRO had to be changed from Slovenjia to Sloveija.
-
Geek alert
(this section is dedicated to developers or web editors with advanced tech knowledge)
- PLANET-3311 – Improve twig rendering times in search results
- Rendering the search results is causing a big load on the servers. Changes have been applied to improve rendering times in search results.
- PLANET-3431 – Restructure Plugin Blocks code for Commands
- Move code for Plugin’s wp-cli Commands into its own class and make it simple to add new commands.
- Single site Level automated tests
- Developers who are building customisations for a single site now have the ability to create automated tests that run on their site only. Instructions here.