It also seems to have broken my bookmarklets generated using URL Forwarder.
Not sure if that helps, sorry.
Aaron
My world on the web
It also seems to have broken my bookmarklets generated using URL Forwarder.
Not sure if that helps, sorry.
Aaron
Like John, I too am having issues with Response Properties being striped out. I am wondering if it relates to particular kinds as this post worked find.
It also seems to have broken my bookmarklets generated using URL Forwarder.
Not sure if that helps, sorry.
Aaron
(Originally published at: https://collect.readwriterespond.com/post-kinds-3-1-0-problems/)
Roll back to 3.0.9. I did a lot of testing but clearly I missed something
@troutcolor You have Kind_Meta in your child theme. It was deprecated three versions ago and I removed the compatibility layer as promised in this version.
What information can you give me?
Since the breaking issue seems to be in code outside the plugin, you could bundle the Kind_Meta compatibility class or I could help you update the child theme.
@mrkrndvs Which properties?
Properties for audio, video, and photo posts are being relocated to the attachment.
@troutcolor Re the Jsonfeeds, what about them was empty?
I was told that the properties that I added to the feed were incorrect and I will be redoing them, but the feed itself should be fine.
Thanks, I barely understand this!
I had copied a few kind_views into my child theme to customise them a bit. I guess I can look at the new version and copy the view from there? Or even the ones in 3.0.9?
Use the ones in 3.1.0
I just looked in the browser:
http://johnjohnston.info/blog/wp-json/wp/v2/
was fine but nothing showed, in the browser for
http://johnjohnston.info/blog/wp-json/wp/v2/posts
Thanks. I’ll do that.
@troutcolor Basically, pulling in properties used to be in a class called Kind_Meta. I changed to MF2_Post last October.
THanks.
So I renamed the kind_views folder in my child them and update the plugin again.
This has now stripped the response properties from posts.
The post now has “Replied to Array by an author” if I edit the post I see this:
This happened to one post the first time but seem to have happened to all the post on /blog my home page and
http://johnjohnston.info/blog/type/status/
which is a worry.
I agree. That did not happen in testing
I am on PHP Version 5.3.19
I guess I’ll roll back to 3.0.9 and then try to get the Responce properties back from a database back up?
Can you export some posts and send me the export file?
If you didn’t update the posts, then it won’t overwrite the data
I found an example of the an author issue.
Will release something before tomorrow to try and address
Array indicates that it didn’t flatten properly. It is supposed to
I couldn’t upload xml file here so:
http://johnjohnston.info/john039sworldwidewalldisplay.wordpress.2018-10-14.xml
that might be too many. 2 months worth?
That’s fine
Thanks, I’ve just rolled back to 3.0.9 and all looks good. Appreciate all the fast support.
I hate when I miss something
@dshanske I wrote a post before updating and had it open in my browser. When I saved a draft it only left me with the URL property. I then tried to create a new post via my bookmarklet and it did that thing where it only loads the post properties box with no information. I then started a new bookmark and added the site into the properties box. Although it initially loaded all the information, when I previewed/posted it reverted back to just the URL.
I hope that helps. Thank you for all your work. Let me know if there are any other tests you would like me to do.
If you click into the url box and out it should load. Either way, will look at the auto
I’ve identified 4 bugs and pushed out version 3.1.1 to address these bugs. One prevented, under certain circumstances, items from saving.
Will continue to do bugfixes as reported but these were critical for some.