Plugin Directory

Changeset 3181104


Ignore:
Timestamp:
11/04/2024 07:57:19 AM (17 months ago)
Author:
netgsm
Message:

fancy new feature: now you can foo *and* bar at the same time

Location:
netgsm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • netgsm/trunk/index.php

    r3158753 r3181104  
    66Author: Netgsm
    77Author URI: www.netgsm.com.tr
    8 Version: 2.9.29
     8Version: 2.9.31
    99
    1010*/
  • netgsm/trunk/readme.txt

    r3176618 r3181104  
    55Requires at least: 3.0
    66Tested up to: 6.7
    7 Stable tag: 2.9.29
     7Stable tag: 2.9.31
    88Requires PHP: 8.0.1
    99License: GPLv2 or later
     
    8989
    9090== Changelog ==
     91= 2.9.31 =
     92* Hata düzeltmesi yapıldı.
    9193= 2.9.29 =
    9294* Hata düzeltmesi yapıldı.
  • netgsm/trunk/wc-netgsm-api.php

    r3119907 r3181104  
    142142
    143143    public function netgsm_api_permission_callback(){
    144         return true;
     144        return current_user_can( 'manage_options' );
    145145    }
    146146
Note: See TracChangeset for help on using the changeset viewer.