torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

Version 3.3 released

I am happy to announce the release of version 3.3. While working on the extended functionality in the new version, the Configurator and the API reference were written to handle the increasing complexity of Highslide both for the author and for website developers. Together these tools pave the way for version 4.0, which will move towards a complete gallery frontend.
bobsc
Posts: 28
Joined: Sat Nov 24, 2007 8:39 pm

The NEW fullexpand.gif is 34px X 34px.
The CSS for a.highslide-full-expand in the examples is 44px X 44px.
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

Thank you!
User avatar
EarlyOut
Posts: 1705
Joined: Sun Nov 11, 2007 9:22 pm
Location: Sector R
Contact: Website

Nice job!

As I read the new code for the dimming effect, am I correct in assuming that the "width: 100%" is no longer required in the highslide-dimming CSS?
bobsc
Posts: 28
Joined: Sat Nov 24, 2007 8:39 pm

When you download a file from the Configurator it has a php extension.
Is that by design?
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

EarlyOut: That is correct. This is handled internally now.

bobsc: Yes the Configurator is based on PHP templating, but I will see what I can do about changing it to .js on downloading.
User avatar
soukupl
Posts: 3
Joined: Sun Dec 30, 2007 8:39 pm
Contact: Website

admin wrote:Yes the Configurator is based on PHP templating, but I will see what I can do about changing it to .js on downloading.
Just use the PHP's header() like this:

Code: Select all

header('Content-Disposition: attachment; filename="highslide.js"');
You should also set the content type like this:

Code: Select all

header('Content-type: text/javascript');
or

Code: Select all

header('Content-type: application/javascript');
Ladislav Soukup
http://www.ladasoukup.cz
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

Thanks soukupl, I had forgotten about this. It is fixed now.
adriabj
Posts: 9
Joined: Sun Oct 14, 2007 4:31 pm

new version notifications

Hi Torstein,

Is there currently any way to find out when new versions are available?

It would be great if there was maybe an RSS feed for your changelog, or something along those lines.

Thanks,
Adrian
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

An RSS feed for my changelog is not a bad idea. Currently you have to go to that page yourself to look for news. Right now I am buried in work, but I will keep it in mind.

Return to “News”