Changeset 3261235
- Timestamp:
- 03/25/2025 06:31:51 AM (12 months ago)
- Location:
- netgsm/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
netgsm/trunk/index.php
r3260574 r3261235 6 6 Author: Netgsm 7 7 Author URI: www.netgsm.com.tr 8 Version: 2.9.48 8 Version: 2.9.50 9 9 10 10 11 */ … … 76 77 77 78 add_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); 79 function netgsm_script() 80 { 81 //bootstrap-js YAPMALIYIZ 82 wp_register_script('bootstrapminjs', plugins_url('bootstrap.min.js', dirname(__FILE__) . '/lib/js/1/')); 81 83 wp_enqueue_script('bootstrapminjs'); 82 84 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/')); 85 86 wp_enqueue_script('sweet2'); 86 87 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/')); 89 89 wp_enqueue_script('table'); 90 90 } -
netgsm/trunk/readme.txt
r3260574 r3261235 5 5 Requires at least: 3.0 6 6 Tested up to: 6.7 7 <<<<<<< .mine 8 Stable tag: 2.9.48 9 ======= 10 Stable tag: 2.9.45 11 >>>>>>> .r3252143 7 Stable tag: 2.9.50 12 8 Requires PHP: 7.4.33 13 9 License: GPLv2 or later 14 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 15 12 16 13 Netgsm wordpress eklentisi ile kullanıcılarınıza sms uzaklığında kalın. … … 90 87 91 88 == Changelog == 89 = 2.9.50= 90 * Kod revizasyonu 92 91 = 2.9.48= 93 92 * Kod revizasyonu
Note: See TracChangeset
for help on using the changeset viewer.