Plugin Directory

Changeset 3032200


Ignore:
Timestamp:
02/06/2024 01:53:15 PM (2 years ago)
Author:
cayenne
Message:

1.6.3 ver

Location:
anonymous-restricted-content/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anonymous-restricted-content/trunk/README.txt

    r3030199 r3032200  
    44Requires at least: 5.3
    55Tested up to: 6.4
    6 Stable tag: 1.6.2
     6Stable tag: 1.6.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676
    7777== Changelog ==
     78= 1.6.3 =
     79* Fixed issue with posts listing
     80
    7881= 1.6.2 =
    7982* Restricted content in REST API
  • anonymous-restricted-content/trunk/anonymous-restricted-content.php

    r3030199 r3032200  
    1111 * Plugin URI:        https://wordpress.org/plugins/anonymous-restricted-content/
    1212 * Description:       Restrict access to selected content (posts/pages/categories) for NOT LOGGED IN users.
    13  * Version:           1.6.2
     13 * Version:           1.6.3
    1414 * Author:            Taras Sych
    1515 * Author URI:        https://wordpress.org/plugins/anonymous-restricted-content/
     
    2828 * Currently plugin version.
    2929 */
    30 define( 'ARC_VERSION', '1.6.2' );
     30define( 'ARC_VERSION', '1.6.3' );
    3131define( 'ARC_PACKAGE_NAME', 'ARC' );
    3232
Note: See TracChangeset for help on using the changeset viewer.