Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/installguide/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ to read the release notes.
upgrading from ``0.16.x`` to ``0.17.x`` is fine - but upgrading from
``0.15.x`` to ``0.17.x`` is not guaranteed to work.


0.17.6.dev
----------

Expand All @@ -18,6 +19,7 @@ Bug fixes
* Fix rare ``GEOSException`` on systems with libgeos :url-issue:`5592`
* Sync'ing timeouts fixed :url-issue:`5615`
* Platform-specific ``*.pyc`` artifacts found in distributed installers, likely harmless :url-issue:`5611`
* Add a note about ad-blockers blocking One-Click Device Registration :url-issue:`5619`


0.17.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ <h4 class="reg-dev-title-info">{% trans "One-click registration (no online acces
<a class="btn btn-success" role="button" id="one-click-register" href="javascript:void(0)">
{% trans "One-click registration now!" %}
</a>
<p>
<em>{% trans "Having problems? If nothing happens when you click this button, please check that an ad-blocker isn't active and blocking the request to kalite.learningequality.org." %}</em>
</p>
</div>

<div class="col-md-6">
Expand All @@ -97,6 +100,9 @@ <h4 class="reg-dev-title-info">{% trans "Register with online access to data!" %
<a class="btn btn-success" role="button" id="online-register" href="{{ classic_registration_url }}">
{% trans "Register with an online account now!" %}
</a>
<p>
<em>{% trans "You can only register with existing accounts, creating new accounts has been discontinued as of January 2020." %}</em>
</p>
</div>

</div>
Expand Down