Plugin Directory

Changeset 1949375


Ignore:
Timestamp:
09/30/2018 04:42:41 PM (7 years ago)
Author:
epointal
Message:

Add spanish translation

Location:
lf-hiker/trunk
Files:
9 added
7 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • lf-hiker/trunk/Controller/Front.php

    r1913591 r1949375  
    197197        $data = '';
    198198        if($map_count == 1){
    199             $data = ' if( typeof lfh == "undefined"){
     199            $data .= 'if( typeof lfh == "undefined"){
    200200                        var lfh = {}
    201201                  }
     
    215215              markers: new Array(),
    216216              gpx: new Array()
    217         };
    218             ';
     217        };';
    219218       
    220219        wp_add_inline_script('leaflet', $data, 'before');
     
    349348                       background-color:' . Lfh_Tools_Color::saturate( $css['lfh_button_color'], 20) .';
    350349                 }
    351                 ';
     350            ';
    352351        wp_add_inline_style('lfh_style', $data );
    353352       
  • lf-hiker/trunk/gulpfile.js

    r1923429 r1949375  
    22//there are in files readme others version numbers: for releases, tested browsers, and the most important wordpress
    33
    4 var old_version = '1.11.0';
    5 var version = '1.12.0';
     4var old_version = '1.12.0';
     5var version = '1.13.0';
    66var gulp = require('gulp');
    77var less = require('gulp-less');
  • lf-hiker/trunk/lf-hiker.php

    r1923429 r1949375  
    66    Author: epointal
    77    Author URI: http://elisabeth.pointal.org/
    8     Version: 1.12.0
     8    Version: 1.13.0
    99    License: GPL2
    1010    Text domain: lfh
     
    5151class Lf_Hiker_Plugin
    5252{
    53     const VERSION = '1.12.0';
     53    const VERSION = '1.13.0';
    5454    const LEAFLET_VERSION = '1.3.1';
    5555   
  • lf-hiker/trunk/package.json

    r1923429 r1949375  
    11{
    22  "name": "lf-hiker",
    3   "version": "1.12.0",
     3  "version": "1.13.0",
    44  "description": "plugin for wordpress for display track with profil elevation",
    55  "main": "index.js",
  • lf-hiker/trunk/readme.txt

    r1923429 r1949375  
    77Tested up to: 4.9 
    88Stable tag: 1.0 
    9 Version: 1.12.0
     9Version: 1.13.0
    1010License: GPLv2 or later 
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html 
     
    115115 * Greek (el) by [Pol Gkitsas](http://eoskarditsas.gr)
    116116 * Dutch (nl-BE)
     117 * Spanish (es-ES) by [Miguel Angel](http://www.rutasyviajes.net)
    117118 
    118119 If you need language of **Lf Hiker** which is not included. You can easily translate with poedit from the file :   
     
    152153
    153154== Changelog ==
     155= 1.13.0 =
     156 * Evolution: add spanish language
     157 
    154158= 1.12.0 =
    155159 * Evolution: add empty marker
     
    337341You can find more information about this trouble in wordpress support [Multiple 'X-Frame-Options' headers with conflicting values](https://wordpress.org/support/topic/multiple-x-frame-options-headers-with-conflicting-values-sameorigin-deny/)
    338342
     343= The route is not displayed =
     344
     345If you use WP media library other than the default WP - LF Hiker will not display routes
Note: See TracChangeset for help on using the changeset viewer.