Plugin Directory

Changeset 3403736


Ignore:
Timestamp:
11/27/2025 02:51:26 AM (4 months ago)
Author:
domclic
Message:

Minor update

Location:
effortless-maintenance-mode/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • effortless-maintenance-mode/trunk/effortless-maintenance-mode.php

    r3281359 r3403736  
    22/**
    33 * @package           EffortlessMaintenanceModePlugin
    4  * @author            David Deflache
    5  * @copyright         2024 domclic
     4 * @author            domclic
     5 * @copyright         2025 domclic
    66 * @license           GPL-2.0-or-later
    77 *
    88 * Plugin Name:       Effortless Maintenance Mode
    99 * Description:       A simple maintenance mode plugin with customizable HTML and dynamic activation.
    10  * Version:           1.0.24
     10 * Version:           1.0.25
    1111 * Requires at least: 5.5
    1212 * Requires PHP:      7.2
    13  * Author:            David Deflache
     13 * Author:            domclic
    1414 * License:           GPLv2 or later
    1515 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    2121
    2222// Constants for the plugin.
    23 define( 'EMMP_PLUGIN_VERSION', '1.0.24' );
    24 define( 'EMMP_AUTHOR', 'David Deflache' );
     23define( 'EMMP_PLUGIN_VERSION', '1.0.25' );
     24define( 'EMMP_AUTHOR', 'domclic' );
    2525define( 'EMMP_COMPANY', 'domclic' );
    2626
  • effortless-maintenance-mode/trunk/readme.txt

    r3344935 r3403736  
    22
    33Contributors:       domclic
    4 Stable tag:         1.0.24
     4Stable tag:         1.0.25
    55Requires at least:  5.5 
    66Tested up to:       6.8
    77Requires PHP:       7.4 
    8 License:            GPLv2 or later
     8License:            GPLv2 or later
    99License URI:        https://www.gnu.org/licenses/gpl-2.0.html
    1010Tags:               effortless, maintenance, mode, wp
     
    4949
    5050== Changelog ==
     51
     52= 1.0.25 =
     53
     54* Minor update
    5155
    5256= 1.0.24 =
     
    110114== Upgrade Notice ==
    111115
    112 = 1.0.14 =
     116= 1.0.25 =
    113117
    114 * New versionning
     118* Minor update
    115119
    116120== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.