Changeset 2799888
- Timestamp:
- 10/17/2022 08:58:26 AM (3 years ago)
- Location:
- dadata-ru/trunk
- Files:
-
- 2 edited
-
dadata-ru.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dadata-ru/trunk/dadata-ru.php
r2799660 r2799888 5 5 * Description: Быстрый ввод адресов, компаний, банков, ФИО, email и ещё много чего. 6 6 * Text Domain: dadata-ru 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Author: Shamil Shafeev 9 9 * Author URI: https://shafeev.net/ … … 39 39 add_action('wp_footer', [$this, 'Shdadata_enqueue_scripts']); 40 40 add_action( 'admin_init', [$this, 'dadata_settings'] ); 41 add_action( 'admin_enqueue_scripts', [$this, 'shdadata_adm_enqueue_scripts'] );42 41 } 43 42 44 43 public function Shdadata_enqueue_scripts() { 45 wp_enqueue_script('main-js', plugins_url( '/assets/main.js', __FILE__ , array('jquery')), array(), 10 2);44 wp_enqueue_script('main-js', plugins_url( '/assets/main.js', __FILE__ , array('jquery')), array(), 103 ); 46 45 wp_enqueue_script('jquery-suggestions-min', plugins_url( '/assets/jquery.suggestions.min.js', __FILE__ , array('jquery')) ); 47 46 wp_enqueue_style('main-css', plugins_url( '/assets/main.css', __FILE__ ) ); -
dadata-ru/trunk/readme.txt
r2799659 r2799888 4 4 Tags: dadata, WooCommerce, dadata-ru, dadata.ru, shdadata, wpcf7 5 5 Tested up to: 6.0.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 64 64 == Changelog == 65 65 66 = 1.0.3 = 67 * Мелкие правки 68 66 69 = 1.0.2 = 67 70 * Мелкие правки
Note: See TracChangeset
for help on using the changeset viewer.