0

Revert to zipper 1.0.4

Is there a way to revert back to 1.0.4 after I have removed the service from the control panel? 1.0.6 is active now but doesnt work properly.

by
3 Replies
  • QUOTE (tim_hoehn @ Jul 30 2009, 10:15 AM) <{POST_SNAPBACK}>
    Is there a way to revert back to 1.0.4 after I have removed the service from the control panel? 1.0.6 is active now but doesnt work properly.


    To lock to a specific version of a service, specify the full version number in the "version" property:

    var RequiredServices =
    [
    {service: "Zipper", version:"1.0.4"}
    ];

    BrowserPlus.require({ services: RequiredServices}, ...);
    0
  • QUOTE (steven_spencer @ Jul 30 2009, 02:31 PM) <{POST_SNAPBACK}>
    To lock to a specific version of a service, specify the full version number in the "version" property:

    var RequiredServices =
    [
    {service: "Zipper", version:"1.0.4"}
    ];

    BrowserPlus.require({ services: RequiredServices}, ...);


    In the meantime we're working on a fix....
    0
  • Hey Tim,

    Give 1.0.7 a try, and please confirm it addresses the issue.

    Sorry for the hiccup!
    lloyd
    0
This forum is locked.

Recent Posts

in Support & General Questions