Changeset 7178


Ignore:
Timestamp:
Oct 13, 2010, 10:54:08 PM (14 years ago)
Author:
grum
Message:

Prepare release for plugin v1.0.0

Location:
extensions/GMaps
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/admin/gmaps_category_maps.tpl

    r7176 r7178  
    55{known_script id="gpc.ui.categorySelector" src=$ROOT_URL|@cat:"plugins/GrumPluginClasses/js/ui.categorySelector.packed.js"}
    66{known_script id="maps.google.com/api" src="http://maps.google.com/maps/api/js?sensor=false"}
    7 
    87
    98{literal}
  • extensions/GMaps/gmaps_version.inc.php

    r7147 r7178  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   define('GMAPS_VERSION',  '0.2.0');
    18   define('GMAPS_VERSION2', '00.02.00');
     17  define('GMAPS_VERSION',  '1.0.0');
     18  define('GMAPS_VERSION2', '01.00.00');
    1919  define('GMAPS_GPC_NEEDED', '3.3.0');
    2020  define('GMAPS_AMD_NEEDED', '0.5.2'); //advanced metadata plugin is needed
  • extensions/GMaps/main.inc.php

    r7054 r7178  
    44Version: 0.2.0
    55Description: Display and manage (google) maps
    6 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=
     6Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=454
    77Author: grum@piwigo.org
    88Author URI: http://photos.grum.fr
Note: See TracChangeset for help on using the changeset viewer.