Changeset 1883292
- Timestamp:
- 05/29/2018 12:18:37 PM (8 years ago)
- Location:
- oi-yamaps/trunk
- Files:
-
- 3 edited
-
Readme.md (modified) (1 diff)
-
oi-yamaps.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
oi-yamaps/trunk/Readme.md
r1883283 r1883292 43 43 ## Changelog 44 44 45 ### 3.0 45 ### 3.01 46 46 * new: design; 47 47 * refactoring; -
oi-yamaps/trunk/oi-yamaps.php
r1883283 r1883292 5 5 Description: The plugin allows you to use Yandex.Maps on your site pages and put the placemarks on the map. Without an API key. 6 6 Author: Alexei Isaenko 7 Version: 3.0 7 Version: 3.01 8 8 Author URI: https://oiplug.com/members/isaenkoalexei 9 9 */ … … 527 527 */ 528 528 function showyamap( $atts, $content = null ) { 529 print_r( get_option( 'active_plugins' ) );// die(); 529 530 530 // get attributes from options 531 531 $option = wp_parse_args( get_option( prefix() . 'options' ), oi_yamaps_defaults() ); -
oi-yamaps/trunk/readme.txt
r1883283 r1883292 4 4 Tags: coordinates, maps, geolocation, location, placemark, yandex 5 5 Requires at least: 3.2 6 Tested up to: 4. 8.17 Stable tag: 3.0 6 Tested up to: 4.9.6 7 Stable tag: 3.01 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 3.0 =50 = 3.01 = 51 51 * new: design; 52 52 * refactoring;
Note: See TracChangeset
for help on using the changeset viewer.