Sorry, this happens from time to time. Never quite understand what causes it..
I will try to bring it back, in the meantime you can see the changelog below:
= 2.12 (September 2016) =
– You can show a different number of log items in the log on the dashboard and on the dedicated history page. By default the dashboard will show 5 items and the page will show 30.
– On multisites the user search filter now only search users in the current site.
– The statistics chart using Chart.js now uses the namespace window.Simple_History_Chart instead of window.Chart, decreasing the risk that two versions of the Chart.js library overwriting each others. Fixes https://www.ads-software.com/support/topic/comet-cache-breaks-simple-history/. (Note to future me: this was fixed by renaming the window.chart
variable to window.chart.Simple_history_chart
in the line window.Chart = module.exports = Chart;
)
– If spam comments are logged they are now included in the log. Change made to make sql query shorter and easier. Should not actually show any spam comments anyway because we don’t log them since version 2.5.5 anyway. If you want to revert this behavior for some reason you can use the filter simple_history/comments_logger/include_spam
.