1
0

* Prevent entryproperties from saving/displaying a browser-side

stored password that was actually not set.
[THIS BUGGED ME FOR A SOOOOO LONG TIME!]

    * Stronger check for existing logger interface to prevent errors
      when it is not actively used.
This commit is contained in:
Garvin Hicking
2015-01-15 15:39:00 +01:00
parent b07a835629
commit 1b9e5de787
4 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,12 @@
Version 2.0 ()
------------------------------------------------------------------------
* Prevent entryproperties from saving/displaying a browser-side
stored password that was actually not set.
* Stronger check for existing logger interface to prevent errors
when it is not actively used.
* Fix entryproperties being removed when publishing an article
from the dashboard and by specific plugins (freetag, trackback)
that modify entry data.