Changeset 3293763
- Timestamp:
- 05/15/2025 06:06:26 AM (11 months ago)
- Location:
- maintenance-mode-with-timer
- Files:
-
- 40 added
- 2 edited
-
tags/1.3 (added)
-
tags/1.3/assets (added)
-
tags/1.3/assets/css (added)
-
tags/1.3/assets/css/fontello.css (added)
-
tags/1.3/assets/css/mmt-time-picker.css (added)
-
tags/1.3/assets/css/mtm-pro-admin.css (added)
-
tags/1.3/assets/css/mtm-pro-public.css (added)
-
tags/1.3/assets/font (added)
-
tags/1.3/assets/font/fontello.eot (added)
-
tags/1.3/assets/font/fontello.svg (added)
-
tags/1.3/assets/font/fontello.ttf (added)
-
tags/1.3/assets/font/fontello.woff (added)
-
tags/1.3/assets/font/fontello.woff2 (added)
-
tags/1.3/assets/images (added)
-
tags/1.3/assets/images/overlay.png (added)
-
tags/1.3/assets/images/sample-background.jpg (added)
-
tags/1.3/assets/images/sample-logo.png (added)
-
tags/1.3/assets/images/ui-icons_444444_256x240.png (added)
-
tags/1.3/assets/images/ui-icons_555555_256x240.png (added)
-
tags/1.3/assets/js (added)
-
tags/1.3/assets/js/jquery.counteverest.min.js (added)
-
tags/1.3/assets/js/mmt-ui-timepicker-addon.js (added)
-
tags/1.3/assets/js/mtm-pro-admin.js (added)
-
tags/1.3/assets/js/mtm-pro-public.js (added)
-
tags/1.3/includes (added)
-
tags/1.3/includes/admin (added)
-
tags/1.3/includes/admin/class-mtm-admin.php (added)
-
tags/1.3/includes/admin/mtm-how-it-work.php (added)
-
tags/1.3/includes/admin/settings (added)
-
tags/1.3/includes/admin/settings/mtm-pro-settings.php (added)
-
tags/1.3/includes/class-mtm-script.php (added)
-
tags/1.3/includes/mtm-functions.php (added)
-
tags/1.3/languages (added)
-
tags/1.3/maintenance-mode-by-wpos.php (added)
-
tags/1.3/readme.txt (added)
-
tags/1.3/templates (added)
-
tags/1.3/templates/clock-design.php (added)
-
tags/1.3/templates/footer.php (added)
-
tags/1.3/templates/header.php (added)
-
tags/1.3/templates/maintenance-template.php (added)
-
trunk/maintenance-mode-by-wpos.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
maintenance-mode-with-timer/trunk/maintenance-mode-by-wpos.php
r3139708 r3293763 4 4 * Plugin URI: https://www.essentialplugin.com/wordpress-plugin/maintenance-mode-pro/ 5 5 * Description: Easy to add maintenance mode in your website. 6 * Author: WP OnlineSupport6 * Author: Essential Plugin 7 7 * Text Domain: maintenance-mode-with-timer 8 8 * Domain Path: /languages/ 9 * Version: 1. 210 * Author URI: https://www.essentialplugin.com /wordpress-plugin/maintenance-mode-pro/9 * Version: 1.3 10 * Author URI: https://www.essentialplugin.com 11 11 * 12 * @package WordPress13 * @author WP OnlineSupport12 * @package Maintenance Mode with Timer 13 * @author Essential Plugin 14 14 */ 15 15 … … 26 26 27 27 if( ! defined( 'MTM_VERSION' ) ) { 28 define( 'MTM_VERSION', '1. 2' ); // Version of plugin28 define( 'MTM_VERSION', '1.3' ); // Version of plugin 29 29 } 30 30 if( ! defined( 'MTM_DIR' ) ) { -
maintenance-mode-with-timer/trunk/readme.txt
r3139708 r3293763 1 1 === Maintenance Mode with Timer === 2 Contributors: wponlinesupport, anoopranawat, pratik-jain2 Contributors: essentialplugin 3 3 Tags: maintenance mode, coming soon with countdown timer, maintenance mode with countdown timer, site is offline, under construction 4 Requires at least: 3.55 Tested up to: 6. 6.16 Stable tag: 1. 24 Requires at least: 4.0 5 Tested up to: 6.8.1 6 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 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) = 57 60 * [*] New - Added nonce security to plugin reset setting. 58 61 * [*] Update - Use escaping functions for better security. 59 62 * [*] Check compatibility with WordPress version 6.6.1 60 63 61 1.1 (14 Feb 2022) 64 = 1.1 (14 Feb 2022) = 62 65 * [*] Tested up to: 5.9 63 66 * [-] Removed some unwanted code and files.
Note: See TracChangeset
for help on using the changeset viewer.