Plugin Directory

Changeset 3293763


Ignore:
Timestamp:
05/15/2025 06:06:26 AM (11 months ago)
Author:
wponlinesupport
Message:
  • Check compatibility to WordPress version 6.8.1
Location:
maintenance-mode-with-timer
Files:
40 added
2 edited

Legend:

Unmodified
Added
Removed
  • maintenance-mode-with-timer/trunk/maintenance-mode-by-wpos.php

    r3139708 r3293763  
    44 * Plugin URI: https://www.essentialplugin.com/wordpress-plugin/maintenance-mode-pro/
    55 * Description: Easy to add maintenance mode in your website.
    6  * Author: WP OnlineSupport
     6 * Author: Essential Plugin
    77 * Text Domain: maintenance-mode-with-timer
    88 * Domain Path: /languages/
    9  * Version: 1.2
    10  * Author URI: https://www.essentialplugin.com/wordpress-plugin/maintenance-mode-pro/
     9 * Version: 1.3
     10 * Author URI: https://www.essentialplugin.com
    1111 *
    12  * @package WordPress
    13  * @author WP OnlineSupport
     12 * @package Maintenance Mode with Timer
     13 * @author Essential Plugin
    1414 */
    1515
     
    2626
    2727if( ! defined( 'MTM_VERSION' ) ) {
    28     define( 'MTM_VERSION', '1.2' ); // Version of plugin
     28    define( 'MTM_VERSION', '1.3' ); // Version of plugin
    2929}
    3030if( ! defined( 'MTM_DIR' ) ) {
  • maintenance-mode-with-timer/trunk/readme.txt

    r3139708 r3293763  
    11=== Maintenance Mode with Timer ===
    2 Contributors: wponlinesupport, anoopranawat, pratik-jain
     2Contributors: essentialplugin
    33Tags: maintenance mode, coming soon with countdown timer, maintenance mode with countdown timer, site is offline, under construction
    4 Requires at least: 3.5
    5 Tested up to: 6.6.1
    6 Stable tag: 1.2
     4Requires at least: 4.0
     5Tested up to: 6.8.1
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
    56 1.2 (22 Aug 2024)
     56= 1.3 (15 May, 2025) =
     57* [*] Check compatibility with WordPress version 6.8.1
     58
     59= 1.2 (22 Aug 2024) =
    5760* [*] New - Added nonce security to plugin reset setting.
    5861* [*] Update - Use escaping functions for better security.
    5962* [*] Check compatibility with WordPress version 6.6.1
    6063
    61 1.1 (14 Feb 2022)
     64= 1.1 (14 Feb 2022) =
    6265* [*] Tested up to: 5.9
    6366* [-] Removed some unwanted code and files.
Note: See TracChangeset for help on using the changeset viewer.