Sep 06, 2008, 01:40 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
modxcms.com web
  MODxCMS.com   Forums   Help Login Register  
News:Read what MODx Developers say: MODx Dev. Blogs
Pages: [1]   Go Down
  Send this topic  |  Print  
Author Topic: 0.9.2.2 released  (Read 5729 times)
0 Members and 1 Guest are viewing this topic.
rthrash
Foundation
*
Posts: 9,105



WWW
« on: Nov 06, 2006, 03:35 PM »

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
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
OpenGeek
MODx Co-Founder
Moderator
*
Posts: 4,666


looking a little more like my avatar again...


WWW
« Reply #1 on: Nov 06, 2006, 09:58 PM »

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.
Logged

Jason Coward
MODx Co-Founder
xPDO Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
If you think of yourselves as helpless and ineffectual, it is certain that you will create a despotic government to be your master. The wise despot, therefore, maintains among his subjects a popular sense that they are helpless and ineffectual.
  — Frank Herbert
Pages: [1]   Go Up
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP

Copyright © 2005-2008 MODxCMS, All rights reserved. Contact Us
Styles by ziworks.com

Powered by SMF 1.1.4 | SMF © 2005, Simple Machines LLC

Valid XHTML 1.0! Valid CSS!