- Posts: 48
- Thank you received: 10
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question 1.5.14 upgrade issue
Hellokmilos wrote: Thanks, I figured already it's a name conflict. But then what? Try upgrade again? Uninstall/reinstall? Will it mess up my setup? I'd rather wait for an official and tested fix.
Now, upgrading is OK for me with these modifications :
In file named manifest.xml :
Line 5, replace
In file named kunena.install.upgrade.xml :
Line 3 and line 348, replace
Please Log in or Create an account to join the conversation.
Yep, editing only manifest.xml is not enough (at least not after the build is done.)
For a long term solution maybe adding
to the /trunk/1.5/administrator/components/com_kunena/install/kunena.install.upgrade.xml template would be best?
Please Log in or Create an account to join the conversation.
- treehugger
-
- Offline
- New Member
-
- Posts: 3
- Thank you received: 1
Please Log in or Create an account to join the conversation.
joomlacode.org/gf/project/kunena/tracker...racker_item_id=24742
Please Log in or Create an account to join the conversation.
The missing encoding declaration impacts both K1.6 and K2.0 as well.
Please Log in or Create an account to join the conversation.
Yes, this a good solutionkmilos wrote: @Scottux, @810
Yep, editing only manifest.xml is not enough (at least not after the build is done.)
For a long term solution maybe adding
Code:encoding="utf-8"
to the /trunk/1.5/administrator/components/com_kunena/install/kunena.install.upgrade.xml template would be best?
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.