Plugin Directory

Changeset 2668656


Ignore:
Timestamp:
01/29/2022 01:45:42 AM (4 years ago)
Author:
code9fair
Message:

Only admin role delete_others_posts can edit setting.

Location:
code9/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code9/trunk/code9.php

    r2643054 r2668656  
    44Plugin URI: https://wordpress.org/plugins/code9/
    55Description: Utility tool for wordpress. 2-step verificatoin code user login.
    6 Version:     1.0.9
     6Version:     1.0.10
    77Author:      Code9Fair
    88Author URI: https://paypal.me/code9fair/
  • code9/trunk/function/code9_menu_page_register.php

    r2612798 r2668656  
    66    'Code9',
    77    'Code9',
    8     'edit_posts',
     8    'delete_others_posts',
    99    'code9',
    1010    'code9_dashboard',
  • code9/trunk/readme.txt

    r2643054 r2668656  
    44Tags: 2FA,2-step login,WordPress authentication,two step authentication,verification password,anti brute force login,xmlrpc.php
    55Requires at least: 4.1
    6 Tested up to: 5.8
    7 Stable tag: 1.0.9
     6Tested up to: 5.9
     7Stable tag: 1.0.10
    88Requires PHP: 5.6.4
    99License: GPLv2
     
    7171= 1.0.9 =
    7272* Add design to error page when user can not pass 2-step verification.
     73= 1.0.10 =
     74* Only admin role delete_others_posts can edit setting.
Note: See TracChangeset for help on using the changeset viewer.