Plugin Directory

Changeset 3261235


Ignore:
Timestamp:
03/25/2025 06:31:51 AM (12 months ago)
Author:
netgsm
Message:

bug fix

Location:
netgsm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • netgsm/trunk/index.php

    r3260574 r3261235  
    66Author: Netgsm
    77Author URI: www.netgsm.com.tr
    8 Version: 2.9.48
     8Version: 2.9.50
     9
    910
    1011*/
     
    7677
    7778add_action('admin_enqueue_scripts', 'netgsm_script');
    78 function netgsm_script() {
    79     // Bootstrap JS dosyasını ekler
    80     wp_register_script('bootstrapminjs', plugins_url('lib/js/1/bootstrap.min.js', __FILE__), array('jquery'), null, true);
     79function netgsm_script()
     80{
     81    //bootstrap-js YAPMALIYIZ
     82    wp_register_script('bootstrapminjs', plugins_url('bootstrap.min.js', dirname(__FILE__) . '/lib/js/1/'));
    8183    wp_enqueue_script('bootstrapminjs');
    8284
    83     // SweetAlert2 dosyasını ekler
    84     wp_register_script('sweet2', plugins_url('lib/js/sweetalert2/dist/1/sweetalert2.all.js', __FILE__), array(), null, true);
     85    wp_register_script('sweet2', plugins_url('sweetalert2.all.js', dirname(__FILE__) . '/lib/js/sweetalert2/dist/1/'));
    8586    wp_enqueue_script('sweet2');
    8687
    87     // Bootstrap Table dosyasını ekler
    88     wp_register_script('table', plugins_url('lib/js/1/bootstrap-table.min.js', __FILE__), array('jquery'), null, true);
     88    wp_register_script('table', plugins_url('bootstrap-table.min.js', dirname(__FILE__) . '/lib/js/1/'));
    8989    wp_enqueue_script('table');
    9090}
  • netgsm/trunk/readme.txt

    r3260574 r3261235  
    55Requires at least: 3.0
    66Tested up to: 6.7
    7 <<<<<<< .mine
    8 Stable tag: 2.9.48
    9 =======
    10 Stable tag: 2.9.45
    11 >>>>>>> .r3252143
     7Stable tag: 2.9.50
    128Requires PHP: 7.4.33
    139License: GPLv2 or later
    1410License URI: https://www.gnu.org/licenses/gpl-2.0.html
     11
    1512
    1613Netgsm wordpress eklentisi ile kullanıcılarınıza sms uzaklığında kalın.
     
    9087
    9188== Changelog ==
     89= 2.9.50=
     90* Kod revizasyonu
    9291= 2.9.48=
    9392* Kod revizasyonu
Note: See TracChangeset for help on using the changeset viewer.