Plugin Directory

Changeset 2954578


Ignore:
Timestamp:
08/16/2023 07:45:40 PM (3 years ago)
Author:
deambulando
Message:

compatible with WP 6.3

Location:
advanced-post-password/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-post-password/trunk/post-password.php

    r2666736 r2954578  
    44    * Plugin URI: https://garridodiaz.com/category/wp/
    55    * Description: Password protected posts/pages adding some extra security features.
    6     * Version: 1.0
     6    * Version: 1.1
    77    * Author: Chema
    88    * Author URI: https://garridodiaz.com
  • advanced-post-password/trunk/readme.txt

    r2809737 r2954578  
    33Donate link: https://paypal.me/chema/10EUR
    44Tags: password, post password, cookie, page title, remove protected, remove private
    5 Requires at least: 5.0
    6 Tested up to: 6.1
    7 Stable tag: 1.0
     5Requires at least: 6.0
     6Tested up to: 6.3
     7Stable tag: 1.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    1616
    1717
    18 Will allow you to be loged in different posts without putting the password in each of them. If you are an admin no need to insert the password in any protected page.
     18Will allow you to be loged in different posts without putting the password in each of them.
    1919
    20 You can set a master url to access all the password protected posts..
     20You can enable an option so the admin has no need to insert the password in any protected page.
    2121
    22 Also removes the prefix that wordpress adds on private and password protected pages.
     22You can set a master url to access all the password protected posts.
     23
     24Also you can choose to removes the prefix that wordpress adds on private and password protected pages.
    2325
    2426
Note: See TracChangeset for help on using the changeset viewer.