| @@ -1,14 +1,14 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Taskbuilder |
| 4 | 4 | * Plugin URI: https://wordpress.org/plugins/taskbuilder/ |
| 5 | - * Description: Wordpress Project Management & Task Management plugin. Easy to keep track of projects & tasks! | |
| 6 | - * Version: 5.0.1 | |
| 5 | + * Description: Wordpress Project & Task Management plugin. Easy to keep track of projects & tasks! | |
| 6 | + * Version: 4.0.2 | |
| 7 | 7 | * Author: Taskbuilder Team |
| 8 | 8 | * Author URI: https://taskbuilder.net/ |
| 9 | 9 | * Requires at least: 4.4 |
| 10 | - * Tested up to: 6.9 | |
| 10 | + * Tested up to: 6.7.2 | |
| 11 | 11 | * Text Domain: taskbuilder |
| 12 | 12 | * Domain Path: /lang |
| 13 | 13 | */ |
| 14 | 14 | |
| @@ -18,9 +18,9 @@ | ||
| 18 | 18 | |
| 19 | 19 | if ( ! class_exists( 'WP_Taskbuilder' ) ) : |
| 20 | 20 | |
| 21 | 21 | final class WP_Taskbuilder { |
| 22 | - public $version = '5.0.1'; | |
| 22 | + public $version = '4.0.2'; | |
| 23 | 23 | public function __construct() { |
| 24 | 24 | // define global constants |
| 25 | 25 | $this->define_constants(); |
| 26 | 26 | // Include required files and classes |