Viewing EverWeb 1.9.5 Now Available: Speed improvements and new Video/PayPal features

EverWeb 1.9.5 Now Available: Speed improvements and new Video/PayPal features



User: Paul-RAGESW 8 years ago
We're very happy to announce the official release of EverWeb 1.9.5.

This new version focuses on improving EverWeb's speed and memory efficiencies for all websites.

It includes some very popular feature requests including improvements to the Video widget allowing for auto playing videos and new PayPal shopping cart shipping features.

We're very happy with this release and we think you will be too. You can read the complete release notes here.

Remember you can update from within EverWeb (EverWeb menu->Check for Update) or from the EverWeb download page. You will not lose any data by updating.

Please remember that your purchase of EverWeb comes with one year of upgrades and support. Go to the EverWeb menu->Preferences to see if your upgrade plan covers this new update. You can always download any previous version from your client area.

Last edit 8 years ago

-------------------------------
Paul
EverWeb Developer
User: Ana F. 8 years ago
Hello, I downloaded the release 1.9.5. Build 1495 opened a site I'm working on and wanted to publish it to a folder - and got the information that I have a active EverWeb account - ? I do have a lifetime license - that's what you sold me back in 2013 why does it say I have to Upgrade? - I wet to manage account and there I see that my account is valid. So tell me, why do I have - with my LIFETIME standalone licence to upgrade anyting if I never got the chance to use BLOG option what was one of the features you offered Me and other users back in 2013?? so if i do NOT upgrade now i will be stuck in the 1.9.5 Build 1489 version?

Last edit 8 years ago
User: Jumbo T. 8 years ago
I noticed that the popular feature request for the Video widget is a copy/paste from the updated Video widget I made 1.5 years ago :

http://trotter.hol.es/newvideo/

Especially this code to set the Volume :

vol = {!-plvdVolume-!};

switch (vol)
{
case 0:
$volume = '0.0';
break;
case 10:
$volume = '1.0';
break;
default:
$volume = '0.' + vol;
break;
}

video = document.getElementById('video{!-SHAPEINDEX-!}');
video.setVolume($volume);
video.setMuted({!-plvdMute(FALSE)//false//plvdMute-!}{!-plvdMute(TRUE)//true//plvdMute-!});


How original.
User: Jumbo T. 8 years ago
Just got a bright idea.

Here's how to set the volume in jQuery.

vol = {!-plppVolume-!};

switch (vol)
{
case 0:
$volume = '0.0';
break;
case 10:
$volume = '1.0';
break;
default:
$volume = '0.' + vol;
break;
}

$("#video{!-SHAPEINDEX-!}").prop("volume", $volume);
$("#video{!-SHAPEINDEX-!}").prop('muted',{!-plppMute(FALSE)//false//plppMute-!}{!-plppMute(TRUE)//true//plppMute-!});


Feel free to use it.

Last edit 8 years ago
User: Paul-RAGESW 8 years ago
Hi Ana,

Quote:
I do have a lifetime license - that's what you sold me back in 2013 why does it say I have to Upgrade?


Correct, you have a lifetime license to the EverWeb version that you purchased and one year of upgrades and support. Your license to the version you purchased never expires. This is what it says when you purchase your license on our store.

Lifetime license plus one year of free upgrades and support. Your license never expires.
Optional $49.95 USD for an additional year of upgrades & support.


If you need to get the latest version that you purchased you can download it from your client area.

I apologize for any confusion.

I am going to lock this thread, but you can contact support or post a new thread elsewhere if you have any further questions.

Last edit 8 years ago

-------------------------------
Paul
EverWeb Developer


Post Reply
You must login or signup to post.