Changeset 3181104
- Timestamp:
- 11/04/2024 07:57:19 AM (17 months ago)
- Location:
- netgsm/trunk
- Files:
-
- 3 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wc-netgsm-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
netgsm/trunk/index.php
r3158753 r3181104 6 6 Author: Netgsm 7 7 Author URI: www.netgsm.com.tr 8 Version: 2.9. 298 Version: 2.9.31 9 9 10 10 */ -
netgsm/trunk/readme.txt
r3176618 r3181104 5 5 Requires at least: 3.0 6 6 Tested up to: 6.7 7 Stable tag: 2.9. 297 Stable tag: 2.9.31 8 8 Requires PHP: 8.0.1 9 9 License: GPLv2 or later … … 89 89 90 90 == Changelog == 91 = 2.9.31 = 92 * Hata düzeltmesi yapıldı. 91 93 = 2.9.29 = 92 94 * Hata düzeltmesi yapıldı. -
netgsm/trunk/wc-netgsm-api.php
r3119907 r3181104 142 142 143 143 public function netgsm_api_permission_callback(){ 144 return true;144 return current_user_can( 'manage_options' ); 145 145 } 146 146
Note: See TracChangeset
for help on using the changeset viewer.