Skip to content

Commit

Permalink
Merge pull request #32 from hivepress/add-latitude-longitude-labels
Browse files Browse the repository at this point in the history
Add latitude longitude labels
  • Loading branch information
hivepress committed May 20, 2024
2 parents 8e9b3f4 + 1d7350c commit d3edb0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions includes/components/class-geolocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function add_attributes( $attributes ) {
'searchable' => true,

'edit_field' => [
'label' => esc_html__( 'Latitude', 'hivepress-geolocation' ),
'type' => 'latitude',
],

Expand All @@ -149,6 +150,7 @@ public function add_attributes( $attributes ) {
'searchable' => true,

'edit_field' => [
'label' => esc_html__( 'Longitude', 'hivepress-geolocation' ),
'type' => 'longitude',
],

Expand Down
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
=== HivePress Geolocation ===
Contributors: hivepress
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7785WBVGMNB44&source=url
Tags: hivepress, geolocation, directory, listings, classifieds
Requires at least: 5.0
Tested up to: 6.0
Tested up to: 6.5
Requires PHP: 7.0
Stable tag: 1.3.6
License: GPLv3
Expand Down

0 comments on commit d3edb0e

Please sign in to comment.