Eric K wrote:
From the hook ArticleSave, we can access the new text that is going to be saved into the page. Is there a hook that lets us access the new and the old text?
I think can just use $article->fetchContent() from inside 'ArticleSave' hook to get the old text.