POG 2.6 has just been released and promoted to the main page:
http://www.phpobjectgenerator.com If you're currently using POG 2.5 objects in your project, we highly
recommend that you back up the old objects and setup folder and perform
a 1-click POG update (from within POG Setup). If you need instructions
on how to update your objects easily, here's a video:
http://www.phpobjectgenerator.com/plog/file_download/24 (More videos
can be found on the blog
here:http://www.phpobjectgenerator.com/plog/tutorials/68/tutorial-videos)
The specific changes in this release are:
- <FIX> DNF not properly implemented for php4 and php5.1
- <FIX> GetChildrenList now always returns children in database.
(non-committed children are not returned). This addresses several bugs
which occurred when GetChildrenList was being called multiple times in
the same code block. Also addresses issues when GetChildrenList was
being called with different conditions successively.
- <FIX> GetSiblingList now always returns siblings in database.
(non-committed siblings are not returned). This addresses several bugs
which occurred when GetSiblingList was being called multiple times in
the same code block. Also addresses issues when GetSiblingList was
being called with different conditions successively.
- <FIX> PHP 4 GetSiblingList bug when fcv_array was being passed
- <NEW> POG Setup now contains unit tests for Sibling relations.
Improved previous unit tests as well.
- <NEW> Added PHPUnit3 tests to source code
- <FIX> Server-side POG update used throw errors when an @link
contained enums under certain conditions.
The SVN repository has also been updated. The sourceforge release will
be updated within the next few days, and so will the blog.
Happy 2007 everyone!
See you next year.
The POG Team