wp-maintenance-mode
Last commit date
assets
2 years ago
includes
2 years ago
languages
5 years ago
vendor
2 years ago
views
3 years ago
CHANGELOG.md
2 years ago
README.md
2 years ago
index.php
9 years ago
readme.txt
2 years ago
uninstall.php
5 years ago
wp-maintenance-mode.php
2 years ago
README.md
318 lines
| 1 | # LightStart - Maintenance Mode, Coming Soon and Landing Page Builder # |
| 2 | |
| 3 | **Contributors:** [](https://profiles.wordpress.org/themeisle/themeisle](https://profiles.wordpress.org/themeisle/](https://profiles.wordpress.org/themeisle/) |
| 4 | **Plugin Name:** LightStart - Maintenance Mode, Coming Soon and Landing Page Builder |
| 5 | **Plugin URI:** https://themeisle.com/ |
| 6 | **Author:** Themeisle |
| 7 | **Author URI:** https://themeisle.com/ |
| 8 | **Tags:** maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown |
| 9 | **Requires at least:** 4.7 |
| 10 | **Tested up to:** 6.4 |
| 11 | **Stable tag:** 2.6.10 |
| 12 | **Requires PHP:** 5.6 |
| 13 | **License:** GPL-2.0+ |
| 14 | |
| 15 | Easy Drag & Drop Page Builder that adds a splash page to your site that it's perfect for a coming soon page, maintenance or landing page. |
| 16 | |
| 17 | ## Description ## |
| 18 | |
| 19 | Add a maintenance page to your blog that lets visitors know your blog is down for maintenance, add a coming soon page for a new website or create a landing page for an existing site. User with admin rights gets full access to the blog including the front end. |
| 20 | |
| 21 | 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. |
| 22 | |
| 23 | Also works with WordPress Multisite installs (each blog from the network has its own maintenance settings). |
| 24 | |
| 25 | ### Features ### |
| 26 | |
| 27 | * Fully customizable (change colors, texts and backgrounds). |
| 28 | * Subscription form (export emails to .csv file). |
| 29 | * Countdown timer (remaining time). |
| 30 | * Contact form (receive emails from visitors). |
| 31 | * Coming soon page; |
| 32 | * Landing page templates; |
| 33 | * WordPress multisite; |
| 34 | * Responsive design; |
| 35 | * Social media icons; |
| 36 | * Works with any WordPress theme; |
| 37 | * SEO options; |
| 38 | * Exclude URLs from maintenance; |
| 39 | * Bot functionality to collect the emails in a friendly and efficient way; |
| 40 | * GDPR Ready; |
| 41 | |
| 42 | ### Bugs, technical hints or contribute ### |
| 43 | |
| 44 | Please give us feedback, contribute and file technical bugs on [](https://github.com/andrianvaleanu/WP-Maintenance-ModeGitHub Repo](https://github.com/andrianvaleanu/WP-Maintenance-Mode](https://github.com/andrianvaleanu/WP-Maintenance-Mode). |
| 45 | |
| 46 | ### Credits ### |
| 47 | |
| 48 | Developed by [](https://themeisle.comThemeisle](https://themeisle.com](https://themeisle.com) |
| 49 | |
| 50 | ### What's Next ### |
| 51 | |
| 52 | If you like this plugin, then consider checking out our other projects: |
| 53 | |
| 54 | * <a href="https://optimole.com/">Optimole</a> - Optimole is your all-in-one image optimization solution for WordPress & beyond. |
| 55 | * <a href="https://wpshout.com/">WPShout</a> - In-Depth WordPress Tutorials for Developers |
| 56 | * <a href="https://revive.social/">Revive Social</a> - Revive Old Posts helps you keep your content alive and in front the audiences that matter. |
| 57 | * <a href="https://www.codeinwp.com/">CodeinWP</a> - CodeinWP stands for all-things-WordPress. From web design to freelancing and from development to business, your questions are covered. |
| 58 | * <a href="https://domainwheel.com">DomainWheel</a> - Free Short Website name generator, with the help of AI, for instant ideas. |
| 59 | |
| 60 | |
| 61 | Check-out <a href="https://themeisle.com/blog/" title="Themeisle blog">our blog</a> to learn from our <a href="https://themeisle.com/blog/category/wordpress/reviews/" title="WordPress Reviews">WordPress Reviews</a> and see other <a href="https://themeisle.com/blog/category/wordpress-plugins/" title="WordPress Plugins Comparisons">WordPress plugins</a>. |
| 62 | |
| 63 | ## Installation ## |
| 64 | |
| 65 | 1. Unpack the download package |
| 66 | 2. Upload all files to the `/wp-content/plugins/` directory, include folders |
| 67 | 3. Activate the plugin through the 'Plugins' menu in WordPress |
| 68 | 4. Go to `Settings` page, where you can change what settings you need (pay attention to **Exclude** option!) |
| 69 | |
| 70 | ## Screenshots ## |
| 71 | |
| 72 | 1. Maintenance Mode Example |
| 73 | 2. Maintenance Mode Example #2 |
| 74 | 3. Bot Example |
| 75 | 4. Dashboard General Settings |
| 76 | 5. Dashboard Design Settings |
| 77 | 6. Dashboard Modules Settings |
| 78 | 7. Dashboard Bot Settings |
| 79 | 8. Contact Form |
| 80 | |
| 81 | ## Frequently Asked Questions ## |
| 82 | |
| 83 | ### How to use plugin filters ### |
| 84 | Check out our [](https://github.com/codeinwp/Snippet-Library/Snippet Library](https://github.com/codeinwp/Snippet-Library/](https://github.com/codeinwp/Snippet-Library/). |
| 85 | |
| 86 | ### Cache Plugin Support ### |
| 87 | WP Maintenance Mode can be unstable due to the cache plugins; we recommend deactivating any cache plugin when maintenance mode is active. If you **really** want to use a cache plugin, make sure you delete the entire cache after each change. |
| 88 | |
| 89 | ### Exclude list ### |
| 90 | If you change your login url, please add the new slug (url: http://domain.com/newlogin, then you should add: newlogin) to Exclude list from plugin settings -> General Tab. |
| 91 | |
| 92 | Notice: `wp-cron.php` is excluded by default. |
| 93 | |
| 94 | ## Changelog ## |
| 95 | |
| 96 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.9...v2.6.10Version 2.6.10](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.9...v2.6.10](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.9...v2.6.10) (2024-02-28) |
| 97 | |
| 98 | ### Fixes |
| 99 | - Updated dependencies |
| 100 | |
| 101 | |
| 102 | |
| 103 | |
| 104 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.8...v2.6.9Version 2.6.9](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.8...v2.6.9](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.8...v2.6.9) (2023-12-22) |
| 105 | |
| 106 | ### Bug Fixes |
| 107 | - Fixed compatibility issue with WP 6.4 |
| 108 | - Fixed broken templates layout issue on the Safari browser |
| 109 | - Enhanced security |
| 110 | - Fixed compatibility issue with WP-Optimize |
| 111 | |
| 112 | |
| 113 | |
| 114 | |
| 115 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.7...v2.6.8Version 2.6.8](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.7...v2.6.8](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.7...v2.6.8) (2023-06-07) |
| 116 | |
| 117 | - Fix the Save button Module tab not working |
| 118 | - Codebase updates |
| 119 | |
| 120 | |
| 121 | |
| 122 | |
| 123 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.6...v2.6.7Version 2.6.7](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.6...v2.6.7](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.6...v2.6.7) (2023-04-01) |
| 124 | |
| 125 | - Bug fix: Addressed an unnecessary 'no maintenance page' error occurrence. |
| 126 | |
| 127 | |
| 128 | |
| 129 | |
| 130 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.5...v2.6.6Version 2.6.6](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.5...v2.6.6](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.5...v2.6.6) (2023-03-31) |
| 131 | |
| 132 | - Remove error notice for users that use an overriding custom template |
| 133 | - Update dependencies |
| 134 | |
| 135 | |
| 136 | |
| 137 | |
| 138 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.4...v2.6.5Version 2.6.5](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.4...v2.6.5](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.4...v2.6.5) (2023-03-01) |
| 139 | |
| 140 | Update dependencies |
| 141 | |
| 142 | |
| 143 | |
| 144 | |
| 145 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.3...v2.6.4Version 2.6.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.3...v2.6.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.3...v2.6.4) (2023-02-24) |
| 146 | |
| 147 | - Add the option to manage maintenance status on all sites from the network dashboard |
| 148 | - Update dependencies |
| 149 | |
| 150 | |
| 151 | |
| 152 | |
| 153 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.2...v2.6.3Version 2.6.3](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.2...v2.6.3](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.2...v2.6.3) (2023-02-06) |
| 154 | |
| 155 | * Update dependencies |
| 156 | |
| 157 | |
| 158 | |
| 159 | |
| 160 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.1...v2.6.2Version 2.6.2](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.1...v2.6.2](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.1...v2.6.2) (2022-12-16) |
| 161 | |
| 162 | * Add the option in the wizard to skip importing a template and installing Otter |
| 163 | * Improve the quality of the template screenshots |
| 164 | * Fix the template overriding issue |
| 165 | |
| 166 | |
| 167 | |
| 168 | |
| 169 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.0...v2.6.1Version 2.6.1](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.0...v2.6.1](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.0...v2.6.1) (2022-11-03) |
| 170 | |
| 171 | * Add a notice to announce the rebrand of the plugin |
| 172 | |
| 173 | |
| 174 | |
| 175 | |
| 176 | #### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.4...v2.6.0Version 2.6.0](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.4...v2.6.0](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.4...v2.6.0) (2022-11-02) |
| 177 | |
| 178 | * Adds Landing pages templates |
| 179 | * Adds more Coming soon and Maintenance mode templates |
| 180 | * Rebrand the plugin into LightStart |
| 181 | |
| 182 | |
| 183 | |
| 184 | |
| 185 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.3...v2.5.4Version 2.5.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.3...v2.5.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.3...v2.5.4) (2022-10-10) |
| 186 | |
| 187 | * Fix subscribers entry export for legacy forms. |
| 188 | * Fix PHP notice showing up on edge cases new installs. |
| 189 | |
| 190 | |
| 191 | |
| 192 | |
| 193 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.2...v2.5.3Version 2.5.3](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.2...v2.5.3](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.2...v2.5.3) (2022-09-28) |
| 194 | |
| 195 | * Fix wrong template loaded when the current post template is empty. |
| 196 | |
| 197 | |
| 198 | |
| 199 | |
| 200 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.1...v2.5.2Version 2.5.2](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.1...v2.5.2](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.1...v2.5.2) (2022-09-27) |
| 201 | |
| 202 | * Fix maintenance mode issue for previously logged users [](https://github.com/Codeinwp/wp-maintenance-mode/issues/321#321](https://github.com/Codeinwp/wp-maintenance-mode/issues/321](https://github.com/Codeinwp/wp-maintenance-mode/issues/321) |
| 203 | * Allow comments into exclude textarea so that you can comment on the IP addresses for location, props [](https://github.com/joostdekeijzer@joostdekeijzer](https://github.com/joostdekeijzer](https://github.com/joostdekeijzer) |
| 204 | * Fix PHP notice errors on specific scenarios [](https://github.com/Codeinwp/wp-maintenance-mode/issues/324#324](https://github.com/Codeinwp/wp-maintenance-mode/issues/324](https://github.com/Codeinwp/wp-maintenance-mode/issues/324) |
| 205 | * Fix Otter for saving subscriber entry |
| 206 | |
| 207 | |
| 208 | |
| 209 | |
| 210 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.0...v2.5.1Version 2.5.1](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.0...v2.5.1](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.0...v2.5.1) (2022-09-08) |
| 211 | |
| 212 | - Fixes a bug which was causing error on some instances |
| 213 | |
| 214 | |
| 215 | |
| 216 | |
| 217 | #### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.7...v2.5.0Version 2.5.0](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.7...v2.5.0](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.7...v2.5.0) (2022-09-08) |
| 218 | |
| 219 | - New Feature: Adds compatibility with Block Editor or any page builder for building the maintenance mode page. |
| 220 | - New Feature: Adds coming soon and maintenance mode starting templates. |
| 221 | |
| 222 | |
| 223 | |
| 224 | |
| 225 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.6...v2.4.7Version 2.4.7](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.6...v2.4.7](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.6...v2.4.7) (2022-08-08) |
| 226 | |
| 227 | ##### Fixes |
| 228 | * Fix login form display |
| 229 | * Fix email collecting by the bot |
| 230 | * Improve accessibility of the maintenance page thanks to @SophieWeb |
| 231 | |
| 232 | |
| 233 | |
| 234 | |
| 235 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.5...v2.4.6Version 2.4.6](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.5...v2.4.6](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.5...v2.4.6) (2022-06-15) |
| 236 | |
| 237 | * Improve data sanitizations for custom css and contact module |
| 238 | |
| 239 | |
| 240 | |
| 241 | |
| 242 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.4...v2.4.5Version 2.4.5](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.4...v2.4.5](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.4...v2.4.5) (2022-06-15) |
| 243 | |
| 244 | * Harden security and improve release process |
| 245 | |
| 246 | |
| 247 | |
| 248 | |
| 249 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.3...v2.4.4Version 2.4.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.3...v2.4.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.3...v2.4.4) (2022-02-10) |
| 250 | |
| 251 | Update dependencies |
| 252 | |
| 253 | |
| 254 | |
| 255 | |
| 256 | ##### [](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.2...v2.4.3Version 2.4.3](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.2...v2.4.3](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.4.2...v2.4.3) (2022-01-27) |
| 257 | |
| 258 | - Change ownership to Themeisle |
| 259 | |
| 260 | |
| 261 | |
| 262 | |
| 263 | ### 2.4.2 (18/01/2022) ### |
| 264 | * Misc: 900 000 Active Installs Celebrations! |
| 265 | * Misc: WordPress 5.9 compatibility |
| 266 | * Fix: jQuery UI CSS theme reference from jQuery CDN |
| 267 | * Misc: Text fixes in the dashboard |
| 268 | |
| 269 | ### 2.4.1 (20/07/2021) ### |
| 270 | * Misc: WordPress 5.8 compatibility |
| 271 | |
| 272 | ### 2.4.0 (13/05/2021) ### |
| 273 | * Design: add "Custom CSS" setting; Finally! :) |
| 274 | * Design: add "Footer links" color setting |
| 275 | * Design: add a list of available shortcodes under the "Text" editor |
| 276 | * Bot: make {visitor_name} placeholder work in all messages after the visitor types his name |
| 277 | * Misc: add [embed] shortcode for responsive video embeds; Compatible with YouTube, Vimeo, DailyMotion. |
| 278 | * Misc: make the exclude mechanism work with Cyrillic characters |
| 279 | * Misc: add `wpmm_maintenance_template` filter; It works the same way as the `wpmm_contact_template` filter, but for the maintenance template. |
| 280 | * Misc: now you can override the `contact` email template too; Check `/views/contact.php` for more details. |
| 281 | * Misc: better compatibility with translation plugins like Loco Translate |
| 282 | * Misc: the image uploaders (from the dashboard) are now translatable |
| 283 | * Misc: improve uninstall routine |
| 284 | * Misc: add `wpmm_delete_cache` action; It is called after each setting change. |
| 285 | * Misc: add support for cache plugins like WP Rocket, WP Fastest Cache, Endurance Page Cache, Swift Performance Lite, Cache Enabler, SG Optimizer, LiteSpeed Cache, Nginx Helper; |
| 286 | * Misc: remove `wpmm_count_where` helper function |
| 287 | * Misc: code improvements |
| 288 | |
| 289 | ### 2.3.0 (07/12/2020) ### |
| 290 | * Modules: add support for Google Analytics 4 measurement ID |
| 291 | * Design: enable media buttons on wp_editor (now you can add images from the editor) |
| 292 | * Bot: fix translation issue |
| 293 | * Misc: add filters for capabilities `wpmm_settings_capability`, `wpmm_subscribers_capability`, and `wpmm_all_actions_capability` (the last one can be used to override all capabilities) |
| 294 | * Misc: fix [loginform] shortcode redirect attribute |
| 295 | * Misc: a few CSS & Javascript improvements |
| 296 | * Misc: bump "Tested up to" version to 5.6 |
| 297 | |
| 298 | ### 2.2.4 (20/05/2019) ### |
| 299 | * bump "Tested up to" to 5.2.0 |
| 300 | * fix typo in Italian translation (it_IT) |
| 301 | * Bot: add a note about how you can export the list of subscribers [](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/195#195](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/195](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/195) |
| 302 | * Bot: add client-side sanitization to the input fields [](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/176#176](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/176](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/176) |
| 303 | |
| 304 | ### 2.2.3 (20/02/2019) ### |
| 305 | * bump "Tested up to" version to 5.1.0 |
| 306 | * replace "wpmu_new_blog" action with "wp_initialize_site" action for WP 5.1.0 users because the first one is deprecated in the new version |
| 307 | * small improvement to "check_exclude" method from "WP_Maintenance_Mode" class |
| 308 | |
| 309 | ### 2.2.2 (27/11/2018) ### |
| 310 | * Google Analytics module: migrate from analytics.js to gtag.js + add ip anonymization [](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/178#178](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/178](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/178) |
| 311 | * GDPR module: accept links inside texareas + add policy link target [](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/188#188](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/188](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/188) |
| 312 | * add charset meta tag [](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/200#200](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/200](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/200) |
| 313 | * fix PHP Notice: Undefined index: HTTP_USER_AGENT |
| 314 | * add plural and single form translation for subscribers number (settings page) |
| 315 | |
| 316 | ### Earlier versions ### |
| 317 | For the changelog of earlier versions, please refer to the [](http://plugins.svn.wordpress.org/wp-maintenance-mode/trunk/changelog.txtfull changelog](http://plugins.svn.wordpress.org/wp-maintenance-mode/trunk/changelog.txt](http://plugins.svn.wordpress.org/wp-maintenance-mode/trunk/changelog.txt). |
| 318 |