Plugin Directory

Changeset 2459065


Ignore:
Timestamp:
01/19/2021 03:28:10 PM (5 years ago)
Author:
cleuenberg
Message:

checked WordPress 5.6 compatibility

Location:
restrict-anonymous-access
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • restrict-anonymous-access/tags/1.2/readme.txt

    r2278414 r2459065  
    44Tags: user access, restrict content, capabilities, access-control
    55Requires at least:
    6 Tested up to: 5.4
     6Tested up to: 5.6
    77Stable tag: 1.2
    88License: GPLv3
     
    31311. Upload the plugin files to the `/wp-content/plugins/restrict-anonymous-access` directory, or install the plugin through the WordPress plugins screen directly.
    32322. Activate the plugin through the 'Plugins' screen in WordPress.
    33 3. Use the shortcode `[member][/member]` in any post, page or custom post type in order to hide content from anonymous users.
     333. Use the shortcode `[member][/member]` in any post, page or custom post type in order to hide content from anonymous users. Important: Please use "Classic" block element if you are using Gutenberg.
    34344. Optional parameters are `showinfo="0"` to hide the info message, `infotext="Your custom info for anons."` and `class="my-custom-css-class"` for adding CSS class to the info box.
    35355. Use parameter `role="[subscriber|contributor|author|editor|admin|your-custom-role]"`, e.g. `role="editor"` to hide content from users below editor capabilities.
  • restrict-anonymous-access/trunk/readme.txt

    r2278414 r2459065  
    44Tags: user access, restrict content, capabilities, access-control
    55Requires at least:
    6 Tested up to: 5.4
     6Tested up to: 5.6
    77Stable tag: 1.2
    88License: GPLv3
     
    31311. Upload the plugin files to the `/wp-content/plugins/restrict-anonymous-access` directory, or install the plugin through the WordPress plugins screen directly.
    32322. Activate the plugin through the 'Plugins' screen in WordPress.
    33 3. Use the shortcode `[member][/member]` in any post, page or custom post type in order to hide content from anonymous users.
     333. Use the shortcode `[member][/member]` in any post, page or custom post type in order to hide content from anonymous users. Important: Please use "Classic" block element if you are using Gutenberg.
    34344. Optional parameters are `showinfo="0"` to hide the info message, `infotext="Your custom info for anons."` and `class="my-custom-css-class"` for adding CSS class to the info box.
    35355. Use parameter `role="[subscriber|contributor|author|editor|admin|your-custom-role]"`, e.g. `role="editor"` to hide content from users below editor capabilities.
Note: See TracChangeset for help on using the changeset viewer.