2019-05-25 UTC
[chrisaldrich], [tantek], gRegorLove_ and [jgarber] joined the channel
[tonz] joined the channel
# 04:20 [tonz] [chrisaldrich] thanks Chris, I added my urls. I have those for [frank] [Rose] and [neil] as well, but leave it to them to decide if they want to list it in the wiki.
[chrisaldrich] joined the channel
[Rose] and [frank] joined the channel
# 06:53 GWG Discovered a problem with new Wordpress testing
# 07:03 GWG So I need to update the tests to test older versions of PHP against older versions of WordPress.
# 07:03 GWG Also realized not testing against the minimum version of WordPress supported.
[Rose] joined the channel
[frank] joined the channel
# 07:37 [frank] Added my URL to the list of dev WP sites [tonz] [chrisaldrich]
[Rose] joined the channel
# 08:47 Loqi Ok, I'll tell them that when I see them next
[Ana_R], [Rose] and [tonz] joined the channel
# 13:21 GWG [Rose] RSS feed discovery, what about Microformats feed discovery?
# 13:21 Loqi GWG: [Rose] left you a message 4 hours, 34 minutes ago: I think I fixed feed discovery
[Rose] joined the channel
# 13:24 [Rose] I fixed the rel. you told me the other day my feed discovery was broken.
# 13:37 GWG Yes. I meant the microformats feed discovery
# 13:37 GWG rel-feed to the microblog page type text/html
[tantek] joined the channel
# 13:38 GWG <link rel="feed" type="text/html" title="My blog's feed" href="feed.htm" />
# 13:46 GWG Otherwise it will only find the article feed
# 14:02 GWG On the main page to indicate an alternate feed
# 14:02 GWG In the link to the microblog page is fine.
# 14:08 [Rose] Hmmm, I don't know if I can modify the menu items like that
[TimApple], [tonz], gRegorLove_, [Ana_R] and [manton] joined the channel
[Rose], chrisaldrich, [jgmac1106], [calumryan] and [tantek] joined the channel
# 23:09 GWG Just released some bug fixes for Micropub
# 23:09 GWG Should fix the Indigenous upload issue
# 23:16 Loqi GWG has 91 karma in this channel over the last year (171 in all channels)
# 23:16 GWG And revealed I have to bump minimum version requirements on my plugins to WordPress 4.9
# 23:18 GWG Because WordPress 5.2 requires PHP5.6
# 23:19 GWG And there is no need to support more than 2 major versions back unless you dislike Gutenberg, in which case you support to the last pre Gutenberg version
# 23:20 GWG So, I am setting everything to PHP5.4 and WordPress 4.9 and we'll see about 5.6 and beyond later
# 23:23 GWG 76% of users of WordPress are on 4.9 or greater
# 23:23 doubleloop Given 5.6 is EOL surprised WP is still actively supporting it in new versions
# 23:24 GWG 6.3% of users of WordPress are on 5.2 or 5.3
[grantcodes] joined the channel
# 23:25 GWG Well, it just bumped minimum as of 5.2 to PHP5.6, despite the fact 18.4% are using it on 5.2-5.5
# 23:25 GWG 31% are still running 5.6, by the way
# 23:27 GWG In December, the plan is to move to 7.0
# 23:30 GWG Also gives time for us to add post PHP5.2 features
# 23:38 GWG If I get to 7.0, the null coalescing operator
# 23:38 GWG I have to write a function to do that now
# 23:39 GWG For now, this is just a change to my testing protocols
# 23:39 GWG I have to test 5.4 against WordPress 4.9
# 23:40 GWG 5.6 can be tested against the latest version
# 23:43 doubleloop How are you doing testing of different versions against different versions at the moment?
# 23:46 doubleloop If there's any pointers you can give as to where they're needed, would be happy to try and jump in on them
# 23:47 GWG Syndication Links, IndieAuth, Post Kinds
[TimApple] joined the channel
# 23:58 GWG Also ideas for improvements are always nice