Coming soon and Maintenance mode - Version 2.9.0

Version Description

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Coming soon and Maintenance mode
Version 2.9.0
Comparing to
See all releases

Code changes from version 2.8.9 to 2.9.0

coming_soon.php CHANGED
@@ -2,8 +2,9 @@
2
  /**
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
 
5
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
6
- * Version: 2.8.9
7
  * Author: wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
@@ -32,6 +33,8 @@ class coming_soon_main{
32
  $this->coming_soon_front_end(); //Function responsible for front-end
33
 
34
  }
 
 
35
 
36
  public function create_admin_menu(){
37
  // Registration of file that is responsible for admin menu
2
  /**
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
+ * Author URI: http://wpdevart.com
6
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
7
+ * Version: 2.9.0
8
  * Author: wpdevart, big ben keeper
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
33
  $this->coming_soon_front_end(); //Function responsible for front-end
34
 
35
  }
36
+
37
+ /*############ Create admin menu function ################*/
38
 
39
  public function create_admin_menu(){
40
  // Registration of file that is responsible for admin menu
includes/admin_menu.php CHANGED
@@ -175,7 +175,7 @@ class coming_soon_admin_menu{
175
  }
176
 
177
 
178
- /*######################### Logo Section #################################*/
179
  public function generete_logo_section($page_parametrs){
180
 
181
  ?>
@@ -273,7 +273,7 @@ class coming_soon_admin_menu{
273
  </div>
274
  <?php
275
  }
276
- /*######################### Title Section #################################*/
277
  public function generete_title_section($page_parametrs){
278
 
279
  ?>
175
  }
176
 
177
 
178
+ /*######################### Generate Logo Function #################################*/
179
  public function generete_logo_section($page_parametrs){
180
 
181
  ?>
273
  </div>
274
  <?php
275
  }
276
+ /*######################### Generate Title Function #################################*/
277
  public function generete_title_section($page_parametrs){
278
 
279
  ?>
includes/install_database.php CHANGED
@@ -34,7 +34,7 @@ class install_database{
34
  ),
35
  "coming_title"=>array(
36
  "coming_soon_page_title_enable" => "1",
37
- "coming_soon_page_page_title" => "Coming soon page"
38
  ),
39
  "coming_message"=>array(
40
  "coming_soon_page_message_enable" => "1",
34
  ),
35
  "coming_title"=>array(
36
  "coming_soon_page_title_enable" => "1",
37
+ "coming_soon_page_page_title" => "Maintenance page"
38
  ),
39
  "coming_message"=>array(
40
  "coming_soon_page_message_enable" => "1",
readme.txt CHANGED
@@ -1,19 +1,17 @@
1
- === Coming soon ===
2
  Contributors: wpdevart, big ben keeper
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
- Tags: coming soon, coming soon page, coming soon plugin, wordpress coming soon, coming soon wp, construction, landing page, widget, Post, plugin, admin, launch page, maintenance, maintenance mode, offline, unavailable, under construction, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, preview, subscriber, under maintenance, site maintenance, schedule maintenance, admin maintenance, custom maintenence mode, responsive, video background, under construction page, backgound slideshow, under construction plugin
5
  Requires at least: 3.4.0
6
  Tested up to: 4.7.3
7
- Stable tag: 2.8.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
- Coming soon and Maintenance mode plugin is an awesome tool to show your website visitors that you are working on your website for making it better. Maintenance mode and Coming soon plugin is one of the best Maintenance plugins on store.
12
 
13
  == Description ==
14
 
15
- = Coming soon and Maintenance mode plugin =
16
-
17
  It's not easy to create coming soon page for WordPress without coding knowledge. That's why our team do his best to help WordPress users to create coming soon pages easily and quickly.Our coming soon and Maintenance mode plugin is the best way to create better coming soon page.
18
 
19
  ### View our Coming Soon and Maintenance mode plugin Demo page:
@@ -107,7 +105,7 @@ You can upgrade WordPress Coming Soon and Maintenance mode plugin to [Coming soo
107
 
108
  ### If you found any bug in our WordPress Coming soon and Maintenance mode plugin or have a question contact us at support@wpdevart.com.
109
 
110
- The Coming Soon and Maintenance mode plugin allows you to create Coming Soon page for your website simply and quickly. You just need to enable the Coming Soon Mode to change your website to Maintenance mode.
111
 
112
  The Coming Soon and Maintenance mode plugin plugin works without any problem with all popular WordPress themes that we tested, so you can use our Coming Soon and Maintenance mode plugin on any theme you like, if something goes wrong just let us know about it.
113
  Logged out users of your website will see the Maintenance mode while logged-in users will have access to your website. Maintenance mode is ideal solution for web developers who want to show their clients that website is in Maintenance mode while they working on the website.
@@ -225,371 +223,371 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
225
 
226
  == Changelog ==
227
 
228
- = 1.0.0 =
229
 
230
  * Initial version.
231
 
232
- = 1.0.1 =
233
 
234
  * Bug fixed
235
 
236
- = 1.0.2 =
237
 
238
  * Bug fixed
239
 
240
- = 1.0.3 =
241
 
242
  * Fixed issues
243
 
244
- = 2.0.0 =
245
 
246
  * Added new features and fixed bugs
247
 
248
- = 2.0.1 =
249
 
250
  * Fixed spelling mistakes in admin panel
251
 
252
- = 2.0.2 =
253
 
254
  * Bug Fixed on 4.2
255
 
256
- = 2.0.3 =
257
 
258
  * Bug Fixed and added featured plugins page
259
 
260
- = 2.0.4 =
261
 
262
  * Bug Fixed
263
 
264
- = 2.0.5 =
265
 
266
  * Added comments for developers.
267
 
268
- = 2.0.6 =
269
 
270
  * Added new function for social websites.
271
 
272
- = 2.0.7 =
273
 
274
  * Fixed bugs.
275
 
276
- = 2.1.0 =
277
 
278
  * Fixed some notices.
279
 
280
- = 2.1.1 =
281
 
282
  * Added new featured plugin.
283
 
284
- = 2.1.2 =
285
 
286
  * Corrected some spelling mistakes.
287
 
288
- = 2.1.3 =
289
 
290
  * Fixed notices.
291
 
292
- = 2.1.4 =
293
 
294
  * Edited some texts.
295
 
296
- = 2.1.5 =
297
 
298
  * Edited Comments in code.
299
 
300
- = 2.1.6 =
301
 
302
  * Fixed mistakes.
303
 
304
- = 2.1.7 =
305
 
306
  * made different changes.
307
 
308
- = 2.1.8 =
309
 
310
  * Fixed mistakes.
311
 
312
- = 2.1.9 =
313
 
314
  * Made changes.
315
 
316
- = 2.2.0 =
317
 
318
  * Fixed notice.
319
 
320
- = 2.2.1 =
321
 
322
  * Made changes.
323
 
324
- = 2.2.2 =
325
 
326
  * Fixed notice.
327
 
328
- = 2.2.3 =
329
 
330
  * Fixed mistakes.
331
 
332
- = 2.2.4 =
333
 
334
  * Added new featured plugin.
335
 
336
- = 2.2.5 =
337
 
338
  * Some changes.
339
 
340
- = 2.2.6 =
341
 
342
  * Added new featured plugin.
343
 
344
- = 2.2.7 =
345
 
346
  * Some changes.
347
 
348
- = 2.2.8 =
349
 
350
  * Some changes.
351
 
352
- = 2.2.9 =
353
 
354
  * Fixed animation bug.
355
 
356
- = 2.3.0 =
357
 
358
  * Corrected some texts(comments) for developers.
359
 
360
- = 2.3.1 =
361
 
362
  * Corrected comments in code.
363
 
364
- = 2.3.2 =
365
 
366
  * Changed some comments in code.
367
 
368
- = 2.3.3 =
369
 
370
  * Changed some options in admin menu.
371
 
372
- = 2.3.4 =
373
 
374
  * Corrected comments in code.
375
 
376
- = 2.3.5 =
377
 
378
  * Corrected comments.
379
 
380
- = 2.3.6 =
381
 
382
  * Fixed mistakes.
383
 
384
- = 2.3.7 =
385
 
386
  * Change some admin options.
387
 
388
- = 2.3.8 =
389
 
390
  * Corrected comments in code.
391
 
392
- = 2.3.9 =
393
 
394
  * Edit admin options.
395
 
396
- = 2.4.0 =
397
 
398
  * Edit admin options.
399
 
400
- = 2.4.1 =
401
 
402
  * Remove featured plugin from admin.
403
 
404
- = 2.4.2 ==
405
 
406
  * Edit featured plugins list.
407
 
408
- = 2.4.3 ==
409
 
410
  * Corrected comments in code.
411
 
412
- = 2.4.4 ==
413
 
414
  * Corrected mistakes.
415
 
416
- = 2.4.5 ==
417
 
418
  * Edit admin options.
419
 
420
- = 2.4.6 ==
421
 
422
  * Changed some comments in code.
423
 
424
- = 2.4.7 ==
425
 
426
  * Edit admin options.
427
 
428
- = 2.4.8 ==
429
 
430
  * Corrected mistakes.
431
 
432
- = 2.4.9 ==
433
 
434
  * Made some important changes.
435
 
436
- = 2.5.0 ==
437
 
438
  * Edit some messages in code.
439
 
440
- = 2.5.1 ==
441
 
442
  * Changed some comments in code.
443
 
444
- = 2.5.2 ==
445
 
446
  * Changed some discriptions in admin menu.
447
 
448
- = 2.5.3 ==
449
 
450
  * Edit some descriptions.
451
 
452
- = 2.5.4 ==
453
 
454
  * Fixed issues.
455
 
456
- = 2.5.5 ==
457
 
458
  * Corrected mistakes.
459
 
460
- = 2.5.6 ==
461
 
462
  * Edit some options descriptions.
463
 
464
- = 2.5.7 ==
465
 
466
  * Edit comments in code for developers.
467
 
468
- = 2.5.8 ==
469
 
470
  * Fixed mistakes.
471
 
472
- = 2.5.9 ==
473
 
474
  * Fixed issues.
475
 
476
- = 2.6.0 ==
477
 
478
  * Edit mwnu options and descriptions.
479
 
480
- = 2.6.1 ==
481
 
482
  * Changed some comments in code.
483
 
484
- = 2.6.2 ==
485
 
486
  * Edited install databse.
487
 
488
- = 2.6.3 ==
489
 
490
  * Fixed issues.
491
 
492
- = 2.6.4 ==
493
 
494
  * Added new url for pro version.
495
 
496
- = 2.6.5 ==
497
 
498
  * Edited comments in code.
499
 
500
- = 2.6.6 ==
501
 
502
  * Made some changes.
503
 
504
- = 2.6.7 ==
505
 
506
  * Bug fixed.
507
 
508
- = 2.6.8 ==
509
 
510
  * Added new fatured plugin to the list.
511
 
512
- = 2.6.9 ==
513
 
514
  * Fixed Upload Button issue.
515
 
516
- = 2.7.0 ==
517
 
518
  * Fixed issues.
519
 
520
- = 2.7.1 ==
521
 
522
  * Edit admin option name descriptions.
523
 
524
- = 2.7.2 ==
525
 
526
  * Corrected mistakes in code comments.
527
 
528
- = 2.7.3 ==
529
 
530
  * Fixed issues.
531
 
532
- = 2.7.4 ==
533
 
534
  * Edit comments in coming soon plugin code.
535
 
536
- = 2.7.5 ==
537
 
538
  * Edit plugin files.
539
 
540
- = 2.7.6 ==
541
 
542
  * Edited default values.
543
 
544
- = 2.7.7 ==
545
 
546
  * Edit Install database file.
547
 
548
- = 2.7.8 ==
549
 
550
  * Changed coming soon page default title.
551
 
552
- = 2.7.9 ==
553
 
554
  * Edit code comments.
555
 
556
- = 2.8.0 ==
557
 
558
  * Edit coming soon page title.
559
 
560
- = 2.8.1 ==
561
 
562
  * Add some information about plugin functions.
563
 
564
- = 2.8.2 ==
565
 
566
  * Edit default settings.
567
 
568
- = 2.8.3 ==
569
 
570
  * Edit some code in coming soon files.
571
 
572
- = 2.8.4 ==
573
 
574
  * Changed some descriptions.
575
 
576
- = 2.8.5 ==
577
 
578
  * Added install database function description.
579
 
580
- = 2.8.6 ==
581
 
582
  * Edited notices in code.
583
 
584
- = 2.8.7 ==
585
 
586
  * Added new featured plugin.
587
 
588
- = 2.8.8 ==
589
 
590
  * Uploaded new icon for featured plugin.
591
 
592
- = 2.8.9 ==
593
 
594
  * Added function comments in code.
595
 
1
+ === Coming soon, Maintenance Mode, Under Construction ===
2
  Contributors: wpdevart, big ben keeper
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
+ Tags: coming soon, coming soon page, coming soon plugin, wordpress coming soon, coming soon wp, construction, landing page, widget, Post, plugin, admin, launch page, maintenance, maintenance mode, offline, unavailable, under construction, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, subscriber, under maintenance, site maintenance, schedule maintenance, admin maintenance, custom maintenence mode, responsive, video background, under construction page, backgound slideshow, under construction plugin
5
  Requires at least: 3.4.0
6
  Tested up to: 4.7.3
7
+ Stable tag: 2.9.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
+ Coming soon and Maintenance mode plugin is an awesome tool to show your website visitors that you are working on your website for making it better. Maintenance mode and Coming soon plugin is one of the best coming soon plugins on store. Try our Coming soon plugin, we are sure you will like it.
12
 
13
  == Description ==
14
 
 
 
15
  It's not easy to create coming soon page for WordPress without coding knowledge. That's why our team do his best to help WordPress users to create coming soon pages easily and quickly.Our coming soon and Maintenance mode plugin is the best way to create better coming soon page.
16
 
17
  ### View our Coming Soon and Maintenance mode plugin Demo page:
105
 
106
  ### If you found any bug in our WordPress Coming soon and Maintenance mode plugin or have a question contact us at support@wpdevart.com.
107
 
108
+ = The Coming Soon and Maintenance mode plugin allows you to create Coming Soon page for your website simply and quickly. You just need to enable the Coming Soon Mode to change your website to Maintenance mode. =
109
 
110
  The Coming Soon and Maintenance mode plugin plugin works without any problem with all popular WordPress themes that we tested, so you can use our Coming Soon and Maintenance mode plugin on any theme you like, if something goes wrong just let us know about it.
111
  Logged out users of your website will see the Maintenance mode while logged-in users will have access to your website. Maintenance mode is ideal solution for web developers who want to show their clients that website is in Maintenance mode while they working on the website.
223
 
224
  == Changelog ==
225
 
226
+ = Coming soon - version 1.0.0 =
227
 
228
  * Initial version.
229
 
230
+ = Coming soon - version 1.0.1 =
231
 
232
  * Bug fixed
233
 
234
+ = Coming soon - version 1.0.2 =
235
 
236
  * Bug fixed
237
 
238
+ = Coming soon - version 1.0.3 =
239
 
240
  * Fixed issues
241
 
242
+ = Coming soon - version 2.0.0 =
243
 
244
  * Added new features and fixed bugs
245
 
246
+ = Coming soon - version 2.0.1 =
247
 
248
  * Fixed spelling mistakes in admin panel
249
 
250
+ = Coming soon - version 2.0.2 =
251
 
252
  * Bug Fixed on 4.2
253
 
254
+ = Coming soon - version 2.0.3 =
255
 
256
  * Bug Fixed and added featured plugins page
257
 
258
+ = Coming soon - version 2.0.4 =
259
 
260
  * Bug Fixed
261
 
262
+ = Coming soon - version 2.0.5 =
263
 
264
  * Added comments for developers.
265
 
266
+ = Coming soon - version 2.0.6 =
267
 
268
  * Added new function for social websites.
269
 
270
+ = Coming soon - version 2.0.7 =
271
 
272
  * Fixed bugs.
273
 
274
+ = Coming soon - version 2.1.0 =
275
 
276
  * Fixed some notices.
277
 
278
+ = Coming soon - version 2.1.1 =
279
 
280
  * Added new featured plugin.
281
 
282
+ = Coming soon - version 2.1.2 =
283
 
284
  * Corrected some spelling mistakes.
285
 
286
+ = Coming soon - version 2.1.3 =
287
 
288
  * Fixed notices.
289
 
290
+ = Coming soon - version 2.1.4 =
291
 
292
  * Edited some texts.
293
 
294
+ = Coming soon - version 2.1.5 =
295
 
296
  * Edited Comments in code.
297
 
298
+ = Coming soon - version 2.1.6 =
299
 
300
  * Fixed mistakes.
301
 
302
+ = Coming soon - version 2.1.7 =
303
 
304
  * made different changes.
305
 
306
+ = Coming soon - version 2.1.8 =
307
 
308
  * Fixed mistakes.
309
 
310
+ = Coming soon - version 2.1.9 =
311
 
312
  * Made changes.
313
 
314
+ = Coming soon - version 2.2.0 =
315
 
316
  * Fixed notice.
317
 
318
+ = Coming soon - version 2.2.1 =
319
 
320
  * Made changes.
321
 
322
+ = Coming soon - version 2.2.2 =
323
 
324
  * Fixed notice.
325
 
326
+ = Coming soon - version 2.2.3 =
327
 
328
  * Fixed mistakes.
329
 
330
+ = Coming soon - version 2.2.4 =
331
 
332
  * Added new featured plugin.
333
 
334
+ = Coming soon - version 2.2.5 =
335
 
336
  * Some changes.
337
 
338
+ = Coming soon - version 2.2.6 =
339
 
340
  * Added new featured plugin.
341
 
342
+ = Coming soon - version 2.2.7 =
343
 
344
  * Some changes.
345
 
346
+ = Coming soon - version 2.2.8 =
347
 
348
  * Some changes.
349
 
350
+ = Coming soon - version 2.2.9 =
351
 
352
  * Fixed animation bug.
353
 
354
+ = Coming soon - version 2.3.0 =
355
 
356
  * Corrected some texts(comments) for developers.
357
 
358
+ = Coming soon - version 2.3.1 =
359
 
360
  * Corrected comments in code.
361
 
362
+ = Coming soon - version 2.3.2 =
363
 
364
  * Changed some comments in code.
365
 
366
+ = Coming soon - version 2.3.3 =
367
 
368
  * Changed some options in admin menu.
369
 
370
+ = Coming soon - version 2.3.4 =
371
 
372
  * Corrected comments in code.
373
 
374
+ = Coming soon - version 2.3.5 =
375
 
376
  * Corrected comments.
377
 
378
+ = Coming soon - version 2.3.6 =
379
 
380
  * Fixed mistakes.
381
 
382
+ = Coming soon - version 2.3.7 =
383
 
384
  * Change some admin options.
385
 
386
+ = Coming soon - version 2.3.8 =
387
 
388
  * Corrected comments in code.
389
 
390
+ = Coming soon - version 2.3.9 =
391
 
392
  * Edit admin options.
393
 
394
+ = Coming soon - version 2.4.0 =
395
 
396
  * Edit admin options.
397
 
398
+ = Coming soon - version 2.4.1 =
399
 
400
  * Remove featured plugin from admin.
401
 
402
+ = Coming soon - version 2.4.2 =
403
 
404
  * Edit featured plugins list.
405
 
406
+ = Coming soon - version 2.4.3 =
407
 
408
  * Corrected comments in code.
409
 
410
+ = Coming soon - version 2.4.4 =
411
 
412
  * Corrected mistakes.
413
 
414
+ = Coming soon - version 2.4.5 =
415
 
416
  * Edit admin options.
417
 
418
+ = Coming soon - version 2.4.6 =
419
 
420
  * Changed some comments in code.
421
 
422
+ = Coming soon - version 2.4.7 =
423
 
424
  * Edit admin options.
425
 
426
+ = Coming soon - version 2.4.8 =
427
 
428
  * Corrected mistakes.
429
 
430
+ = Coming soon - version 2.4.9 =
431
 
432
  * Made some important changes.
433
 
434
+ = Coming soon - version 2.5.0 =
435
 
436
  * Edit some messages in code.
437
 
438
+ = Coming soon - version 2.5.1 =
439
 
440
  * Changed some comments in code.
441
 
442
+ = Coming soon - version 2.5.2 =
443
 
444
  * Changed some discriptions in admin menu.
445
 
446
+ = Coming soon - version 2.5.3 =
447
 
448
  * Edit some descriptions.
449
 
450
+ = Coming soon - version 2.5.4 =
451
 
452
  * Fixed issues.
453
 
454
+ = Coming soon - version 2.5.5 =
455
 
456
  * Corrected mistakes.
457
 
458
+ = Coming soon - version 2.5.6 =
459
 
460
  * Edit some options descriptions.
461
 
462
+ = Coming soon - version 2.5.7 =
463
 
464
  * Edit comments in code for developers.
465
 
466
+ = Coming soon - version 2.5.8 =
467
 
468
  * Fixed mistakes.
469
 
470
+ = Coming soon - version 2.5.9 =
471
 
472
  * Fixed issues.
473
 
474
+ = Coming soon - version 2.6.0 =
475
 
476
  * Edit mwnu options and descriptions.
477
 
478
+ = Coming soon - version 2.6.1 =
479
 
480
  * Changed some comments in code.
481
 
482
+ = Coming soon - version 2.6.2 =
483
 
484
  * Edited install databse.
485
 
486
+ = Coming soon - version 2.6.3 =
487
 
488
  * Fixed issues.
489
 
490
+ = Coming soon - version 2.6.4 =
491
 
492
  * Added new url for pro version.
493
 
494
+ = Coming soon - version 2.6.5 =
495
 
496
  * Edited comments in code.
497
 
498
+ = Coming soon - version 2.6.6 =
499
 
500
  * Made some changes.
501
 
502
+ = Coming soon - version 2.6.7 =
503
 
504
  * Bug fixed.
505
 
506
+ = Coming soon - version 2.6.8 =
507
 
508
  * Added new fatured plugin to the list.
509
 
510
+ = Coming soon - version 2.6.9 =
511
 
512
  * Fixed Upload Button issue.
513
 
514
+ = Coming soon - version 2.7.0 =
515
 
516
  * Fixed issues.
517
 
518
+ = Coming soon - version 2.7.1 =
519
 
520
  * Edit admin option name descriptions.
521
 
522
+ = Coming soon - version 2.7.2 =
523
 
524
  * Corrected mistakes in code comments.
525
 
526
+ = Coming soon - version 2.7.3 =
527
 
528
  * Fixed issues.
529
 
530
+ = Coming soon - version 2.7.4 =
531
 
532
  * Edit comments in coming soon plugin code.
533
 
534
+ = Coming soon - version 2.7.5 =
535
 
536
  * Edit plugin files.
537
 
538
+ = Coming soon - version 2.7.6 =
539
 
540
  * Edited default values.
541
 
542
+ = Coming soon - version 2.7.7 =
543
 
544
  * Edit Install database file.
545
 
546
+ = Coming soon - version 2.7.8 =
547
 
548
  * Changed coming soon page default title.
549
 
550
+ = Coming soon - version 2.7.9 =
551
 
552
  * Edit code comments.
553
 
554
+ = Coming soon - version 2.8.0 =
555
 
556
  * Edit coming soon page title.
557
 
558
+ = Coming soon - version 2.8.1 =
559
 
560
  * Add some information about plugin functions.
561
 
562
+ = Coming soon - version 2.8.2 =
563
 
564
  * Edit default settings.
565
 
566
+ = Coming soon - version 2.8.3 =
567
 
568
  * Edit some code in coming soon files.
569
 
570
+ = Coming soon - version 2.8.4 =
571
 
572
  * Changed some descriptions.
573
 
574
+ = Coming soon - version 2.8.5 =
575
 
576
  * Added install database function description.
577
 
578
+ = Coming soon - version 2.8.6 =
579
 
580
  * Edited notices in code.
581
 
582
+ = Coming soon - version 2.8.7 =
583
 
584
  * Added new featured plugin.
585
 
586
+ = Coming soon - version 2.8.8 =
587
 
588
  * Uploaded new icon for featured plugin.
589
 
590
+ = Coming soon - version 2.8.9 =
591
 
592
  * Added function comments in code.
593