#jgmac1106what is the best way to test? Just that plugin? That plug in and all the other plugins except old mf2?
#LoqiIt looks like we don't have a page for "best way to test" yet. Would you like to create it? (Or just say "best way to test is ____", a sentence describing the term)
tantek, jgmac1106 and [pfefferle] joined the channel
#[pfefferle][jgmac1106] Hard to say... I have to implement the functionality into the semantic linkbacks plugin too
#snarfeddo you know when that would happen? if ever?
eNigmaFx13, zzzADC6, [tantek] and TBloemink9 joined the channel
#[tantek][tantek] set the channel topic: First general WordPress plugin/theme discussion 1/8/18 20:00 GMT join us at https://indieweb.org/discuss#Chat (#indieweb-wordpress in IRC, #wordpress in Slack) to help plan the interactivity of the IndieWeb WP ecosystem.
arlen, snarfed and Loqi joined the channel
#dougbealtantek: what day is "First general WordPress plugin/theme discussion"?
#Loqipfefferle has 27 karma in this channel over the last year (34 in all channels)
gRegorLove, jackjamieson, [eddie], j12t, bolt5, tantek__, neptune, snarfed, barjac_, [kevinmarks] and [iambismark] joined the channel; snarfed left the channel
#snarfedmajor version changes like 2.0 *seem* like a big deal, but aren't that useful for planning
#snarfeddon't worry about what "deserves" 2.0, or what it "needs." think about what you want to do, and do that. then later we decide if/when it's 2.0. (and we don't worry about it much, since the version number isn't important.)
#snarfedif you want, feel free to follow https://semver.org/ , it gives you explicit instructions for what every release version number should be. avoids hand wringing altogether :P
#snarfedas long as everything still works, i'm fine with releasing early and often. no need to wait for more functionality
#snarfedso mostly we'd need testing, more than any more code, necessarily
#snarfedboth unit tests for any new code we added since last release that doesn't already have them - eg your new user scope checks in this PR - and also manual testing with different environments
#snarfedeg with and without indieauth plugin, with and without local auth, etc
#snarfeddefinitely focus extra manual testing on auth and media endpoint this release, but you're probably already doing that
#GWGI did with the media endpoint when I initially requested merge. The auth I tried to build it even more robustly because people always have auth trouble
#GWGAnd I want to port some of the improvements into the IndieAuth plugin