| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Created on: 26/05/14 |
| 4 | - * Updated on: 15/11/22 | |
| 4 | + * Updated on: 15/03/22 | |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | 7 | // Constante pour gérer certaines facettes |
| 8 | 8 | define('wphal_delimiter', '_FacetSep_'); |
| @@ -7,15 +7,15 @@ | ||
| 7 | 7 | // Constante pour gérer certaines facettes |
| 8 | 8 | define('wphal_delimiter', '_FacetSep_'); |
| 9 | 9 | |
| 10 | 10 | // Constante pour l'API |
| 11 | -define('wphal_api', 'https://api.archives-ouvertes.fr/search/hal/'); | |
| 11 | +define('wphal_api', 'http://api.archives-ouvertes.fr/search/hal/'); | |
| 12 | 12 | |
| 13 | 13 | // Constante pour le référentiel des auteurs |
| 14 | -define('wphal_urlauthor', 'https://api.archives-ouvertes.fr/ref/author/'); | |
| 14 | +define('wphal_urlauthor', 'http://api.archives-ouvertes.fr/ref/author/'); | |
| 15 | 15 | |
| 16 | 16 | // Constante pour le CV d'un auteur ayant un IdHAL |
| 17 | -define('cvhal', 'https://cv.archives-ouvertes.fr/'); | |
| 17 | +define('cvhal', 'http://cv.archives-ouvertes.fr/'); | |
| 18 | 18 | |
| 19 | 19 | // Constante pour la rédirection vers l'onglet Recherche de HAL |
| 20 | 20 | define('halv3', 'https://hal.archives-ouvertes.fr/search/index/'); |
| 21 | 21 | |
| @@ -28,5 +28,5 @@ | ||
| 28 | 28 | // Constante de langue |
| 29 | 29 | define('wphal_locale', get_locale()); |
| 30 | 30 | |
| 31 | 31 | // Constante de version du plugin |
| 32 | -define('wphal_version', '2.4'); | |
| 32 | +define('wphal_version', '2.2.1'); | |