-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# Basic GeoTag | ||
**Contributors:** dominik.schwind | ||
**Requires at least:** 5.0 | ||
**Tags:** geotag, geo, location | ||
**Requires at least:** 4.4 | ||
**Tested up to:** 5.0 | ||
**Requires PHP:** 7.2 | ||
**Requires PHP:** 7.1 | ||
**Stable tag:** 0.1 | ||
**License:** MIT License | ||
**License URI:** http://opensource.org/licenses/mit-license.html | ||
|
||
Very basic functionalities to add geo tags to a blog post | ||
Very basic functionalities to add geo tags to a blog post. | ||
|
||
|
||
## Description | ||
This adds a meta box to the post screen which shows a map and a button \"current location\" - you can use it to geotag your post. | ||
This adds a meta box to the post screen which shows a map and a button \"current location\" - you can use it to geotag your post. | ||
|
||
Uses <a href="https://leafletjs.com">Leaflet</a> with the standard OSM tiles. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
=== Basic GeoTag === | ||
Contributors: dominik.schwind | ||
Requires at least: 5.0 | ||
Tags: geotag, geo, location | ||
Requires at least: 4.4 | ||
Tested up to: 5.0 | ||
Requires PHP: 7.2 | ||
Requires PHP: 7.1 | ||
Stable tag: 0.1 | ||
License: MIT License | ||
License URI: http://opensource.org/licenses/mit-license.html | ||
|
||
Very basic functionalities to add geo tags to a blog post | ||
Very basic functionalities to add geo tags to a blog post. | ||
|
||
== Description == | ||
This adds a meta box to the post screen which shows a map and a button \"current location\" - you can use it to geotag your post. | ||
This adds a meta box to the post screen which shows a map and a button \"current location\" - you can use it to geotag your post. | ||
|
||
Uses <a href="https://leafletjs.com">Leaflet</a> with the standard OSM tiles. |