Changeset 3403736
- Timestamp:
- 11/27/2025 02:51:26 AM (4 months ago)
- Location:
- effortless-maintenance-mode/trunk
- Files:
-
- 2 edited
-
effortless-maintenance-mode.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
effortless-maintenance-mode/trunk/effortless-maintenance-mode.php
r3281359 r3403736 2 2 /** 3 3 * @package EffortlessMaintenanceModePlugin 4 * @author David Deflache5 * @copyright 202 4domclic4 * @author domclic 5 * @copyright 2025 domclic 6 6 * @license GPL-2.0-or-later 7 7 * 8 8 * Plugin Name: Effortless Maintenance Mode 9 9 * Description: A simple maintenance mode plugin with customizable HTML and dynamic activation. 10 * Version: 1.0.2 410 * Version: 1.0.25 11 11 * Requires at least: 5.5 12 12 * Requires PHP: 7.2 13 * Author: David Deflache13 * Author: domclic 14 14 * License: GPLv2 or later 15 15 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 21 21 22 22 // Constants for the plugin. 23 define( 'EMMP_PLUGIN_VERSION', '1.0.2 4' );24 define( 'EMMP_AUTHOR', ' David Deflache' );23 define( 'EMMP_PLUGIN_VERSION', '1.0.25' ); 24 define( 'EMMP_AUTHOR', 'domclic' ); 25 25 define( 'EMMP_COMPANY', 'domclic' ); 26 26 -
effortless-maintenance-mode/trunk/readme.txt
r3344935 r3403736 2 2 3 3 Contributors: domclic 4 Stable tag: 1.0.2 44 Stable tag: 1.0.25 5 5 Requires at least: 5.5 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 License: GPLv2 or later8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 Tags: effortless, maintenance, mode, wp … … 49 49 50 50 == Changelog == 51 52 = 1.0.25 = 53 54 * Minor update 51 55 52 56 = 1.0.24 = … … 110 114 == Upgrade Notice == 111 115 112 = 1.0. 14=116 = 1.0.25 = 113 117 114 * New versionning118 * Minor update 115 119 116 120 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.