Changeset 1547401
- Timestamp:
- 12/07/2016 01:38:09 PM (9 years ago)
- Location:
- hal/trunk
- Files:
-
- 3 edited
-
constantes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-hal.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hal/trunk/constantes.php
r1462080 r1547401 32 32 33 33 // Constante de Version USERAGENT 34 define('version', '2.0. 1');34 define('version', '2.0.2'); -
hal/trunk/readme.txt
r1462080 r1547401 4 4 Requires at least: 4.0 5 5 Tested up to: 4.5.3 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 78 78 == Changelog == 79 80 = 2.0.2 = 81 *Release Date - 07 December 2016* 82 83 Page : 84 85 * Libraries jQplot and PieRenderer are load if the metadata "Disciplines" is checked ! 79 86 80 87 = 2.0.1 = -
hal/trunk/wp-hal.php
r1462080 r1547401 4 4 * Plugin URI: http://www.ccsd.cnrs.fr 5 5 * Description: Crée une page qui remonte les publications d'un auteur ou d'une structure en relation avec HAL et un widget des dernières publications d'un auteur ou d'une structure. 6 * Version: 2.0. 16 * Version: 2.0.2 7 7 * Author: Baptiste Blondelle 8 8 * Author URI: http://www.ccsd.cnrs.fr … … 92 92 echo 'Please check the';?> <a href="https://wordpress.org/plugins/hal/faq/" target="_blank" id="curl">FAQ</a><?php echo ' with the code : CURL'; 93 93 } else { 94 95 if(in_array('disciplines', get_option('option_choix'))){ //Lance les scripts pour le Graphique 96 wp_enqueue_style('wp-hal-style2'); 97 98 wp_enqueue_script('wp-hal-script1'); 99 wp_enqueue_script('wp-hal-script2'); 100 wp_enqueue_script('wp-hal-script3'); 101 } 102 94 103 if (get_option('option_idhal') != '') { 95 104 $idhal = verifSolr(get_option('option_idhal')); … … 265 274 266 275 if (!is_null($facetdomain) && !empty($facetdomain)) { 267 268 276 $content .= '<div id="listdisci">'; 269 277 $content .= '<span id="tridisciplines">'; … … 802 810 803 811 wp_enqueue_style('wp-hal-style1'); 804 wp_enqueue_style('wp-hal-style2');805 812 } 806 813 … … 813 820 814 821 wp_enqueue_script("jquery"); 815 wp_enqueue_script('wp-hal-script1');816 wp_enqueue_script('wp-hal-script2');817 wp_enqueue_script('wp-hal-script3');818 822 wp_enqueue_script('wp-hal-script4', false, array(), false, true); 819 823 }
Note: See TracChangeset
for help on using the changeset viewer.