Changeset 1949375
- Timestamp:
- 09/30/2018 04:42:41 PM (7 years ago)
- Location:
- lf-hiker/trunk
- Files:
-
- 9 added
- 7 deleted
- 5 edited
-
Controller/Front.php (modified) (3 diffs)
-
dist/helper-min.1.12.0.js (deleted)
-
dist/helper-min.1.13.0.js (added)
-
dist/helper.1.12.0.css (deleted)
-
dist/helper.1.13.0.css (added)
-
dist/lfh-front-min.1.12.0.js (deleted)
-
dist/lfh-front-min.1.13.0.js (added)
-
dist/lfh-post-editor-min.1.12.0.js (deleted)
-
dist/lfh-post-editor-min.1.13.0.js (added)
-
dist/lfh-post-editor.1.12.0.css (deleted)
-
dist/lfh-post-editor.1.13.0.css (added)
-
dist/lfh-style-min.1.12.0.css (deleted)
-
dist/lfh-style-min.1.13.0.css (added)
-
dist/tinymce-lfh-plugin-min.1.12.0.js (deleted)
-
dist/tinymce-lfh-plugin-min.1.13.0.js (added)
-
gulpfile.js (modified) (1 diff)
-
languages/lfh-es_ES.mo (added)
-
languages/lfh-es_ES.po (added)
-
lf-hiker.php (modified) (2 diffs)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lf-hiker/trunk/Controller/Front.php
r1913591 r1949375 197 197 $data = ''; 198 198 if($map_count == 1){ 199 $data = 'if( typeof lfh == "undefined"){199 $data .= 'if( typeof lfh == "undefined"){ 200 200 var lfh = {} 201 201 } … … 215 215 markers: new Array(), 216 216 gpx: new Array() 217 }; 218 '; 217 };'; 219 218 220 219 wp_add_inline_script('leaflet', $data, 'before'); … … 349 348 background-color:' . Lfh_Tools_Color::saturate( $css['lfh_button_color'], 20) .'; 350 349 } 351 ';350 '; 352 351 wp_add_inline_style('lfh_style', $data ); 353 352 -
lf-hiker/trunk/gulpfile.js
r1923429 r1949375 2 2 //there are in files readme others version numbers: for releases, tested browsers, and the most important wordpress 3 3 4 var old_version = '1.1 1.0';5 var version = '1.1 2.0';4 var old_version = '1.12.0'; 5 var version = '1.13.0'; 6 6 var gulp = require('gulp'); 7 7 var less = require('gulp-less'); -
lf-hiker/trunk/lf-hiker.php
r1923429 r1949375 6 6 Author: epointal 7 7 Author URI: http://elisabeth.pointal.org/ 8 Version: 1.1 2.08 Version: 1.13.0 9 9 License: GPL2 10 10 Text domain: lfh … … 51 51 class Lf_Hiker_Plugin 52 52 { 53 const VERSION = '1.1 2.0';53 const VERSION = '1.13.0'; 54 54 const LEAFLET_VERSION = '1.3.1'; 55 55 -
lf-hiker/trunk/package.json
r1923429 r1949375 1 1 { 2 2 "name": "lf-hiker", 3 "version": "1.1 2.0",3 "version": "1.13.0", 4 4 "description": "plugin for wordpress for display track with profil elevation", 5 5 "main": "index.js", -
lf-hiker/trunk/readme.txt
r1923429 r1949375 7 7 Tested up to: 4.9 8 8 Stable tag: 1.0 9 Version: 1.1 2.09 Version: 1.13.0 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 115 115 * Greek (el) by [Pol Gkitsas](http://eoskarditsas.gr) 116 116 * Dutch (nl-BE) 117 * Spanish (es-ES) by [Miguel Angel](http://www.rutasyviajes.net) 117 118 118 119 If you need language of **Lf Hiker** which is not included. You can easily translate with poedit from the file : … … 152 153 153 154 == Changelog == 155 = 1.13.0 = 156 * Evolution: add spanish language 157 154 158 = 1.12.0 = 155 159 * Evolution: add empty marker … … 337 341 You 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/) 338 342 343 = The route is not displayed = 344 345 If 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.