Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nielslange/smntcs-private-site
Allow only logged in users to access the site.
https://github.com/nielslange/smntcs-private-site
smntcs smntcs-plugin wordpress wordpress-plugin
Last synced: 11 days ago
JSON representation
Allow only logged in users to access the site.
- Host: GitHub
- URL: https://github.com/nielslange/smntcs-private-site
- Owner: nielslange
- License: gpl-2.0
- Created: 2018-03-27T10:26:56.000Z (over 6 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-07T06:48:13.000Z (about 1 month ago)
- Last Synced: 2024-10-10T02:22:04.097Z (29 days ago)
- Topics: smntcs, smntcs-plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/smntcs-private-site/
- Size: 5.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMNTCS Private Site
![Support Level](https://img.shields.io/badge/support-active-green.svg)
![Build Status](https://github.com/nielslange/smntcs-private-site/actions/workflows/test.yml/badge.svg)
![GPLv2 License](https://img.shields.io/github/license/nielslange/smntcs-private-site.svg)
![Compatible to WordPress version](https://plugintests.com/plugins/smntcs-private-site/wp-badge.svg)
![Compatible to PHP version](https://plugintests.com/plugins/smntcs-private-site/php-badge.svg)
![Downloads](https://img.shields.io/wordpress/plugin/dt/smntcs-private-site.svg)
![Plugin Version](https://img.shields.io/wordpress/plugin/v/smntcs-private-site.svg)
![Tag Version](https://img.shields.io/github/tag/nielslange/smntcs-private-site.svg)Allow only logged in users to access the site.
## Installation
1. Upload `smntcs-private-site` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the `Plugins` menu in WordPress.
3. Go to `Customize » Private Site`.
4. Adjust the settings according to you needs.## Plugin page
You can find the plugin on https://wordpress.org/plugins/smntcs-private-site/.
## Changelog
### 1.9 (2023.10.21)
- Test up to WP 6.4
### 1.8 (2022.12.03)
- Test up to WP 6.1
### 1.7 (2022.01.09)
- Test up to WP 5.8
### 1.6 (2021.01.08)
- Test up to WP 5.6
### 1.5 (2019.10.15)
- Update GPLv2 to GPLv3
### 1.4 (2019.10.15)
- Test up to 5.3
- refactor based on PHPCS and WPCS### 1.3 (2019.05.14)
- Test up to WP 5.2
### 1.2 (2019.02.19)
- Test up to WP 5.1
### 1.1 (2019.02.19)
- Test up to WP 5.0
### 1.0 (2018.04.09)
- Initial release