Skip to content

Commit

Permalink
iOS Web App: prevent same-window links from being opened externally #398
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Dec 9, 2017
1 parent f4b9772 commit 426a093
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Please make sure you have a fresh **database backup** before upgrading! Upgradin



v1.12.0 - 2017-xx-xx
^^^^^^^^^^^^^^^^^^^^

**Tickets resolved in this release:**

- [`#398 <https://github.com/dennissiemensma/dsmr-reader/issues/398>`_] iOS Web App: prevent same-window links from being opened externally - by jorisvervuurt



v1.11.0 - 2017-11-24
^^^^^^^^^^^^^^^^^^^^

Expand Down
7 changes: 2 additions & 5 deletions docs/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ Special thanks for supplying code contributions
Also many thanks to the contributions (reporting) of
----------------------------------------------------
Listed in any order, sorted by name.
<<<<<<< HEAD

=======

- `allureGOT <https://github.com/allureGOT>`_
>>>>>>> refs/heads/378-duplicate-timestamp-handling
- `balk77 <https://github.com/balk77>`_
- `Bert-Jan Vos <https://www.linkedin.com/in/bert-jan-vos-82011712>`_
- `dajappie <https://github.com/dajappie>`_
Expand All @@ -32,6 +28,7 @@ Listed in any order, sorted by name.
- `HugoDaBosss <https://github.com/HugoDaBosss>`_
- `Jelte Leijenaar <https://www.linkedin.com/in/jelteleijenaar>`_
- `Jeroen Tielen <https://nl.linkedin.com/in/jeroentielen>`_
- `jorisvervuurt <https://github.com/jorisvervuurt>`_
- `ju5t <https://github.com/ju5t>`_
- Koen Volleberg
- `MarsWarrior <https://github.com/MarsWarrior>`_
Expand All @@ -51,7 +48,7 @@ Listed in any order, sorted by name.
- `WatskeBart <https://github.com/WatskeBart>`_
- `xirixiz <https://github.com/xirixiz>`_


Software used
-------------
Please note and respect their licences as well, if any. Credits to the following software and projects:
Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
from django.utils.version import get_version


VERSION = (1, 11, 0, 'final', 0)
VERSION = (1, 12, 0, 'beta', 1)

__version__ = get_version(VERSION)

0 comments on commit 426a093

Please sign in to comment.