Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

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

...

Hotfix Notice

Note
titleHotfix Notice

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

...