I'm going to rewrite the backend that my company uses in Phalcon. We've been using CodeIgniter for the past year and have slowly been moving towards using it as API. This is where Phalcon and the Micro Apps come in. We looked at Slim and a few others but settled on Phalcon because we like the syntax and feature set better.
My question is, starting today, is it better to start on 1.2.4-beta or 1.3.0? What is the ETA on 1.3.0 and what new things will it bring that maybe we should wait for? Is anything big going to break? We have no problem rebuilding the PHP extension for production at anytime.
Thanks!