=== Tsjippy Content Filter ===
Contributors: tsjippy
Donate link: https://www.harmseninnigeria.nl/
Requires at least: 6.3
Tested up to: 7.0
Stable tag: 10.4.7
Requires PHP: 8.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Great plugin to define which content to show depending on device type, user role or logged in status

== Description ==
This plugin filters all content to be only available to logged-in users, except for content with the public category.
It also makes it possible to move files to a private folder so that it is not directly accessible.<br>
<br>
Enabling this plugin will also add block visibilty options to all blocks<br>
Visibility of each block can be determined by user role, type of page(i.e. archive, home_page etc), mobile, or login status

== Hooks ==
== FILTERS ==
* apply_filters('tsjippy_allowed_rest_api_urls', $urls);
* apply_filters('tsjippy-content-filter-rest-not-logged-in-message', "You should be logged in to perform this request.<br>Login <a href='$loginUrl'>here</a>");
* apply_filters('tsjippy-content-filter-rest-not-logged-in-data', array( 'status' => rest_authorization_required_code() ));

== Actions ==
* tsjippy-content-filter-reset-page

== Issues ==
Please file any issues on the wp forum or directly on Github: 
* [comments](https://github.com/Tsjippy/content-filter/issues)
* [shared functionality](https://github.com/Tsjippy/shared-functionality/issues)

== Changelog ==
## [10.4.7] - 2026-07-14


## [10.4.6] - 2026-07-14


## [10.4.5] - 2026-07-13


## [10.4.4] - 2026-07-13


**Changed**
* updated to tsjippy-news-gallery-query filter

## [10.4.3] - 2026-07-12


## [10.4.2] - 2026-07-12


## [10.4.1] - 2026-07-11


## [10.4.0] - 2026-07-11




## [10.4.0] - 2026-07-11




## [10.3.0] - 2026-06-26




## [10.2.0] - 2026-06-19




## [10.1.0] - 2026-06-01


**Changed**
* merged hooks.md into readme.md



## [10.0.0] - 2026-05-01


**Added**
* trailing slash to pluginpath connstant
* redirection to settings page on plugin activation

**Changed**
* coverted to plugin with classes
* plugin name
* sim prefix to tsjippy prefix
* base namespace to TSJIPPY
* PLUGINCONSTANT value
* exclude .vscode from releases
* updated github workflow versions

**Fixed**
* admin page settings
* bug in constants
* pkugin activation
* pluginpath constant



## [10.0.0] - 2026-05-01


**Added**
* trailing slash to pluginpath connstant
* redirection to settings page on plugin activation

**Changed**
* coverted to plugin with classes
* plugin name
* sim prefix to tsjippy prefix
* base namespace to TSJIPPY
* PLUGINCONSTANT value
* exclude .vscode from releases
* updated github workflow versions

**Fixed**
* admin page settings
* bug in constants
* pkugin activation
* pluginpath constant



## [8.0.0] - 2024-10-04




