released: slidePresenter-0.40 Release Candidate
Announcing the release of slidePresenter-0.40-RC-1.
This is a Release Candidate, expected to be fully ready for release as version 0.40 (stable). It includes support for upgrading existing installations from versions 0.3x and below, as well as improved language file handling and various bug-fixes.
As a Release Candidate, this release provides the community with the chance to comment on any final tweaks that may be discovered in the next week. Barring any major flaws, and with all known bugs fixed, this release will be re-branded as slidePresenter-0.40 and released in seven days.
The new version can be downloaded from the following location: http://sourceforge.net/project/showfiles.php?group_id=181580
Thanks to the slidePresenter community for all bug reports, feature requests, and new ideas.
March 14th, 2008 at 5:07 am
Just installed RC-1. Works great.
There is small issue though.
Slides imported from zip archive are placed
randomly in content list, even though filenames are in alphabetical order.
Ordering manually few hundreds slides is no fun
For a quick fix one can edit inc/functions.php around line 530.
Just before:
foreach($newFiles as $file) {
add line:
sort($newFiles);
I don’t know if this is a proper way and place to do it, but Works For Me(TM)
March 18th, 2008 at 8:31 am
@Mike:
Yes, good call: that’s the right thing to do, and the right way to do it. I’ve added this to the code for stable release 0.40
Thanks!