Version 3.0 (color themes and core updates)
Color Themes
Small thing to halp you change qpPM view:) Now you can see “Color Theme” link in header. In dialog window you can select color that you like. Colors stored in apps\frontend\config\colorThemes.yml so you can easy add your colors if it needs. Each color theme contain three colors 646464: [DBDBDB, F0F1F1] where 646464 is main color, DBDBDB – highlighted, F0F1F1 – fon color. Just add new line in the same format (all spaces are important)

Selected color theme saved in cookie so cookie have to be enabled.
symfony core update
qdPM <3.0 using symonfy 1.2.4. qdPM 3.0 using symfony 1.2.7 More about new symfony release you can read here http://www.symfony-project.org/blog/2009/05/02/symfony-1-2-7-more-power I can say just one qdPM run faster now then it was!
Remember Me
Also added small useful thing to save session in cookie so now we don’t need each time login. There is no check box “Remember Me” on login page, this feature turn on by default. Cookie have to be enabled.
Update from latest versions!
There is no db updates, just copy new code and empty “cache” folder and cache in browser.
In next version I’m going to workout with localization. There will be dictionary where we can add translations.
