Changeset 3032200
- Timestamp:
- 02/06/2024 01:53:15 PM (2 years ago)
- Location:
- anonymous-restricted-content/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
anonymous-restricted-content.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anonymous-restricted-content/trunk/README.txt
r3030199 r3032200 4 4 Requires at least: 5.3 5 5 Tested up to: 6.4 6 Stable tag: 1.6. 26 Stable tag: 1.6.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 76 76 77 77 == Changelog == 78 = 1.6.3 = 79 * Fixed issue with posts listing 80 78 81 = 1.6.2 = 79 82 * Restricted content in REST API -
anonymous-restricted-content/trunk/anonymous-restricted-content.php
r3030199 r3032200 11 11 * Plugin URI: https://wordpress.org/plugins/anonymous-restricted-content/ 12 12 * Description: Restrict access to selected content (posts/pages/categories) for NOT LOGGED IN users. 13 * Version: 1.6. 213 * Version: 1.6.3 14 14 * Author: Taras Sych 15 15 * Author URI: https://wordpress.org/plugins/anonymous-restricted-content/ … … 28 28 * Currently plugin version. 29 29 */ 30 define( 'ARC_VERSION', '1.6. 2' );30 define( 'ARC_VERSION', '1.6.3' ); 31 31 define( 'ARC_PACKAGE_NAME', 'ARC' ); 32 32
Note: See TracChangeset
for help on using the changeset viewer.