# iA have pushed a fix for the WordPress authorisation issue so, if you're reading this it's worked \o/
# There's a bug somewhere when someone unsubscribes from the daily emails or muse-letter, it's this glitch which removes the commas from the list of email addresses.
I received an unsub mail with no details so suspected something was wrong, sure enough when I looked in the database the same thing had happened. Looks like I'll need to dig in to find out what's happening.
Comments
# Hopefully, the bug has been fixed. I've done some tests and everything looks okay.
# I found and (hopefully) fixed a couple of bugs: # My replacement for fragmentions was incorrectly highlighting the first paragraph of posts thanks to me forgetting an
if
statement and, therefore, not properly parsing the URL. # The glitch that removed commas from the list of email addresses signed up to the muse-letter should now be fixed - it appears that a blank email address was sometimes getting passed through so I have added some additional checks. If you have unsubbed from the muse-letter recently and are still getting mails please accept my apologies and try again - it should now remove you correctly. Incorrect form submissions should also now not mess up the list; they shouldn't get through.