Changeset 12367


Ignore:
Timestamp:
Oct 6, 2011, 10:12:32 PM (13 years ago)
Author:
rvelices
Message:

rv_gmaps version 2.3.a + jquery version update

Location:
extensions/rv_gmaps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/changelog.txt

    r10082 r12367  
     12.3.a
     2- fix jquery version
     3- compatible with piwigo core 2.3
     4
    152.2.c
    26- fix jquery version
  • extensions/rv_gmaps/trunk/main.inc.php

    r9126 r12367  
    11<?php /*
    22Plugin Name: RV Maps&Earth
    3 Version: 2.2.b
     3Version: 2.3.a
    44Description: Extend your gallery with Google Maps and Google Earth ...
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=122
     
    77Author URI: http://www.modusoptimus.com/
    88*/
    9 define( 'RVM_PLUGIN_VERSION', '2.2.b');
     9define( 'RVM_PLUGIN_VERSION', '2.3.a');
    1010if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1111
  • extensions/rv_gmaps/trunk/template/map.tpl

    r10082 r12367  
    88<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key={$GMAPS_API_KEY}&amp;hl={$lang_info.code}" type="text/javascript"></script>
    99
    10 {combine_script id='jquery' load='header' path='http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'}
     10{combine_script id='jquery' load='header' path='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'}
    1111{combine_script id='jquery.nyroModal' load='async' path="`$PLUGIN_LOCATION`/template/nyroModal/jquery.nyroModal-1.6.2.js" version='1.6.2'}
    1212{combine_css path="`$PLUGIN_LOCATION`/template/style.css" version=$RVM_PLUGIN_VERSION}
Note: See TracChangeset for help on using the changeset viewer.