Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
Please provide any feedback here related to Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!.
We appreciate all feedback. Please check the issue queue before raising a problem.
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
Just a quick kudos for the quick update. Thanks again! I missed the 4.8.6 release so get to pass go and move forward to 4.8.7. 👍
TXP Builders – finely-crafted code, design and txp
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
DITTO for I
Big Hurrah to all. 4 sites updated in less than 10Mins.
…. texted postive
Offline
#4 2021-05-30 22:00:55
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
Thanks all.
BTW, the blog article HISTORY.txt links point to version 4.8.6 …
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
I switched from 4.8.6 to 4.8.7 without any problems. 😜
Thanks all. 👌
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
I have upgraded all four my sites (one from 4.8.3, others from 4.8.5) smoothly yesterday, thanks devs! Unfortunately, I found one publication ruined today: Fatal error: Array and string offset access syntax with curly braces is no longer supported
. Thanks to whocarez, I quickly patched tru_tags
plugin.
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
Update two sites today, one from Textpattern 4.8.1 and one that was running an edited version of Textpattern 4.8.5 ((form override issue in previous thread). No problems to report.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
I’m in the middle of changing my hosting server for 6 websites and they have an app that is currently stuck on 4.8.6. Should be updated “soon.”
Is it possible at all to run 4.8.6, or should I wait until 4.8.7 is released?
One site has inexplicably reverted to 4.7.1. It was on 4.8.5 and is throwing at least one error because of the reversion.
But it’s all or nothing. Either all 4.8.6, or 5 websites on 4.8.5 and one on 4.7.1.
The 4.7.1 is the one with all the traffic, of course.
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
Weird how a site got reverted. That’s not meant to happen at all!
4.8.6 is not advised because it was borked. 4.8.7 is out and should be the go-to, and it only had two or three differences (fixes) between that and 4.8.6 anyway.
But there is an admin search bug in 4.8.7 that may show up in debugging mode. Fixed in the latest 4.8.8 which is as close to 4.8.7 as makes no difference right now, barring the bug fixes I made, so you’re safe to use it if you don’t mind the nag about using dev code on a live server on the Diagnostics panel.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
Updated a site from 4.8.4 to 4.8.7 and an older plugin complained about Fatal error: Uncaught Error: Call to undefined function image()
. Could not find any hint in the Release notes, but I replaced image( array ...
with images( array ...
and this seems to make the trick.
And a minor one: the update message A new Textpattern version (4.8.7) has been installed. appears in English not in the system language.
Last edited by whocarez (2021-07-23 10:04:11)
Offline
Re: Feedback: Textpattern CMS 4.8.7 released: bug fixes, tweaks, hurrah!
whocarez wrote #331096:
Updated a site from 4.8.4 to 4.8.7 and an older plugin complained …
Yes, direct calls to ‘tag’ functions are deprecated, since they do not handle the global attributes. You can try instead
processTag('image', array(...), ...)
Offline