Plugin Directory

Changeset 1883292


Ignore:
Timestamp:
05/29/2018 12:18:37 PM (8 years ago)
Author:
Sh14
Message:

To 3.01

Location:
oi-yamaps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • oi-yamaps/trunk/Readme.md

    r1883283 r1883292  
    4343## Changelog
    4444
    45 ### 3.0
     45### 3.01
    4646* new: design;
    4747* refactoring;
  • oi-yamaps/trunk/oi-yamaps.php

    r1883283 r1883292  
    55Description: The plugin allows you to use Yandex.Maps on your site pages and put the placemarks on the map. Without an API key.
    66Author: Alexei Isaenko
    7 Version: 3.0
     7Version: 3.01
    88Author URI: https://oiplug.com/members/isaenkoalexei
    99*/
     
    527527 */
    528528function showyamap( $atts, $content = null ) {
    529     print_r( get_option( 'active_plugins' ) );// die();
     529
    530530    // get attributes from options
    531531    $option = wp_parse_args( get_option( prefix() . 'options' ), oi_yamaps_defaults() );
  • oi-yamaps/trunk/readme.txt

    r1883283 r1883292  
    44Tags: coordinates, maps, geolocation, location, placemark, yandex
    55Requires at least: 3.2
    6 Tested up to: 4.8.1
    7 Stable tag: 3.0
     6Tested up to: 4.9.6
     7Stable tag: 3.01
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
    50 = 3.0 =
     50= 3.01 =
    5151* new: design;
    5252* refactoring;
Note: See TracChangeset for help on using the changeset viewer.