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 +3 -3 2.0.12.1.3 View file →
@@ -16,10 +16,10 @@
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 19 * Requires at least: 5.5
20 - * Requires PHP: 7.0
21 - * Version: 2.0.1
20 + * Requires PHP: 7.1
21 + * Version: 2.1.3
22 22 * Author: ThemeAtelier
23 23 * Author URI: https://themeatelier.net/
24 24 * License: GPL-2.0+
25 25 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -41,9 +41,9 @@
41 41 * Start at version 1.0.0 and use SemVer - https://semver.org
42 42 * Rename this for your plugin and update it as you release new versions.
43 43 */
44 44 if (!defined('DARKIFY_VERSION')) {
45 - define('DARKIFY_VERSION', '2.0.1');
45 + define('DARKIFY_VERSION', '2.1.3');
46 46 }
47 47 if (!defined('DARKIFY_FILE')) {
48 48 define('DARKIFY_FILE', __FILE__);
49 49 }