PluginProbe
Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More / 2.6.1
Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More v2.6.1
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.10 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 47 releases
← All changes | content-control.php +2 -4 trunk2.6.1 View file →
@@ -2,14 +2,12 @@
2 2 /**
3 3 * Plugin Name: Content Control
4 4 * Plugin URI: https://contentcontrolplugin.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=plugin-uri
5 5 * Description: Restrict content to logged in/out users or specific user roles. Restrict access to certain parts of a page/post. Control the visibility of widgets.
6 - * Version: 2.7.3
6 + * Version: 2.6.1
7 7 * Author: Code Atlantic
8 8 * Author URI: https://code-atlantic.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=author-uri
9 9 * Donate link: https://code-atlantic.com/donate/?utm_campaign=donations&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=donate-link
10 - * License: GPL-2.0-or-later
11 - * License URI: https://www.gnu.org/licenses/gpl-2.0.html
12 10 * Text Domain: content-control
13 11 *
14 12 * Minimum PHP: 7.4
15 13 * Minimum WP: 6.2
@@ -31,9 +29,9 @@
31 29 function get_plugin_config() {
32 30 return [
33 31 'name' => 'Content Control',
34 32 'slug' => 'content-control',
35 - 'version' => '2.7.3',
33 + 'version' => '2.6.1',
36 34 'option_prefix' => 'content_control',
37 35 // Maybe remove this and simply prefix `name` with `'Popup Maker'`.
38 36 'text_domain' => 'content-control',
39 37 'fullname' => 'Content Control',