Feng Forum

Announcements => Announcements => : ignacio March 04, 2009, 11:38:15 PM

: OpenGoo 1.3 RC1 is out!
: ignacio March 04, 2009, 11:38:15 PM
The first release candidate for version 1.3 is out. Many issues were fixed from 1.3 beta on this new version. OpenGoo 1.3 final is scheduled for March 16th, so please send your bugs reports or translations soon so that we can squeeze them into the final version.

You can report bugs, contact us and download OpenGoo 1.3 RC1 at:

We want to thank the ever growing OpenGoo community for your constant support and kind words in the forums and emails. Please keep it up!

The changelog for this new version looks like this:

: Re: OpenGoo 1.3 RC1 is out!
: ignacio March 05, 2009, 09:12:50 AM
Hi all,

There's a bug in 1.3 RC1 that won't allow you to access the weblinks section. To correct it please edit file 'application/controllers/WebpageController.class.php', line 230. Change from:

:
if ($order == "updatedOn") $order = "updated_on";
to:

:
if ($order == "updatedOn" || $order == "updated") $order = "updated_on";
Since it's quite a big bug, I've updated the zip file in sourceforge.

Sorry for the inconveniences :)
: Re: OpenGoo 1.3 RC1 is out!
: the_don March 10, 2009, 08:13:11 AM
Can't wait  ;D
: Re: OpenGoo 1.3 RC1 is out!
: helen March 10, 2009, 08:16:59 AM
great! tx : )