Just released another minor bugfix for Post Kinds. This is the 7th in the last few weeks. The recent update, version 3.4, created a few issues, but also revealed some that were already there as I started actually checking more of the data I’ve been storing for a rainy day.

For example, I’m no longer doing backward compatibility retrieval on posts using the older storage formats, which, looking at older posts, means that some things are not displaying. I have been restoring the information to the posts by manually reparsing it, but I may have to release a version to do so automatically, as no one wants to go through old posts.

Fortunately, I don’t have that many, but I do need to make sure those who posted more aren’t subject to the same problem.

Tonight begins Yom Kippur, and for the first time in my life, I will not be at services. There was no option, due to lack of committed individuals and rain, for an outdoor service, and I’m still uncomfortable with the way they are not distancing inside. So I will be fasting and praying at home. There is a very different feel to solo prayer than group prayer and Yom Kippur feels different than praying at home alone on Passover, which I also did. I am pleased that we were able to get services outside available for Rosh Hashanah. If Rosh Hashanah is, akin to a trial, the verdict, Yom Kippur is the final appeal before the sentence is carried out for the next year. In a year that included so many difficult things, and the challenges of the current situation the world finds itself in…most of us cannot imagine this continuing till next Yom Kippur. Here is hoping things will look better soon.
I bumped up a little plugin for my site that generates rewrite URLs for avatar images. So if you visit /avatar/username you get redirected to the avatar for that username. You can add ?s=250 to pass the size to the other side. This is the same query used by Gravatar. Right now, this calls the gravatar URL and does a temporary redirect to it, setting cache control headers to save the redirect. This means that there could be up to two http queries per avatar image. In a future version, I might actually serve the avatar locally. I got tired of broken URLs for my image. Now, the same link will always produce my image.
Micropub 2.2.3 for WordPress has been released. It fixes a variety of warning notices.  Published, updated, name, and summary properties are no longer stored in post meta. When queried, they will be pulled from the equivalent WordPress properties. Content should be as well, however as content in the post includes rendered microformats we need to store the pure version. Might address this in a future version. As timezone is not stored in the WordPress timestamp, store the timezone offset for the post in meta instead of the full published and updated date. It will also sideload and set featured images if featured property is set. Note: Version 8.9 of JetPack apparently breaks this plugin. This is under investigation.
Took a drive on Friday down to Callicoon, New York, walked around a bit, then down the Delaware to Narrowsburg, and back up in a loop to head back through Bethel, site of the Woodstock Festival. Eventually I’ll be able to display this trip using my own mapping system, instead of this screenshot.

 

 

 

 

 

 

Syndication Links for WordPress 4.2.4 is out. It tries for a few fixes to the scheduling of syndications, refreshes the icons, and introduces one new feature. A custom query. /?syndication=twitter.com or such. It tries to return all posts that have a matching syndication link and can be added to any archive page.
Deployed IndieAuth for WordPress 3.5.0 this morning. So I’m writing this release note using Micropub, to ensure that IndieAuth still works on my site(no reason I think it shouldn’t.) No new user facing features, but tried to improve security.
Doing IndieWebCamp West Hack Day, and added another Simple Location for WordPress trick. I was doing custom rewrite improvements for Post Kinds, and added the ability to generate map views from any taxonomy or user.  Just add /map to the archive URL.
Released Post Kinds for WordPress 3.3.4. this includes a refresh of the Parse This library, which adds a lot of improvements in getting data, some minor tweaks, and a bug fix for an issue where pagination was not working on the custom archive pages the plugin creates, such as /onthisday/06/09, /kind/article/2020, and /kind/photo/pool (tag), which were not working.