=== Plugin Name ===
Contributors: emoxie, mattpramschufer
Donate link: https://emoxie.com
Tags: registration wall, regwall, reg wall
Requires at least: 3.8
Requires PHP: 7.2
Tested up to: 5.8
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Quickly and easily add a registration wall to your website to protect content.

== Description ==

Looking to protect content behind a registration wall?  This is the plugin for you.  You can easily restrict content
on a per CATEGORY based level which will display a registration wall for users that are not logged in.

= How It Works =
Getting everything setup will take you less than 1 minute with these simple steps.

- **Step 1** Install and Activate Plugin
- **Step 2** Navigate to Admin->Settings->Registration Wall
- **Step 3** Select which categories should be protected and click save.

**It's that simple.**

You can now browse to your content, when you are not logged in, you will see a registration wall which you can customize.


== Installation ==

1. Upload `registration-wall` zip file to the `/wp-content/plugins/` directory and unzip folder
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Visit Admin->Settings->Registration Wall for settings.

== Frequently Asked Questions ==

= Do you offer installation and customization services? =
Yes, if you need help with installation and/or would like additional customization work done for your website, you can fill out a request form at [https://emoxie.com/contact](https://emoxie.com/contact)

= I wish this plugin had XZY feature =

While we try to do our best to incorporate new features all the time, if you have a feature request please fill out a request form at [https://emoxie.com/contact](https://emoxie.com/contact)


== Screenshots ==

1. Admin Panel
2. Default Registration Wall

== Changelog ==

= 1.0.4 =
* UPDATE - Updated all vendor libraries
* UPDATE - Code refactoring to downgrade minimum php version

= 1.0.3 =
* UPDATE - Made it so when you click the login link it after logging it will redirect you back to page you were viewing.
* FEATURE - Created admin setting to allow to select which post types the registration wall pertains to.

= 1.0.2 =
* BUG - Removed extra code that was not needed at the moment which was causing issues.

= 1.0.1 =
* FEATURE - Added in ability to protect ALL categories rather than selecting just one at a time.

= 1.0.0 =
* Initial release