[Trunk] - plugin - language - prepare 2.7.1

git-svn-id: http://piwigo.org/svn/trunk@30012 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2014-10-12 06:24:15 +00:00
parent 951973c437
commit 6b2f7b9634
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Admin Tools
Version: 2.7.0
Version: 2.7.1
Description: Do some admin task from the public pages
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=720
Author: Piwigo team
+7
View File
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Take A Tour of Your Piwigo
Version: 2.7.1
Version: 2.7.2
Description: Visit your Piwigo to discover its features. This plugin has multiple thematic tours for beginners and advanced users.
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=776
Author:Piwigo Team