PluginProbe
UpStream: a Project Management Plugin for WordPress / trunk
UpStream: a Project Management Plugin for WordPress vtrunk
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
← All changes | upstream.php +20 -20 2.0.7trunk View file →
@@ -1,20 +1,20 @@
1 -<?php
2 -/**
3 - * Plugin Name: UpStream
4 - * Description: A Project Management Plugin for WordPress
5 - * Author: UpStream
6 - * Author URI: https://upstreamplugin.com
7 - * Version: 2.0.7
8 - * Text Domain: upstream
9 - * Domain Path: /languages
10 - *
11 - * @package UpStream
12 - */
13 -
14 -if ( ! defined( 'ABSPATH' ) ) {
15 - exit;
16 -}
17 -
18 -define( 'UPSTREAM_PLUGIN_FILE', __FILE__ );
19 -
20 -require_once 'class-upstream.php';
1 +<?php
2 +/**
3 + * Plugin Name: UpStream
4 + * Description: A Project Management Plugin for WordPress
5 + * Author: UpStream
6 + * Author URI: https://upstreamplugin.com
7 + * Version: 2.1.1
8 + * Text Domain: upstream
9 + * Domain Path: /languages
10 + *
11 + * @package UpStream
12 + */
13 +
14 +if ( ! defined( 'ABSPATH' ) ) {
15 + exit;
16 +}
17 +
18 +define( 'UPSTREAM_PLUGIN_FILE', __FILE__ );
19 +
20 +require_once 'class-upstream.php';