| @@ -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', |