You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Release Date2021-01-13
Issues

Getting issues...

Status

ACTIVE DEVELOPMENT

End of Life Date2022-01-13
Table of Contents

Summary

This is a feature release for 5.0.0. This page will be updated to include tasks completed in subsequent betas as well as the final release.

Important highlights from this release

  1. Increased system requirements and removed deprecated code and superfluous libraries.
  2. Upgraded to Bootstrap v4, and Font Awesome v5.
  3. Added a new Navigation Editor. Staff, Client, and Public navigation items can be sorted, added, or removed.
  4. Added support for uploading a logo for use in the Staff and Client areas.
  5. The Staff area was improved for mobile devices.
  6. Added support for VAT verification through VIES.
  7. Added emoji support system-wide, updating the character set from utf8 to uttf8mb4.
  8. Session names can now be renamed in the config file. Useful for multiple Blesta install on the same domain.
  9. Order Received and Order Received (Mobile) email templates now include additional tags for Address 2, City, State/Province, Zip/Postal Code, and Country.
  10. File based monologs generated by the cron are now named differently.
  11. Twilio updated to use the latest SDK.
  12. SolusVM updated to add support for noVNC console.
  13. Much more...

Developer Migration Guide for Blesta 5.0

Deprecated Functionality

Much deprecated functionality has been removed, see a deprecation list here https://docs.blesta.com/display/dev/Deprecated+Functionality

Highlighted Removals

New Actions/Navigation

  • All current Plugin action functionality remains backward compatible, but it is preferable to use the new models/methods/arguments.
  • A new Actions model has been added which allows you to create widget inclusions, client profile action links, and *potential* navigation items
  • The 'action' and 'uri' properties of items returned by Plugin::getActions have been replaced by 'location' and 'url' respectively
  • The 'action' values 'nav_primary_staff', 'nav_secondary_staff', 'nav_primary_client', and 'nav_secondary_client' have been replaced by the location values 'nav_staff', 'nav_client', and 'nav_public'
  • Actions returned by Plugin::getActions will automatically be added to the end of their respective navigation menus
  • Plugin::getActions can now determine navigation hierarchy using the 'parent_url' property to place an item under the appropriate parent item

Updated UI Libraries

Hotfix Notice

Hotfix Notice

Blesta no longer supports versions older than PHP 7.2, so there is no longer a need to ship hotfixes.


 

Total: 170 . Chart by: Issue Type
Total: 170 . Chart by: Priority

All updates for this release (May be limited to first 200)

 

T Key Summary Status Resolution
Loading...
Refresh

  • No labels