1
0

plugin_comments: URLs of writers may now be shown in the sitebar. This only worked for trackbacks formaly, now it works for trackbacks, pingbacks and human writers. You may configure, in what type of comment the URLs should be added.

This commit is contained in:
Grischa Brockhaus
2008-01-12 13:47:16 +00:00
parent 81506febd0
commit 3e491633b6
5 changed files with 33 additions and 4 deletions

@ -3,6 +3,11 @@
Version 1.3 ()
------------------------------------------------------------------------
* Sitebar plugin comments: URLs of writers now are shown for all
entries not only for trackbacks. You may configure if they should
be shown for all, none, normal writers or trackback/pingbacks.
(brockhaus)
* Pingback/Trackback textfetching: HTML Entities are now converted
to characters. Character encoding defaults to UTF-8 but can be
configured via $serendipity['pingbackEntityEncoding'] = "UTF-8"