PluginProbe
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) / 2.1.3
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) v2.1.3
2.1.3 2.1.2 2.1.1 2.1.0 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 trunk 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 All 57 releases
← All changes | darkify.php +4 -2 1.5.42.1.3 View file →
@@ -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 }