Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Version 1.0.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 27 Jun 20:56
· 613 commits to master since this release
v1.0.0

We're finally here. Over a year in the making, nearly three months after our first public beta, CMS Airship version 1.0.0 is ready to go.

If you haven't already, check out the CMS Airship v1.0.0 release announcement on Paragon Initiative Enterprises' blog.

Changes Since Version 0.3.0:

  • You can now move or rename directories in our custom page system.
  • Added an AJAX endpoint for clearing the cache remotely.
  • Fixed Javascript race conditions that prevented the rich text editor from
    loading reliably.
  • Cabins, Motifs, and Gadgets can now be disabled (and remain installed).
  • Cabins, Motifs, and Gadgets can now be uninstalled.
  • Added a help/support page that displays system information (for privileged
    users only) and links to the documentation and this Github repository.
  • Administrators can post announcements which show up on the Bridge dashboard
    when users log in. Once a user has read an announcement, they may dismiss
    the message.
  • Bugfix: The Content-Security-Policy management tools didn't allow users to
    allow data: URIs because of a Twig template error. Instead of slicing at
    [-4:], we were slicing at [4:].