v1.0.0
版本发布时间: 2016-06-28 04:56:00
paragonie/airship最新发布版本:v1.4.3(2017-05-06 03:34:34)
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:]
.