| @@ -15,9 +15,11 @@ | ||
| 15 | 15 | * @wordpress-plugin |
| 16 | 16 | * Plugin Name: Darkify |
| 17 | 17 | * Plugin URI: https://darkifywp.com/ |
| 18 | 18 | * Description: Darkify is for a stylish, modern darkmode look that people love. |
| 19 | - * Version: 1.5.4 | |
| 19 | + * Requires at least: 5.5 | |
| 20 | + * Requires PHP: 7.1 | |
| 21 | + * Version: 2.1.3 | |
| 20 | 22 | * Author: ThemeAtelier |
| 21 | 23 | * Author URI: https://themeatelier.net/ |
| 22 | 24 | * License: GPL-2.0+ |
| 23 | 25 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| @@ -39,9 +41,9 @@ | ||
| 39 | 41 | * Start at version 1.0.0 and use SemVer - https://semver.org |
| 40 | 42 | * Rename this for your plugin and update it as you release new versions. |
| 41 | 43 | */ |
| 42 | 44 | if (!defined('DARKIFY_VERSION')) { |
| 43 | - define('DARKIFY_VERSION', '1.5.4'); | |
| 45 | + define('DARKIFY_VERSION', '2.1.3'); | |
| 44 | 46 | } |
| 45 | 47 | if (!defined('DARKIFY_FILE')) { |
| 46 | 48 | define('DARKIFY_FILE', __FILE__); |
| 47 | 49 | } |