1
0

Made trackback/pingback functionality independend from link text.

Only the link url is relevant now. Now dupe links in entries are
not trackbacked/pingbacked twice and images w/o ALT attribute or
links with changed text won't be trackbacked again after resaving
the article.
This commit is contained in:
Grischa Brockhaus
2007-07-09 18:00:46 +00:00
parent 6e91373a0d
commit 4d4e8f2699
2 changed files with 19 additions and 25 deletions

View File

@ -3,6 +3,12 @@
Version 1.3 ()
------------------------------------------------------------------------
* Made trackback/pingback functionality independend from link text.
Only the link url is relevant now. Now dupe links in entries are
not trackbacked/pingbacked twice and images w/o ALT attribute or
links with changed text won't be trackbacked again after resaving
the article. (brockhaus)
* serendipity_plugin_comments now also supports Favatars in
combination with serendipity_event_gravatar instead of
Gravatars only. (brockhaus)