Guest User plugin: critical admin sorting error

Just spotted this issue. When sorting the admin "Guest User" table by the "Added" date, the user IDs don't sort with the rest of the data, meaning the Edit/Delete buttons will impact the wrong user or, oddly, in some cases lead to a 404 as the ID appears to simply not exist (maybe indicating they're actually IDs for deleted users).

zoiks. Thanks. That's working from the lastest in GitHub, right? Pretty sure we at least haven't released it, but we hadn't spotted that bug yet.

Yep, that's the latest from the master branch.

Thanks again!

Just pushed a new change to master that looks like it fixes it. Problem with how I was joining a couple tables.