Plugin Directory

Changeset 1885302


Ignore:
Timestamp:
06/01/2018 08:23:19 AM (8 years ago)
Author:
Sh14
Message:

3.1.5

Location:
oi-yamaps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • oi-yamaps/trunk/include/templates.php

    r1885236 r1885302  
    5555}
    5656
    57 function the_template_part( $slug, $name = null, $atts = [], $default = [], $query_var = '' ) {
     57function the_template_part( $slug, $name = null, $atts = array(), $default = array(), $query_var = '' ) {
    5858    $atts = wp_parse_args( $atts, $default );
    5959
     
    9494 * @return string
    9595 */
    96 function get_template_part( $slug, $name = null, $atts = [], $default = [], $query_var = '' ) {
     96function get_template_part( $slug, $name = null, $atts = array(), $default = array(), $query_var = '' ) {
    9797
    9898    ob_start();
  • oi-yamaps/trunk/oi-yamaps.php

    r1885266 r1885302  
    55Description: The plugin allows you to use Yandex.Maps on your site pages and put the placemarks on the map. Without an API key. <strong>Don't forget to reactivate the plugin!</strong>
    66Author: Alexei Isaenko
    7 Version: 3.1.4
     7Version: 3.1.5
    88Author URI: https://oiplug.com/members/isaenkoalexei
    99Text Domain: oi-yamaps
  • oi-yamaps/trunk/readme.txt

    r1885266 r1885302  
    1313== Description ==
    1414
     15<h2>Внимание!</h2>
     16    <strong>При обновлении плагина он будет деактивирован и выведется ошибка, что файл не найден - не пугайтесь, просто снова активируйте плагин, все будет работать как прежде.
     17    Ошика возникает из-за того, что был переименован основной файл для соответствия правилам оформления плагинов.</strong>
     18
     19<h2>Warning!</h2>
    1520<strong>Don't forget to reactivate the plugin after update to v.3.1.4!</strong>
    1621
Note: See TracChangeset for help on using the changeset viewer.