diff --git a/serendipity_event_freetag/ChangeLog b/serendipity_event_freetag/ChangeLog index ccfcd153..5d373735 100644 --- a/serendipity_event_freetag/ChangeLog +++ b/serendipity_event_freetag/ChangeLog @@ -1,7 +1,12 @@ +3.59: +---- + * Remove CDNs and upgrade jquery-migrate + * Minor fix for taglist + 3.58: ---- -* Fix doubled encoded umlaut taglinks by searchengines backlinks. -* Added a new option to allow showing taglink entries as a linklist. + * Fix doubled encoded umlaut taglinks by searchengines backlinks. + * Added a new option to allow showing taglink entries as a linklist. This adds a 'taglist' tag as a reserved command to tags, which not allows this tag as a normal tag any further. The addition can be done either by the preset taglink as "/plugin/taglist/" diff --git a/serendipity_event_freetag/README b/serendipity_event_freetag/README index 5d7beb22..c3fe8b53 100644 --- a/serendipity_event_freetag/README +++ b/serendipity_event_freetag/README @@ -1,4 +1,4 @@ -When using extended smarty output, the following code illustrates how the +When using extended smarty output, the following code illustrates how the smarty-variables could be used when dropped into the entries.tpl: {if isset($entry.freetag.extended) && $entry.freetag.extended == 1} @@ -8,7 +8,7 @@ smarty-variables could be used when dropped into the entries.tpl: {$tag} {/foreach} - + {if $is_single_entry or $is_preview} {$entry.freetag.related.description}