- Reset All Tables feature was removed and a new page for clearing values was created.
- A new page, “Clean Existing Records,” was added that displays a list of websites and allows for the deletion of all audit data.
- PHP functions for extracting words from website pages were revised to exclude pages with “/tag/” and “/category/” in the URL.
- The SQL query for displaying “Posts with less than 250 words” was changed to return the count directly, instead of first returning the rows and then counting them.