| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin Name: Stream - Activity Log & Audit Trail | |
| 3 | + * Plugin Name: Stream | |
| 4 | 4 | * Plugin URI: https://xwp.co/work/stream/ |
| 5 | - * Description: Stream is an activity log and audit trail for WordPress — track every change made on your site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action. | |
| 6 | - * Version: 4.4.0 | |
| 5 | + * Description: Stream tracks logged-in user activity so you can monitor every change made on your WordPress site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action. | |
| 6 | + * Version: 4.0.2 | |
| 7 | 7 | * Author: XWP |
| 8 | 8 | * Author URI: https://xwp.co |
| 9 | 9 | * License: GPLv2+ |
| 10 | 10 | * Text Domain: stream |
| @@ -30,20 +30,9 @@ | ||
| 30 | 30 | * along with this program; if not, write to the Free Software |
| 31 | 31 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 32 | 32 | */ |
| 33 | 33 | |
| 34 | -/** | |
| 35 | - * Configuration Constants | |
| 36 | - */ | |
| 37 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 38 | - exit; | |
| 39 | -} | |
| 40 | - | |
| 41 | -if ( ! defined( 'WP_STREAM_SETTINGS_CAPABILITY' ) ) { | |
| 42 | - define( 'WP_STREAM_SETTINGS_CAPABILITY', 'manage_options' ); | |
| 43 | -} | |
| 44 | - | |
| 45 | -const WP_STREAM_MIN_PHP_VERSION = '7.2'; | |
| 34 | +const WP_STREAM_MIN_PHP_VERSION = '7.0'; | |
| 46 | 35 | |
| 47 | 36 | if ( version_compare( PHP_VERSION, WP_STREAM_MIN_PHP_VERSION, '<' ) ) { |
| 48 | 37 | add_action( 'shutdown', 'wp_stream_fail_php_version' ); |
| 49 | 38 | } else { |