1
0

Do not execute trackbacks for entries in the future

This commit is contained in:
Garvin Hicking
2008-08-03 11:40:51 +00:00
parent 6c112ff3d2
commit fdfcdeb56d
2 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
Version 1.4 ()
------------------------------------------------------------------------
* Trackbacks are no longer sent when an entry shall be published
in the future. You can force them by editing and re-saving an
entry, once it is published. TODO: A plugin/cronjob to automatically
execute those trackbacks? (garvinhicking)
* Allow 'sequence' widget to enable/disable each config item,
if the property "checkable" is added to the introspect method.
(garvinhicking)