Releases: bu-ist/bu-alert-plugin
3.0.0 Everbridge integration and refactor
- Add tokenized REST endpoint to stop and start alerts.
- Add Everbridge integration
- Add wp-cli interface
- Remove custom batcache intervention and use wp cache flush function directly.
- Add custom CSS to the plugin (instead of referencing external CSS) and use normal wp enqueuing.
2.4.1
Version bump to 2.4.1
Store emergency and announcement alerts seperately.
Before this release, only one type of alert would be displayed on BU WordPress sites. The plugin would operate on the principle that any alert coming in should override any previous alerts and display the newest alert. However, as we have Emergency type alerts and Important Announcement type alerts this singular focus presented the possibility of an Emergency type alert being wiped out by an Announcement ( and less critically vice-versa). This release stores alerts by types so that both can be displayed without interfering with the other.
Load CSS stylesheet over https
Merge pull request #2 from bu-ist/hotfix/use-https-always-for-stylesheet Rather than try to guess at the correct protocol for the stylesheet, …
Migrate SCM to Git from SVN
Before this release this plugin was hosted in our on-premise Subversion repository installed on malahide.bu.edu [ frequently referred to via bifrost.bu.edu ].
This release marks this plugin's move to Git and starts history anew as fatal errors prevented migrating SVN history into Git. To review history before this release checkout the plugin from SVN: