--- layout: post title: "Codeception 1.6.8" date: 2013-10-07 22:03:50 --- Yet another minor release before the 1.7 comes. In 1.7 you will see new Selenium WebDriver module, better output formatter moved to Symfony Components, and other useful features. It will come shortly during next week(s). But for now lets list bugfixes contributed by our community members. Thank you all! ## Bugfixes * ZF2 module fixes by **Marcelo Araújo**. * Cleanup for custom enum types in PostgreSQL module by **korotovsky**. * Disabled fields are sent by `submitForm` method no more. Thx to **TrustNik**. * `seeResponseIsXml` added to REST module by **FnTm**. Expect more REST/Xml features in 1.7 * WebDriver module usage fixed. * Fixed unit testing results display when used with CodeGuy object * `seeElement` and `dontSeeElement` work correctly now. * Conditional Asserts work as expected now. * `seeCookie` can be used with different domain set. Thx **vkn**. * fixed `submitForm` for forms that don't have `submit` buttons in PhpBrowser by **vkn**. ## Translations It's good for you to know, that Russian and Portuguese translations of Codeception Guides were started. If you know either of this langueges (or even both, he-he) please, help us get translations done! By now several chapters are already translated, but you know, there are still lot of work, * [Russian Guides](https://github.com/Codeception/codeception-guide-ru). Editor: **xomaa** * [Portuguese Guides](https://github.com/Codeception/docs.pt_BR). Editor: **Giuseppe** ### Update [redownload](http://codeception.com/thanks.html) your `codeception.phar` for update: {% highlight bash %} wget http://codeception.com/codecept.phar -O codecept.phar {% endhighlight %} for composer version {% highlight bash %} $ php composer.phar update {% endhighlight %}