source: extensions/Panoramas/main.inc.php @ 19476

Last change on this file since 19476 was 19460, checked in by Klarsfeld, 11 years ago

Upgrade for Piwigo 2.4.5
Only languages en-UK and fr-FR upgraded

File size: 1.5 KB
Line 
1<?php /*
2Plugin Name: Panoramas
3Version: 2.4.5
4Description: A simple panorama viewer based on jQuery
5Plugin URI: http://piwigo.org/ext/extension_view.php?eid=207
6Author: Piwigo team & OpenStudio
7Author URI: http://www.vdigital.org
8*/
9
10/* Specials thanks to: jquery.panorama authors: Arnault PACHOT & Frédéric Martini
11   Copyright (c) 2009
12   Licence : GPL
13   http://www.openstudio.fr/Un-viewer-de-panoramas-simple-en.html
14   ========================================================= 
15
16 Synopsis: on picture-url if Picture-name contains _360 (by default) change picture display
17
18History
19  2012-12-15 2.4.5
20                         New: Add Viewport height parameter
21                         Upgrade for Piwigo 2.4.5
22  2010-05-27 2.1.a
23                         New: jQuery function replacement
24                         jquery.animated.innerfade has been removed
25                         and jquery.panorama added
26  2008-10-04 2.0.b (stable)
27             IE7 bug, with jQuery script (Thanks to repié38 who find cause and solution)
28  2008-09-29 2.0.a (stable)
29             Smarty version for Piwigo (Don't use it with PhpWebGallery 1.7.x)
30  2008-02-10 1.7.d (stable)
31             IE6 bug: corrective for blank pictures
32  2008-02-06 1.7.c
33             High Resolution support
34  2008-02-06 1.7.b (bugged)
35             No title where no decription available
36  2008-01-15 First release
37*/
38if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
39define('ASP_DIR' , basename(dirname(__FILE__)));
40define('ASP_PATH' , PHPWG_PLUGINS_PATH . ASP_DIR . '/');
41define('ASP_VER' , '2.1.b');
42include_once( ASP_PATH . 'AS_Panorama.php');
43?>
Note: See TracBrowser for help on using the repository browser.