Skip to content

Version 1.0.3-rc4

Latest
Compare
Choose a tag to compare
@jacobwb jacobwb released this 11 Aug 22:33
· 2 commits to master since this release
2ac7210
  • Made all hyperlinks use nofollow rel attribute.
  • Renamed "hashover.php" to "comments.php" to ease transition to version 2.0.
  • Moved all files under "hashover" to the root directory.
  • Removed remaining hardcoded "/hashover" paths.
  • Removed source code URL query.
  • These changes mean you need to use a new path in your script tags...

    For example, change:

    <script type="text/javascript" src="/hashover.php"></script>
    

    To:

    <script type="text/javascript" src="/hashover/comments.php"></script>
    

    Everything else about how to use HashOver is the same.