Changeset 1460847 for codepeople-post-map
- Timestamp:
- 07/26/2016 01:45:12 PM (10 years ago)
- Location:
- codepeople-post-map
- Files:
-
- 4 edited
-
tags/1.0.1/codepeople-post-map.php (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (5 diffs)
-
trunk/codepeople-post-map.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codepeople-post-map/tags/1.0.1/codepeople-post-map.php
r1254106 r1460847 1 1 <?php 2 2 /* 3 Plugin Name: CP Google Maps3 Plugin Name: Google Maps CP 4 4 Text Domain: codepeople-post-map 5 5 Version: 1.0.1 6 6 Author: <a href="http://www.codepeople.net">CodePeople</a> 7 7 Plugin URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map 8 Description: CP Google Maps Allows to associate geocode information to posts and display it on map. CP Google Maps display the post list as markers on map. The scale of map is determined by the markers, to display distant points is required to load a map with smaller scales. To get started: 1) Click the "Activate" link to the left of this description. 2) Go to your <a href="options-general.php?page=codepeople-post-map.php">CP Google Mapsconfiguration</a> page and configure the maps settings. 3) Go to post edition page to enter the geolocation information.8 Description: Google Maps CP Allows to associate geocode information to posts and display it on map. Google Maps CP display the post list as markers on map. The scale of map is determined by the markers, to display distant points is required to load a map with smaller scales. To get started: 1) Click the "Activate" link to the left of this description. 2) Go to your <a href="options-general.php?page=codepeople-post-map.php">Google Maps CP configuration</a> page and configure the maps settings. 3) Go to post edition page to enter the geolocation information. 9 9 */ 10 10 -
codepeople-post-map/tags/1.0.1/readme.txt
r1437357 r1460847 1 === CP Google Maps===1 === Google Maps CP === 2 2 Contributors: codepeople 3 3 Donate link: http://wordpress.dwbooster.com/content-tools/codepeople-post-map … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 CP Google Mapsallows to associate geolocation information to your posts and to integrate your blog with Google Maps in an easy and natural way.11 Google Maps CP allows to associate geolocation information to your posts and to integrate your blog with Google Maps in an easy and natural way. 12 12 13 13 == Description == … … 23 23 ► Allows several Google Maps controls and configuration options 24 24 25 ** CP Google Maps** allows to insert a Google Maps in a post or in any of the WordPress templates that display multiple posts.25 **Google Maps CP** allows to insert a Google Maps in a post or in any of the WordPress templates that display multiple posts. 26 26 27 27 The Google Maps inserted in a single post displays a marker at the position indicated by the geolocation information pertaining to the post, but also shows markers of the last posts published in related categories. The number of markers to display on the Google Maps can be set in the plugin's settings. … … 191 191 == Installation == 192 192 193 **To install CP Google Maps, follow these steps:**193 **To install Google Maps CP, follow these steps:** 194 194 195 195 1. Download and unzip the plugin … … 269 269 **Translations** 270 270 271 The CP Google Mapsuses the English language by default, but includes the following language packages:271 The Google Maps CP uses the English language by default, but includes the following language packages: 272 272 273 273 * Spanish -
codepeople-post-map/trunk/codepeople-post-map.php
r1254106 r1460847 1 1 <?php 2 2 /* 3 Plugin Name: CP Google Maps3 Plugin Name: Google Maps CP 4 4 Text Domain: codepeople-post-map 5 5 Version: 1.0.1 6 6 Author: <a href="http://www.codepeople.net">CodePeople</a> 7 7 Plugin URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map 8 Description: CP Google Maps Allows to associate geocode information to posts and display it on map. CP Google Maps display the post list as markers on map. The scale of map is determined by the markers, to display distant points is required to load a map with smaller scales. To get started: 1) Click the "Activate" link to the left of this description. 2) Go to your <a href="options-general.php?page=codepeople-post-map.php">CP Google Mapsconfiguration</a> page and configure the maps settings. 3) Go to post edition page to enter the geolocation information.8 Description: Google Maps CP Allows to associate geocode information to posts and display it on map. Google Maps CP display the post list as markers on map. The scale of map is determined by the markers, to display distant points is required to load a map with smaller scales. To get started: 1) Click the "Activate" link to the left of this description. 2) Go to your <a href="options-general.php?page=codepeople-post-map.php">Google Maps CP configuration</a> page and configure the maps settings. 3) Go to post edition page to enter the geolocation information. 9 9 */ 10 10 -
codepeople-post-map/trunk/readme.txt
r1437357 r1460847 1 === CP Google Maps===1 === Google Maps CP === 2 2 Contributors: codepeople 3 3 Donate link: http://wordpress.dwbooster.com/content-tools/codepeople-post-map … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 CP Google Mapsallows to associate geolocation information to your posts and to integrate your blog with Google Maps in an easy and natural way.11 Google Maps CP allows to associate geolocation information to your posts and to integrate your blog with Google Maps in an easy and natural way. 12 12 13 13 == Description == … … 23 23 ► Allows several Google Maps controls and configuration options 24 24 25 ** CP Google Maps** allows to insert a Google Maps in a post or in any of the WordPress templates that display multiple posts.25 **Google Maps CP** allows to insert a Google Maps in a post or in any of the WordPress templates that display multiple posts. 26 26 27 27 The Google Maps inserted in a single post displays a marker at the position indicated by the geolocation information pertaining to the post, but also shows markers of the last posts published in related categories. The number of markers to display on the Google Maps can be set in the plugin's settings. … … 191 191 == Installation == 192 192 193 **To install CP Google Maps, follow these steps:**193 **To install Google Maps CP, follow these steps:** 194 194 195 195 1. Download and unzip the plugin … … 269 269 **Translations** 270 270 271 The CP Google Mapsuses the English language by default, but includes the following language packages:271 The Google Maps CP uses the English language by default, but includes the following language packages: 272 272 273 273 * Spanish
Note: See TracChangeset
for help on using the changeset viewer.