PluginProbe ʕ •ᴥ•ʔ
LightStart – Maintenance Mode, Coming Soon and Landing Page Builder / 2.0.0
LightStart – Maintenance Mode, Coming Soon and Landing Page Builder v2.0.0
2.6.22 trunk 1.3 1.5.3 1.6.10 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.8.0 1.8.1 1.8.10 1.8.11 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.2 2.2.2 2.2.3 2.2.4 2.3.0 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.6.0 2.6.1 2.6.10 2.6.11 2.6.12 2.6.13 2.6.14 2.6.15 2.6.16 2.6.17 2.6.18 2.6.19 2.6.2 2.6.20 2.6.21 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9
wp-maintenance-mode / readme.txt
wp-maintenance-mode Last commit date
assets 11 years ago includes 11 years ago languages 11 years ago views 11 years ago index.php 11 years ago readme.md 11 years ago readme.txt 11 years ago uninstall.php 11 years ago wp-maintenance-mode.php 11 years ago
readme.txt
322 lines
1 === WP Maintenance Mode ===
2 Contributors: Designmodo, GeorgeJipa
3 Plugin Name: WP Maintenance Mode
4 Plugin URI: http://designmodo.com/
5 Author: Designmodo
6 Author URI: http://designmodo.com/
7 Tags: maintenance, mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown
8 Requires at least: 3.5
9 Tested up to: 3.9.2
10 Stable tag: 2.0.0
11 License: GPL
12
13 Adds a splash page to your site that lets visitors know your site is down for maintenance. It's perfect for a coming soon page.
14
15 == Description ==
16
17 Add a maintenance page to your blog that lets visitors know your blog is down for maintenance, or add a coming soon page for a new website. User with admin rights gets full access to the blog including the front end.
18
19 Activate the plugin and your blog is in maintenance-mode, works and only registered users with enough rights can see the front end. You can use a date with a countdown timer for visitor information or set a value and unit for information.
20 Also works with WordPress Multisite installs (each blog from the network has it's own maintenance settings).
21
22 = Features =
23
24 * Fully customizable (change colors, texts and backgrounds);
25 * Subscription form (export emails to .csv file);
26 * Countdown timer (remaining time);
27 * Contact form (receive emails from visitors);
28 * Coming soon page;
29 * Landing page templates;
30 * WordPress multisite;
31 * Responsive design;
32 * Social media icons;
33 * Works with any WordPress theme;
34 * SEO options;
35 * Exclude URLs from maintenance.
36
37 = Bugs, technical hints or contribute =
38
39 Please give us feedback, contribute and file technical bugs on [GitHub Repo](https://github.com/Designmodocom/WP-Maintenance-Mode).
40
41 == Installation ==
42
43 1. Unpack the download package
44 2. Upload all files to the `/wp-content/plugins/` directory, include folders
45 3. Activate the plugin through the 'Plugins' menu in WordPress
46 4. Go to `Settings` page, where you can change what settings you need (pay attention to **Exclude** option!)
47
48 == Screenshots ==
49
50 1. Maintenance Mode example
51 2. Maintenance Mode example #2
52 3. Contact form
53 4. Dashboard General settings
54 5. Dashboard Design settings
55 6. Dashboard Modules settings
56
57 == Frequently Asked Questions ==
58
59 = How to use plugin filters =
60 See [GitHub Repo] (https://github.com/Designmodocom/WP-Maintenance-Mode) FAQ.
61
62 = Cache Plugin Support =
63 The plugin flush the cache on activate the maintenance mode form the plugins W3 Total Cache and WP Super Cache
64
65 == Changelog ==
66
67 = 2.0.0 (02/09/2014) =
68 * Changed design and functionality, new features
69 * Changed multisite behaviour: now you can activate maintenance individually (each blog from the network has it's own maintenance settings)
70 * Removed actions: `wm_header`, `wm_footer`, `wm_content`
71 * Removed filters: `wm_header`
72 * Removed [loginform] shortcode
73 * Some filters are depreciated (but still available in next 4 releases, after that will be removed) and replaced with new ones:
74 - `wm_heading` -> `wpmm_heading`,
75 - `wp_maintenance_mode_status_code` -> `wp_maintenance_mode_status_code`
76 - `wm_title` -> `wpmm_meta_title`
77 - `wm_meta_author` -> `wpmm_meta_author`
78 - `wm_meta_description` -> `wpmm_meta_description`
79 - `wm_meta_keywords` -> `wpmm_meta_keywords`
80 * Added new filters:
81 - `wpmm_backtime` - can be used to change the backtime from page header
82 - `wpmm_meta_robots` - can be used to change `Robots Meta Tag` option (from General)
83 - `wpmm_text` - can be used to change `Text` option (from Design > Content)
84 - `wpmm_scripts` - can be used to embed new javascripts files
85 - `wpmm_styles` - can be used to embed new css files
86 - `wpmm_search_bots` - if you have `Bypass for Search Bots` option (from General) activated, it can be used to add new bots (useragents)
87 * Removed themes and now we have a "Design" & "Modules" tabs, where the look and functionality of the maintenance page can be changed as you need
88
89 = 07/07/2014 =
90 * Switch to new owner, contributor
91
92 = 1.8.11 (07/25/2013) =
93 * Fixes for php notices in scrict mode
94 * Alternative for check url, if curl is not installed
95
96 = 1.8.10 (07/18/2013) =
97 * Add check for urls, Performance topics
98 * Change default setting of 'Support Link' to false
99 * Fix network settings php notices
100
101 = 1.8.9 (06/20/2013) =
102 * Allow empty header, title, heading string
103 * Small code changes
104 * Add Support function
105 * Remove preview, will include later in a new release with extra settings page
106
107 = 1.8.8 (06/05/2013) =
108 * Fix path to localized flash content
109 * Fix preview function
110 * Add ukrainian translation
111 * Add czech translation
112 * Fix exclude function for IP
113 * Security fix for save status via Ajax
114
115 = 1.8.7 (04/07/2013) =
116 * Add RTL support for splash page
117 * Add Filter Hook `wp_maintenance_mode_status_code` Status Code; default is 503
118 * Add support for custom splash page; leave a file with this name `wp-maintenance-mode.php` in the wp-content; the plugin use this file
119 The plugin checks in `WP_CONTENT_DIR . '/wp-maintenance-mode.php'`
120 * Small minor changes
121 * Add filter for more date on splash page
122
123 = 1.8.6 (02/22/2013) =
124 * Remove log inside console for JS
125 * Add support for time inside the countdown
126 * Add filter hook `wm_meta_author`for the meta data author
127 * Add filter hook `wm_meta_description` for custom description
128 * Add filter hook `wm_meta_keywords`for custom meta keys
129
130 = 1.8.5 (01/24/2013) =
131 * Added new settings for hide, view notices about the active maintenance mode
132 * Changes on source, codex
133 * Fix PHP Notices [Support Thread](http://wordpress.org/support/topic/error-message-in-settings-1)
134 * Change default settings, added ajax
135 * Fix Preview function
136 * Fix uninstall in WPMU
137 * Small updates on styles for login form
138
139 = 1.8.4 (12/06/2012) =
140 * Fix for include JS in frontend to use countdown
141 * Small mini fix for a php notice
142 * Add charset on spalsh page for strange databases
143 * Enhanced default exclude adresses
144 * Add shortcode `[loginform]` for easy use a login form in splash page
145 * Test with WordPress 3.5
146
147 = 1.8.3 =
148 * Fix for the forgotten update of JS-files; slow SVN :(
149 * Minor Fixes
150
151 = 1.8.2 =
152 * Add different access for Frontend and Backend
153 * Add Rewrite after Login for Frontend Access
154 * Different small changes
155 * Test for WP 3.5
156
157 = 1.8.1 =
158 * Add option for value of robots meta tag
159 * Add option for optional admin login
160
161 = 1.8.0 =
162 * Include all scripts in backend via function
163 * Update datepicker and countdown js
164 * Supportet IP as exclude for see the frontend
165 * Add support for flish cache od WP Super Cache and W3 Total Cache plugins
166 * Fix for changes in WP 3.3 Multisite
167
168 = 1.7.1 (12/05/2011) =
169 * fix for WP smaller 3.2* on Network
170
171 = 1.7.0 (12/02/2011) =
172 * add functionalities to use in WP Multisite
173 * remove message in header, current is not fixed the ticked in core and the message on Admin Bar an Notice is enough
174 * check on WP 3.3RC1
175
176 = 1.6.10 (08/30/2011) =
177 * add hint in Admin Bar, if active
178 * small changes for WP Codex
179
180 = 1.6.9 (06/13/2011) =
181 * Small fix for empty string on custom design
182
183 = 1.6.8 (04/05/2011) =
184 * Small changes on check for datepicker
185 * Fix for Design monster
186
187 = 1.6.7 (01/05/2011) =
188 * Bugfix: new check for files for different themes; hope this fix the server errors
189 * Bugfix: fix add default settings
190 * Maintenance: different changes on the syntax
191 * Feature: add check for Super Admin on WP Multisite; has allways the rights for access
192 * Feature: now it is possible to exclude feed from maintenance mode
193 * Maintenance: check with 3.0.4 and 3.1-RC2
194 * Maintenance: update language file: .pot, de_DE
195 * Bugfix: JavaScript error on Bulk Actions on plugins fixed
196 * Maintenance: fix all notice, if set no values
197
198 = 1.6.6. (10/09/2010) =
199 * Maintenance: many changes on the code; $locale and hook in side frontend
200 * Maintenance: change attribute_escaped to esc_attr with custom method for WP smaller 2.8
201 * Maintenance: Update german language files
202 * Feature: Shortcodes is now possible in the "Text" option
203 * Feature: no cache header rewrite
204
205 = 1.6.5 (09/16/2010) =
206 * add new design "Chemistry" by [elmastudio.de](http://www.elmastudio.de/ "elmastudio.de")
207 * changes for include methods od class for preview
208 * changes the possibility for include of language specific flash files
209
210 = 1.6.4 (09/13/2010) =
211 * add preview functions
212 * bugfix for list in wp-admin/plugins.php
213 * remove datepicker.regional - dont work fine
214 * different small changes
215 * new language file .pot
216 * add flash file and change on plugin for style "Animate" for spanish language
217
218 = 1.6.3 (07/27/2010) =
219 * bugfix to include stylesheet on maintenance mode message
220
221 = 1.6.2 (07/08/2010) =
222 * add functions for hint in the new UI of WP 3.0
223 * add more WP Codex standard source
224 * fix strings in the language and languages files
225 * add datetimepicker-de
226
227 = 1.6.1 (06/18/2010) =
228 * fix a problem with https://; see [Ticket #13941](http://core.trac.wordpress.org/ticket/13941)
229
230 = 1.6 (05/17/2010) =
231 * bugfix for exclude sites
232
233 = 1.5.9 (05/07/2010) =
234 * change different points
235 * add possibility to wotk with MySQLDumper
236
237 = 1.5.8 (21/03/2010)=
238 * fix exclude error
239 * add textareas for heading and header fields
240
241 = 1.5.7 (03/18/2010) =
242 * block admin-area via role
243 * add message for registered users with not enough rights
244 * add message on login-page
245 * different changes
246
247 = 1.5.6 (02/25/2010) =
248 * changes on css, site.php and different syntax on the plugin
249
250 = 1.5.5 (02/23/2010) =
251 * SORRY, small bug for the url to jQuery
252
253 = 1.5.4 (02/23/2010) =
254 * add time for countdown
255 * changes for WP 3.0
256 * changees on rights to see frontend
257
258 = 1.5.3 (01/05/2010) =
259 * Fix for JavaScript with WordPress 2.9
260 * Add new custom fields for fronted: title, header, heading
261 * Fix for setting userrole to see frontend
262 * Change laguage files
263
264 = 1.5.2 (01/04/2010) =
265 * add user-role setting
266 * correctly the de_DE language file
267
268 = 1.5.1 (10/04/2009) =
269 * add small fix
270 * add language files (en_ES, ro_RO)
271
272 = 1.5.0 (09/28/2009) =
273 * add countdown
274 * change options
275 * change default options
276 * add field for own adress to excerpt of the maintenance mode
277 * etc.
278
279 = 1.4.9 (07/09/2009) =
280 * also ready for WordPress 2.6
281 * add romanian language files
282 * add italian language file by [Gianni Diurno](http://gidibao.net/ "Gianni Diurno")
283
284 = 1.4.8 (03/09/2009) =
285 * add design "Damask" by [Fabian Letscher](http://fabianletscher.de/ "Fabian Letscher")
286 * add design "Lego" by [Alex Frison](http://www.afrison.com/ "Alex Frison")
287
288 = 1.4.7 (26/08/2009) =
289 * change doc-type to utf-8 without BOM
290
291 = v1.4.6 (24/08/2009) =
292 * add design "Animate (Flash)" by [Sebastian Schmiedel](http://www.cayou-media.de/ "Sebastian Schmiedel")
293 * add new hook for add content `wm_content` to include flash on content
294 * add frensh language files
295
296 = v1.4.5 (19/08/2009) =
297 * fix html string in text on frontend
298 * add design "Paint" by [Marvin Labod](http://bugeyes.de/ "Marvin Labod")
299 * add turkey language files
300
301 = v1.4.4 (18/08/2009) =
302 * add design "Chastely" by [Florian Andreas Vogelmaier](http://fv-web.de/ "Florian Andreas Vogelmaier")
303 * add design "Only Typo" by [Robert Pfotenhauer](http://krautsuppe.de/ "Robert Pfotenhauer")
304
305 = v1.4.3 (13/08/2009) =
306 * add option for the Text
307 * add option for active maintenance mode
308 * add design "The FF Error" by [Thomas Meschke](http://www.lokalnetz.com/ "Thomas Meschke")
309 * add design "Monster" by [Sebastian Sebald](http://www.backseatsurfer.de "Sebastian Sebald")
310
311 = v1.4.2 (10/08/2009) =
312 * add design "The Sun" by [Nicki Steiger](http://mynicki.net/ "Nicki Steiger")
313 * now it is possible to add own css and add in settings the url to the css-file
314
315 = v1.4.1 (07/08/2009) =
316 * small html-fix
317
318 = v1.4 (06/08/2009) =
319 * complety new code
320 * options menu
321 * new designs by [David Hellmann](http://www.davidhellmann.com/ "David Hellmann")
322