Topic: 0.9.2.2 released  (Read 9107 times)

Pages: [1]   Go Down

#1: 6-Nov-2006, 03:35 PM

Foundation

rthrash
Posts: 11,647

WWW
0.9.2.2 is an important release which contains some measures to prevent possible XSS exploits that have been back-ported from the pending 095 release. This should be considered a mandatory and immediate upgrade. Existing installs can use the patch distribution if you're running 0.9.2.1. Earlier installs should use the full upgrade as outlined on the download page.

Download 0.9.2.2
Please help us help you when asking for assistance.
Ryan Thrash
MODx Co-Founder
MODx Revolution
Your Content, Your Way.

#2: 6-Nov-2006, 09:58 PM

Foundation

OpenGeek
MODx Co-Founder
Posts: 7,859

damn accurate caricatures...

WWW
IMPORTANT NOTE

If you are using Wayfinder with MODx 0.9.2.1 and you are upgrading or patching to 0.9.2.2, Wayfinder 1.0 WILL BREAK YOUR SITE following the upgrade!  You can fix this until a new release of Wayfinder is available that addresses the problem by replacing line 77 of the Wayfinder 1.0 snippet:
Code:
        if (substr($this->modxVersion['code_name'],-4) >= 1392) {
with these two lines:
Code:
        $revision= substr($this->modxVersion['code_name'],-4);
        if ($revision >= 1392 && $revision != 1923) {
If you make this change to Wayfinder before upgrading or applying the patch, everything should go smoothly.
Pages: [1]   Go Up
0 Members and 1 Guest are viewing this topic.