When will EE2.0 be released and are you going to release betas before the final stable versions?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 29, 2008 12:22pm
Subscribe [6]#1 / Mar 29, 2008 12:22pm
When will EE2.0 be released and are you going to release betas before the final stable versions?
#2 / Mar 29, 2008 1:47pm
I’ll take a shot in the dark here. They’ll release it when it’s ready. I believe the goal was Q3 of this year, but I doubt they know it themselves. EE is quite a complex piece of work, which also makes development time very unpredictable.
However, I’m pretty sure we’ll see the release of all the new CI libraries first. That way the CI community can debug, and EL knows that the core of their system is stable and bug free.
They were talking about giving information to add-on developers before release. Don’t count on ever seeing a beta though.
#3 / Mar 29, 2008 1:59pm
#4 / Mar 29, 2008 3:49pm
#5 / Mar 29, 2008 7:16pm
How longs a piece of string?
#6 / Mar 29, 2008 9:21pm
strlen($a_piece_of_string);Hmm, funny…
A PHP Error was encountered
Severity: NoticeMessage: Undefined variable: a_piece_of_string
#7 / Mar 30, 2008 6:54am
Very good, :lol:
#8 / Mar 30, 2008 9:06am
Would anyone like to wager that there will be some major changes to CI also. Considering the features in EE I would imagine they will need to use modules in some shape or form.
#9 / Mar 30, 2008 9:37am
Ive got a funny feeling that EE will be a fork from CI 1.6.1 and continue that way and be rolled out in just one big ‘system’ dir.
But that being said I think we will all be suprised no matter what way they go 😛
#10 / Mar 30, 2008 2:23pm
EE2 will be out summer of 2008. That’s what we’re aiming for. Don’t try to pin me down for when in the summer, because the truth is that we don’t know.
Yes, there will be changes to CI, but I wouldn’t describe any of them as major, in fact most of them will just be enhancements. Think for example of what’s already been released into CI, extensible helpers, better UTF support, a more robust active record library, helper/library enhancements. EE2 will (and currently is) running off of an almost stock CI codebase. The changes that we do make will get rolled into CI, and we won’t make you “wait” for EE2 to get them, we’ll release them as soon as we feel they are mature and stable, and the code is up to the same level of quality as the rest of CI.
Hope that’s helpful. If you want to learn a bit more here’s 2 links:
http://expressionengine.com/ee2_sneak_preview/
http://ellislab.com/blog/entry/expressionengine_20_fully_codeignited/
#11 / Mar 31, 2008 2:44am
strlen($a_piece_of_string);Hmm, funny…
A PHP Error was encountered
Severity: NoticeMessage: Undefined variable: a_piece_of_string
ian@towerg:~$ cat string.php
<?php
echo strlen("a piece of string");
?>
ian@towerg:~$ php string.php
17Worked for me 😉