Skip to content

Commit

Permalink
Updated version numbers, replaced old URLs, added missing shortcode d…
Browse files Browse the repository at this point in the history
…ocumentation to readme file.
  • Loading branch information
fwolf committed Feb 6, 2020
1 parent 04c50f7 commit 6b019f2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ License: GNU GPL v2

## Further documentation

Read it all up in the [readme.txt](https://github.com/ginsterbusch/ui-leaflet-integration/blob/master/readme.txt) - or in the wiki of this repo :)
Read it all up in the [readme.txt](https://github.com/ginsterbusch/ui-leaflet-integration/blob/master/readme.txt) - or [in the wiki](https://github.com/ginsterbusch/ui-leaflet-integration/wiki) of this repo :)
5 changes: 4 additions & 1 deletion assets/plugin.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/**
* Leaflet handler (theoretically requires no jQuery, but we use it anyway, just because ;) :P )
*
* @version 0.5
* @version 0.6.1
* Changelog:
* v0.6.1:
* - bugfix for search control position
*
* v0.6:
* - integration of geocoder / geosearch
*
Expand Down
4 changes: 2 additions & 2 deletions includes/leaflet-map.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/**
* Insert leaflet map plus options into post (or anywhere else)
*
* @version 0.8
* @version 0.8.1
*/

class _ui_LeafletIntegration extends _ui_LeafletBase {
public $pluginPrefix = 'ui_leaflet_',
$pluginPath = '',
$pluginURL = '',
$pluginVersion = '0.8';
$pluginVersion = '0.8.1';


public static function init() {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/ginsterbusch/ui-leaflet-integration
Description: The most less excessive Leaflet map integration. Keeping it simple with a shortcode (and in the future, a shortcode generator interface). Uses the latest Leaflet libary (1.6). Compatible with ClassicPress 1.x.
Tags: map, maps, Leaflet, OpenStreetMap, location, geocoding, geolocation, OpenLayers, geotagging, position, google maps, classicpress
Version: 0.8
Version: 0.8.1
Author: Fabian Wolf
Author URI: https://usability-idealist.net
License: GNU GPL v2
Expand Down
17 changes: 14 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: usability.idealist
Tags: map, maps, Leaflet, shortcode, OpenStreetMap, OSM, opendata, open data, location, geo, geocoding, geolocation, mapnik, mapquest, mapbox, OpenLayers, mapping, coordinates, geocoding, geotagging, latitude, longitude, position, google maps, googlemaps, gmaps, google map, wms, tms, marker, layer, karte, custom marker text, leaflet map, map shortcode
Requires at least: 4.1
Tested up to: 5.0-nightly
Tested up to: 5.3
Stable tag: trunk
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -38,7 +38,7 @@ Currently implemented features:

= Website =

http://f2w.de/ui-leaflet-integration
https://github.com/ginsterbusch/ui-leaflet-integration


= Please Vote and Enjoy =
Expand Down Expand Up @@ -73,6 +73,8 @@ All available shortcode attributes:
* id - The ID template for the leaflet map. Defaults to 'ui-leaflet-map-id-%s'. %s is being replaced by the current map count.
* marker_id - Marker ID template. Defaults to 'ui-leaflet-map-id-%s'. %s is replaced with a combination of the map count and marker count.
* height - Height of the map. Defaults to '300px'. Please do NOT forget about adding a unit. Just a plain number, eg. 300, DOES NOT work.
* use_search - set to 'true', 'yes' or '1' to enable the optional search field control in the frontend
* search_position - where to position the search field control; available options are: 'topleft', 'topright', 'bottomleft', 'bottomright'


= Available tile service handles =
Expand Down Expand Up @@ -146,7 +148,7 @@ add_filter( 'ui_leaflet_css_url', 'my_custom_leaflet_css' );

= Q. I have a question =
A. Chances are, someone else has asked it. Either check out the support forum at WP or take a look at the official issue tracker:
http://github.com/ginsterbusch/ui-leaflet-integration/issues
https://github.com/ginsterbusch/ui-leaflet-integration/issues


== Screenshots ==
Expand All @@ -157,6 +159,15 @@ http://github.com/ginsterbusch/ui-leaflet-integration/issues

== Changelog ==

= 0.8.1 =

* Bugfix: Search control position

= 0.8 =

* Added optional simple search field overlay using Leaflet Control Geocoder by Per Liedman (https://github.com/perliedman/leaflet-control-geocoder)
* Updated Leaflet.js to the latest stable version (1.6)

= 0.6 =

* Updated leaflet.js to the latest stable version (1.3.3)
Expand Down

0 comments on commit 6b019f2

Please sign in to comment.