Browse Source

Subscribe to Release Notes (#768)

* Release Notes subscription button

* fix
pull/770/head
fred_the_tech_writer 4 years ago committed by GitHub
parent
commit
a53d74be1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      _articles/getting-started/releasenotes.md
  2. 4
      _scss/_article.scss

22
_articles/getting-started/releasenotes.md

@ -23,7 +23,27 @@ Bitwarden believes source code transparency is an absolute requirement for secur @@ -23,7 +23,27 @@ Bitwarden believes source code transparency is an absolute requirement for secur
**Dates on this page represent Cloud Server and Web releases.** Bitwarden incrementally updates each client application (Desktop, Browser Extension, Mobile, etc.) and for self-hosted servers following the initial release date to ensure feature efficacy and stability. As a result, client applications and self-hosted servers should expect listed features following the initial release.
To be notified of Release Announcements, subscribe to the [Bitwarden Status RSS Feed](https://status.bitwarden.com/){:target="\_blank"}.
{% callout success %}
Want Release Announcements delivered straight to your inbox?
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#subscribeModal">
Subscribe Now
</button>
<div class="modal fade" id="subscribeModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body">
<script src="https://bitwarden.freshsales.io/web_forms/febb971fb39fe1d085622308a7cccb21769c33fcd2913a927478252dbde41d64/form.js"
crossorigin="anonymous"
id="fs_febb971fb39fe1d085622308a7cccb21769c33fcd2913a927478252dbde41d64"></script>
</div>
</div>
</div>
</div>
Or subscribe to the [Bitwarden Status RSS Feed](https://status.bitwarden.com/){:target="\_blank"}.
{% endcallout %}
## 2021-09-21

4
_scss/_article.scss

@ -154,3 +154,7 @@ @@ -154,3 +154,7 @@
}
}
}
.modal-backdrop {
background-color: rgba(0,0,0,.5) !important;
}

Loading…
Cancel
Save