| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Taskbuilder |
| 4 | 4 | * Plugin URI: https://taskbuilder.net/ |
| 5 | 5 | * Description: All-in-One Project & Task Management Tool for WordPress. |
| 6 | - * Version: 6.0.3 | |
| 6 | + * Version: 6.0.6 | |
| 7 | 7 | * Author: Taskbuilder Team |
| 8 | 8 | * Author URI: https://taskbuilder.net/ |
| 9 | 9 | * Requires at least: 5.6 |
| 10 | 10 | * Requires PHP: 7.4 |
| @@ -21,9 +21,9 @@ | ||
| 21 | 21 | |
| 22 | 22 | if ( ! class_exists( 'WP_Taskbuilder' ) ) : |
| 23 | 23 | |
| 24 | 24 | final class WP_Taskbuilder { |
| 25 | - public $version = '6.0.3'; | |
| 25 | + public $version = '6.0.6'; | |
| 26 | 26 | public function __construct() { |
| 27 | 27 | // define global constants |
| 28 | 28 | $this->define_constants(); |
| 29 | 29 | // Include required files and classes |
| @@ -52,8 +52,9 @@ | ||
| 52 | 52 | include_once( WPPM_ABSPATH . 'includes/wppm-install.php' ); |
| 53 | 53 | include_once( WPPM_ABSPATH . 'includes/class-wppm-functions.php' ); |
| 54 | 54 | include( WPPM_ABSPATH.'includes/wppm_cron.php' ); |
| 55 | 55 | include_once( WPPM_ABSPATH . 'includes/wppm_actions.php' ); |
| 56 | + include_once( WPPM_ABSPATH . 'includes/wppm-pro-addons.php' ); | |
| 56 | 57 | if ($this->is_request('admin')) { |
| 57 | 58 | include_once( WPPM_ABSPATH . 'includes/class-wppm-admin.php' ); |
| 58 | 59 | include_once( WPPM_ABSPATH . 'includes/class-wppm-profile-update.php' ); |
| 59 | 60 | } |