Plugin Directory

Changeset 2799888


Ignore:
Timestamp:
10/17/2022 08:58:26 AM (3 years ago)
Author:
shsham
Message:
  • Мелкие правки
Location:
dadata-ru/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dadata-ru/trunk/dadata-ru.php

    r2799660 r2799888  
    55 * Description: Быстрый ввод адресов, компаний, банков, ФИО, email и ещё много чего.
    66 * Text Domain: dadata-ru
    7  * Version: 1.0.2
     7 * Version: 1.0.3
    88 * Author: Shamil Shafeev
    99 * Author URI: https://shafeev.net/
     
    3939        add_action('wp_footer', [$this, 'Shdadata_enqueue_scripts']);
    4040        add_action( 'admin_init', [$this, 'dadata_settings'] );
    41         add_action( 'admin_enqueue_scripts', [$this, 'shdadata_adm_enqueue_scripts'] );
    4241    }
    4342
    4443    public function Shdadata_enqueue_scripts() {
    45         wp_enqueue_script('main-js',  plugins_url( '/assets/main.js', __FILE__  , array('jquery')), array(), 102 );
     44        wp_enqueue_script('main-js',  plugins_url( '/assets/main.js', __FILE__  , array('jquery')), array(), 103 );
    4645        wp_enqueue_script('jquery-suggestions-min',  plugins_url( '/assets/jquery.suggestions.min.js', __FILE__  , array('jquery')) );
    4746        wp_enqueue_style('main-css',  plugins_url( '/assets/main.css', __FILE__ ) );
  • dadata-ru/trunk/readme.txt

    r2799659 r2799888  
    44Tags: dadata, WooCommerce, dadata-ru, dadata.ru, shdadata, wpcf7
    55Tested up to: 6.0.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    6464== Changelog ==
    6565
     66= 1.0.3 =
     67* Мелкие правки
     68
    6669= 1.0.2 =
    6770* Мелкие правки
Note: See TracChangeset for help on using the changeset viewer.