ThemeGrill Demo Importer - Version 1.8.1

Version Description

  • 01-07-2022 =
  • Fix - Masteriyo page duplication.
  • Update Header field Tested up to.
Download this release

Release Info

Developer themegrilldev
Plugin Icon 128x128 ThemeGrill Demo Importer
Version 1.8.1
Comparing to
See all releases

Code changes from version 1.8.0 to 1.8.1

includes/class-themegrill-demo-importer.php CHANGED
@@ -20,7 +20,7 @@ final class ThemeGrill_Demo_Importer {
20
  *
21
  * @var string
22
  */
23
- public $version = '1.8.0';
24
 
25
  /**
26
  * Theme single instance of this class.
20
  *
21
  * @var string
22
  */
23
+ public $version = '1.8.1';
24
 
25
  /**
26
  * Theme single instance of this class.
includes/functions-demo-importer.php CHANGED
@@ -498,8 +498,9 @@ function tg_set_masteriyo_pages( $demo_id ) {
498
  );
499
 
500
  $setting_name = $masteriyo_page['setting_name'];
501
-
502
- function_exists( 'masteriyo_set_setting' ) && masteriyo_set_setting( "advance.pages.{$setting_name}", $page_id );
 
503
  }
504
  }
505
  }
498
  );
499
 
500
  $setting_name = $masteriyo_page['setting_name'];
501
+ $version = masteriyo_get_version();
502
+ $tab = version_compare( '1.5.4', $version, '<=' ) ? 'general' : 'advance';
503
+ function_exists( 'masteriyo_set_setting' ) && masteriyo_set_setting( "$tab.pages.{$setting_name}", $page_id );
504
  }
505
  }
506
  }
languages/themegrill-demo-importer.pot CHANGED
@@ -1,23 +1,23 @@
1
- # Copyright (C) 2021 ThemeGrill
2
  # This file is distributed under the GPLv3 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: ThemeGrill Demo Importer 1.7.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/themegrill-demo-importer\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-01-18T07:05:06+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
- "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: themegrill-demo-importer\n"
16
 
17
  #. Plugin Name of the plugin
18
  #. translators: %s: official ThemeGrill themes URL
19
- #: includes/class-demo-importer.php:249
20
- #: includes/class-themegrill-demo-importer.php:268
21
  msgid "ThemeGrill Demo Importer"
22
  msgstr ""
23
 
@@ -30,7 +30,7 @@ msgid "Import ThemeGrill official themes demo content, widgets and theme setting
30
  msgstr ""
31
 
32
  #. Author of the plugin
33
- #: includes/class-demo-importer.php:599
34
  msgid "ThemeGrill"
35
  msgstr ""
36
 
@@ -104,7 +104,7 @@ msgid "Deactivate"
104
  msgstr ""
105
 
106
  #: includes/admin/class-plugin-deactivate-notice.php:78
107
- #: includes/class-demo-importer.php:1331
108
  msgid "Action failed. Please refresh the page and retry."
109
  msgstr ""
110
 
@@ -127,7 +127,7 @@ msgstr ""
127
 
128
  #: includes/admin/views/html-admin-page-importer.php:12
129
  #: includes/class-demo-importer.php:120
130
- #: includes/class-themegrill-demo-importer.php:235
131
  msgid "Demo Importer"
132
  msgstr ""
133
 
@@ -160,7 +160,7 @@ msgid "Themes list"
160
  msgstr ""
161
 
162
  #: includes/admin/views/html-admin-page-importer.php:67
163
- #: includes/class-demo-importer.php:214
164
  msgid "No demos found. Try a different search."
165
  msgstr ""
166
 
@@ -180,6 +180,8 @@ msgid "Pro"
180
  msgstr ""
181
 
182
  #. translators: %s: Demo author name
 
 
183
  #. translators: 1. Plugin author name.
184
  #: includes/admin/views/html-admin-page-importer.php:95
185
  #: includes/admin/views/html-admin-page-importer.php:184
@@ -262,6 +264,7 @@ msgstr ""
262
  msgid "Import Demo"
263
  msgstr ""
264
 
 
265
  #. translators: %s: Theme Name
266
  #: includes/admin/views/html-admin-page-importer.php:195
267
  #: includes/admin/views/html-admin-page-importer.php:204
@@ -286,7 +289,7 @@ msgid "No plugins are required for this demo."
286
  msgstr ""
287
 
288
  #: includes/admin/views/html-admin-page-importer.php:274
289
- #: includes/class-demo-importer.php:215
290
  msgid "Collapse Sidebar"
291
  msgstr ""
292
 
@@ -520,213 +523,218 @@ msgctxt "Admin menu name"
520
  msgid "Demo Importer"
521
  msgstr ""
522
 
 
523
  #: includes/class-demo-importer.php:190
524
  msgid "Importing demo data will ensure that your site will look similar as theme demo. It makes you easy to modify the content instead of creating them from scratch. Also, consider before importing the demo: %1$s %2$s %3$s %4$s %5$s %6$s"
525
  msgstr ""
526
 
527
- #: includes/class-demo-importer.php:192
528
  msgid "Importing the demo on the site if you have already added the content is highly discouraged."
529
  msgstr ""
530
 
531
- #: includes/class-demo-importer.php:194
532
  msgid "You need to import demo on fresh WordPress install to exactly replicate the theme demo."
533
  msgstr ""
534
 
535
- #: includes/class-demo-importer.php:196
536
  msgid "It will install the required plugins as well as activate them for installing the required theme demo within your site."
537
  msgstr ""
538
 
539
- #: includes/class-demo-importer.php:198
540
  msgid "Copyright images will get replaced with other placeholder images."
541
  msgstr ""
542
 
543
- #: includes/class-demo-importer.php:200
544
  msgid "None of the posts, pages, attachments or any other data already existing in your site will be deleted or modified."
545
  msgstr ""
546
 
547
- #: includes/class-demo-importer.php:202
548
  msgid "It will take some time to import the theme demo."
549
  msgstr ""
550
 
551
- #: includes/class-demo-importer.php:207
552
  msgid "Search Demos"
553
  msgstr ""
554
 
555
- #: includes/class-demo-importer.php:208
556
  msgid "Search demos..."
557
  msgstr ""
558
 
559
  #. translators: %s: support forums URL
560
- #: includes/class-demo-importer.php:210
561
  msgid "An unexpected error occurred. Something may be wrong with ThemeGrill demo server&#8217;s configuration. If you continue to have problems, please try the <a href=\"%s\">support forums</a>."
562
  msgstr ""
563
 
564
- #: includes/class-demo-importer.php:211
565
  msgid "Try Again"
566
  msgstr ""
567
 
568
- #: includes/class-demo-importer.php:212
569
  msgid "Please suggest us!"
570
  msgstr ""
571
 
572
- #: includes/class-demo-importer.php:213
 
573
  msgid "Number of Demos found: %d"
574
  msgstr ""
575
 
576
- #: includes/class-demo-importer.php:216
577
  msgid "Expand Sidebar"
578
  msgstr ""
579
 
580
  #. translators: accessibility text
581
- #: includes/class-demo-importer.php:218
582
  msgid "Select one or more Demo features to filter by"
583
  msgstr ""
584
 
585
- #: includes/class-demo-importer.php:219
586
  msgid "Confirm!"
587
  msgstr ""
588
 
589
  #. translators: 1: ThemeGrill Demo Importer 2: five stars
590
- #: includes/class-demo-importer.php:248
591
  msgid "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
592
  msgstr ""
593
 
594
- #: includes/class-demo-importer.php:250
595
  msgid "Thanks :)"
596
  msgstr ""
597
 
598
- #: includes/class-demo-importer.php:253
599
  msgid "Thank you for importing with ThemeGrill Demo Importer."
600
  msgstr ""
601
 
602
- #: includes/class-demo-importer.php:273
603
- #: includes/class-demo-importer.php:275
604
  msgid "Help &amp; Support"
605
  msgstr ""
606
 
607
- #: includes/class-demo-importer.php:277
 
608
  msgid "Should you need help understanding, using, or extending ThemeGrill Demo Importer, <a href=\"%s\">please read our documentation</a>. You will find all kinds of resources including snippets, tutorials and much more."
609
  msgstr ""
610
 
611
- #: includes/class-demo-importer.php:281
 
612
  msgid "For further assistance with ThemeGrill Demo Importer core you can use the <a href=\"%1$s\">community forum</a>. If you need help with premium themes sold by ThemeGrill, please <a href=\"%2$s\">use our free support forum</a>."
613
  msgstr ""
614
 
615
- #: includes/class-demo-importer.php:285
616
  msgid "Community forum"
617
  msgstr ""
618
 
619
- #: includes/class-demo-importer.php:285
620
  msgid "ThemeGrill Support"
621
  msgstr ""
622
 
623
- #: includes/class-demo-importer.php:292
624
- #: includes/class-demo-importer.php:294
625
  msgid "Found a bug?"
626
  msgstr ""
627
 
628
- #: includes/class-demo-importer.php:295
 
629
  msgid "If you find a bug within ThemeGrill Demo Importer you can create a ticket via <a href=\"%1$s\">Github issues</a>. Ensure you read the <a href=\"%2$s\">contribution guide</a> prior to submitting your report. To help us solve your issue, please be as descriptive as possible."
630
  msgstr ""
631
 
632
- #: includes/class-demo-importer.php:296
633
  msgid "Report a bug"
634
  msgstr ""
635
 
636
- #: includes/class-demo-importer.php:302
637
  msgid "For more information:"
638
  msgstr ""
639
 
640
- #: includes/class-demo-importer.php:303
641
  msgid "About Demo Importer"
642
  msgstr ""
643
 
644
- #: includes/class-demo-importer.php:304
645
  msgid "WordPress.org project"
646
  msgstr ""
647
 
648
- #: includes/class-demo-importer.php:305
649
  msgid "Github project"
650
  msgstr ""
651
 
652
- #: includes/class-demo-importer.php:306
653
  msgid "Official themes"
654
  msgstr ""
655
 
656
- #: includes/class-demo-importer.php:307
657
  msgid "Official plugins"
658
  msgstr ""
659
 
660
- #: includes/class-demo-importer.php:494
661
- #: includes/class-demo-importer.php:565
662
  msgid "This demo requires %1$s version of %2$s theme to get imported"
663
  msgstr ""
664
 
665
- #: includes/class-demo-importer.php:500
666
- #: includes/class-demo-importer.php:528
667
  msgid "This demo requires %1$s version of %2$s theme and %3$s version of %4$s as well as %5$s version of %6$s plugins to get imported"
668
  msgstr ""
669
 
670
- #: includes/class-demo-importer.php:504
671
- #: includes/class-demo-importer.php:514
672
- #: includes/class-demo-importer.php:520
673
- #: includes/class-demo-importer.php:532
674
- #: includes/class-demo-importer.php:557
675
  msgid "Zakra Pro"
676
  msgstr ""
677
 
678
- #: includes/class-demo-importer.php:506
679
- #: includes/class-demo-importer.php:534
680
- #: includes/class-demo-importer.php:542
681
- #: includes/class-demo-importer.php:548
682
- #: includes/class-demo-importer.php:559
683
- #: includes/class-demo-importer.php:578
684
- #: includes/class-demo-importer.php:584
685
  msgid "Companion Elementor"
686
  msgstr ""
687
 
688
- #: includes/class-demo-importer.php:510
689
- #: includes/class-demo-importer.php:538
690
- #: includes/class-demo-importer.php:574
691
  msgid "This demo requires %1$s version of %2$s theme and %3$s version of %4$s plugin to get imported"
692
  msgstr ""
693
 
694
- #: includes/class-demo-importer.php:518
695
- #: includes/class-demo-importer.php:546
696
- #: includes/class-demo-importer.php:582
697
  msgid "This demo requires %1$s version of %2$s plugin to get imported"
698
  msgstr ""
699
 
700
- #: includes/class-demo-importer.php:555
701
  msgid "This demo requires %1$s version of %2$s as well as %3$s version of %4$s plugins to get imported"
702
  msgstr ""
703
 
704
- #: includes/class-demo-importer.php:594
705
  msgid "%s Pro"
706
  msgstr ""
707
 
708
- #: includes/class-demo-importer.php:659
709
  msgid "No demo specified."
710
  msgstr ""
711
 
712
- #: includes/class-demo-importer.php:675
713
  msgid "Sorry, you are not allowed to import content."
714
  msgstr ""
715
 
716
- #: includes/class-demo-importer.php:707
717
- #: includes/functions-demo-importer.php:110
718
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
719
  msgstr ""
720
 
721
- #: includes/class-demo-importer.php:790
722
  msgid "The XML file dummy content is missing."
723
  msgstr ""
724
 
725
- #: includes/class-demo-importer.php:884
726
  msgid "The DAT file customizer data is missing."
727
  msgstr ""
728
 
729
- #: includes/class-demo-importer.php:909
730
  msgid "The WIE file widget content is missing."
731
  msgstr ""
732
 
@@ -735,65 +743,65 @@ msgstr ""
735
  msgid "Cheatin&#8217; huh?"
736
  msgstr ""
737
 
738
- #: includes/class-themegrill-demo-importer.php:235
739
  msgid "View Demo Importer"
740
  msgstr ""
741
 
742
- #: includes/class-themegrill-demo-importer.php:251
743
  msgid "View Demo Importer Documentation"
744
  msgstr ""
745
 
746
- #: includes/class-themegrill-demo-importer.php:251
747
  msgid "Docs"
748
  msgstr ""
749
 
750
- #: includes/class-themegrill-demo-importer.php:252
751
  msgid "Visit Free Customer Support Forum"
752
  msgstr ""
753
 
754
- #: includes/class-themegrill-demo-importer.php:252
755
  msgid "Free Support"
756
  msgstr ""
757
 
758
  #. translators: %s: official ThemeGrill themes URL
759
- #: includes/class-themegrill-demo-importer.php:268
760
  msgid "This plugin requires %s to be activated to work."
761
  msgstr ""
762
 
763
  #. translators: %s: official ThemeGrill themes URL
764
- #: includes/class-themegrill-demo-importer.php:268
765
  msgid "Official ThemeGrill Theme"
766
  msgstr ""
767
 
768
- #: includes/functions-demo-importer.php:31
769
  msgid "No plugin specified."
770
  msgstr ""
771
 
772
- #: includes/functions-demo-importer.php:44
773
  msgid "Sorry, you are not allowed to install plugins on this site."
774
  msgstr ""
775
 
776
  #. translators: %s: Number of plugins
777
- #: includes/functions-demo-importer.php:424
778
  msgid "%s plugin successfully installed."
779
  msgstr ""
780
 
781
  #. translators: %s: Number of plugins
782
- #: includes/functions-demo-importer.php:431
783
  msgid "%s plugins successfully installed."
784
  msgstr ""
785
 
786
  #. translators: %s: Number of failed installs
787
- #: includes/functions-demo-importer.php:441
788
  msgid "%s install failed."
789
  msgstr ""
790
 
791
  #. translators: %s: Number of failed installs
792
- #: includes/functions-demo-importer.php:446
793
  msgid "%s installs failed."
794
  msgstr ""
795
 
796
- #: includes/functions-demo-importer.php:449
797
  msgid "Show more details"
798
  msgstr ""
799
 
1
+ # Copyright (C) 2022 ThemeGrill
2
  # This file is distributed under the GPLv3 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: ThemeGrill Demo Importer 1.8.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/themegrill-demo-importer\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-07-01T04:39:36+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
+ "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: themegrill-demo-importer\n"
16
 
17
  #. Plugin Name of the plugin
18
  #. translators: %s: official ThemeGrill themes URL
19
+ #: includes/class-demo-importer.php:243
20
+ #: includes/class-themegrill-demo-importer.php:292
21
  msgid "ThemeGrill Demo Importer"
22
  msgstr ""
23
 
30
  msgstr ""
31
 
32
  #. Author of the plugin
33
+ #: includes/class-demo-importer.php:600
34
  msgid "ThemeGrill"
35
  msgstr ""
36
 
104
  msgstr ""
105
 
106
  #: includes/admin/class-plugin-deactivate-notice.php:78
107
+ #: includes/class-demo-importer.php:1336
108
  msgid "Action failed. Please refresh the page and retry."
109
  msgstr ""
110
 
127
 
128
  #: includes/admin/views/html-admin-page-importer.php:12
129
  #: includes/class-demo-importer.php:120
130
+ #: includes/class-themegrill-demo-importer.php:259
131
  msgid "Demo Importer"
132
  msgstr ""
133
 
160
  msgstr ""
161
 
162
  #: includes/admin/views/html-admin-page-importer.php:67
163
+ #: includes/class-demo-importer.php:208
164
  msgid "No demos found. Try a different search."
165
  msgstr ""
166
 
180
  msgstr ""
181
 
182
  #. translators: %s: Demo author name
183
+ #. translators: %s: Demo author name
184
+ #. translators: 1. Plugin author name.
185
  #. translators: 1. Plugin author name.
186
  #: includes/admin/views/html-admin-page-importer.php:95
187
  #: includes/admin/views/html-admin-page-importer.php:184
264
  msgid "Import Demo"
265
  msgstr ""
266
 
267
+ #. translators: %s: Theme Name
268
  #. translators: %s: Theme Name
269
  #: includes/admin/views/html-admin-page-importer.php:195
270
  #: includes/admin/views/html-admin-page-importer.php:204
289
  msgstr ""
290
 
291
  #: includes/admin/views/html-admin-page-importer.php:274
292
+ #: includes/class-demo-importer.php:209
293
  msgid "Collapse Sidebar"
294
  msgstr ""
295
 
523
  msgid "Demo Importer"
524
  msgstr ""
525
 
526
+ #. translators: Before import warning texts
527
  #: includes/class-demo-importer.php:190
528
  msgid "Importing demo data will ensure that your site will look similar as theme demo. It makes you easy to modify the content instead of creating them from scratch. Also, consider before importing the demo: %1$s %2$s %3$s %4$s %5$s %6$s"
529
  msgstr ""
530
 
531
+ #: includes/class-demo-importer.php:191
532
  msgid "Importing the demo on the site if you have already added the content is highly discouraged."
533
  msgstr ""
534
 
535
+ #: includes/class-demo-importer.php:192
536
  msgid "You need to import demo on fresh WordPress install to exactly replicate the theme demo."
537
  msgstr ""
538
 
539
+ #: includes/class-demo-importer.php:193
540
  msgid "It will install the required plugins as well as activate them for installing the required theme demo within your site."
541
  msgstr ""
542
 
543
+ #: includes/class-demo-importer.php:194
544
  msgid "Copyright images will get replaced with other placeholder images."
545
  msgstr ""
546
 
547
+ #: includes/class-demo-importer.php:195
548
  msgid "None of the posts, pages, attachments or any other data already existing in your site will be deleted or modified."
549
  msgstr ""
550
 
551
+ #: includes/class-demo-importer.php:196
552
  msgid "It will take some time to import the theme demo."
553
  msgstr ""
554
 
555
+ #: includes/class-demo-importer.php:200
556
  msgid "Search Demos"
557
  msgstr ""
558
 
559
+ #: includes/class-demo-importer.php:201
560
  msgid "Search demos..."
561
  msgstr ""
562
 
563
  #. translators: %s: support forums URL
564
+ #: includes/class-demo-importer.php:203
565
  msgid "An unexpected error occurred. Something may be wrong with ThemeGrill demo server&#8217;s configuration. If you continue to have problems, please try the <a href=\"%s\">support forums</a>."
566
  msgstr ""
567
 
568
+ #: includes/class-demo-importer.php:204
569
  msgid "Try Again"
570
  msgstr ""
571
 
572
+ #: includes/class-demo-importer.php:205
573
  msgid "Please suggest us!"
574
  msgstr ""
575
 
576
+ #. translators: %d: Number of demos.
577
+ #: includes/class-demo-importer.php:207
578
  msgid "Number of Demos found: %d"
579
  msgstr ""
580
 
581
+ #: includes/class-demo-importer.php:210
582
  msgid "Expand Sidebar"
583
  msgstr ""
584
 
585
  #. translators: accessibility text
586
+ #: includes/class-demo-importer.php:212
587
  msgid "Select one or more Demo features to filter by"
588
  msgstr ""
589
 
590
+ #: includes/class-demo-importer.php:213
591
  msgid "Confirm!"
592
  msgstr ""
593
 
594
  #. translators: 1: ThemeGrill Demo Importer 2: five stars
595
+ #: includes/class-demo-importer.php:242
596
  msgid "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
597
  msgstr ""
598
 
599
+ #: includes/class-demo-importer.php:244
600
  msgid "Thanks :)"
601
  msgstr ""
602
 
603
+ #: includes/class-demo-importer.php:247
604
  msgid "Thank you for importing with ThemeGrill Demo Importer."
605
  msgstr ""
606
 
607
+ #: includes/class-demo-importer.php:267
608
+ #: includes/class-demo-importer.php:269
609
  msgid "Help &amp; Support"
610
  msgstr ""
611
 
612
+ #. translators: %s: Documentation URL
613
+ #: includes/class-demo-importer.php:272
614
  msgid "Should you need help understanding, using, or extending ThemeGrill Demo Importer, <a href=\"%s\">please read our documentation</a>. You will find all kinds of resources including snippets, tutorials and much more."
615
  msgstr ""
616
 
617
+ #. translators: 1: WP support URL. 2: TG support URL
618
+ #: includes/class-demo-importer.php:277
619
  msgid "For further assistance with ThemeGrill Demo Importer core you can use the <a href=\"%1$s\">community forum</a>. If you need help with premium themes sold by ThemeGrill, please <a href=\"%2$s\">use our free support forum</a>."
620
  msgstr ""
621
 
622
+ #: includes/class-demo-importer.php:281
623
  msgid "Community forum"
624
  msgstr ""
625
 
626
+ #: includes/class-demo-importer.php:281
627
  msgid "ThemeGrill Support"
628
  msgstr ""
629
 
630
+ #: includes/class-demo-importer.php:288
631
+ #: includes/class-demo-importer.php:290
632
  msgid "Found a bug?"
633
  msgstr ""
634
 
635
+ #. translators: %s: GitHub links
636
+ #: includes/class-demo-importer.php:293
637
  msgid "If you find a bug within ThemeGrill Demo Importer you can create a ticket via <a href=\"%1$s\">Github issues</a>. Ensure you read the <a href=\"%2$s\">contribution guide</a> prior to submitting your report. To help us solve your issue, please be as descriptive as possible."
638
  msgstr ""
639
 
640
+ #: includes/class-demo-importer.php:297
641
  msgid "Report a bug"
642
  msgstr ""
643
 
644
+ #: includes/class-demo-importer.php:303
645
  msgid "For more information:"
646
  msgstr ""
647
 
648
+ #: includes/class-demo-importer.php:304
649
  msgid "About Demo Importer"
650
  msgstr ""
651
 
652
+ #: includes/class-demo-importer.php:305
653
  msgid "WordPress.org project"
654
  msgstr ""
655
 
656
+ #: includes/class-demo-importer.php:306
657
  msgid "Github project"
658
  msgstr ""
659
 
660
+ #: includes/class-demo-importer.php:307
661
  msgid "Official themes"
662
  msgstr ""
663
 
664
+ #: includes/class-demo-importer.php:308
665
  msgid "Official plugins"
666
  msgstr ""
667
 
668
+ #: includes/class-demo-importer.php:495
669
+ #: includes/class-demo-importer.php:566
670
  msgid "This demo requires %1$s version of %2$s theme to get imported"
671
  msgstr ""
672
 
673
+ #: includes/class-demo-importer.php:501
674
+ #: includes/class-demo-importer.php:529
675
  msgid "This demo requires %1$s version of %2$s theme and %3$s version of %4$s as well as %5$s version of %6$s plugins to get imported"
676
  msgstr ""
677
 
678
+ #: includes/class-demo-importer.php:505
679
+ #: includes/class-demo-importer.php:515
680
+ #: includes/class-demo-importer.php:521
681
+ #: includes/class-demo-importer.php:533
682
+ #: includes/class-demo-importer.php:558
683
  msgid "Zakra Pro"
684
  msgstr ""
685
 
686
+ #: includes/class-demo-importer.php:507
687
+ #: includes/class-demo-importer.php:535
688
+ #: includes/class-demo-importer.php:543
689
+ #: includes/class-demo-importer.php:549
690
+ #: includes/class-demo-importer.php:560
691
+ #: includes/class-demo-importer.php:579
692
+ #: includes/class-demo-importer.php:585
693
  msgid "Companion Elementor"
694
  msgstr ""
695
 
696
+ #: includes/class-demo-importer.php:511
697
+ #: includes/class-demo-importer.php:539
698
+ #: includes/class-demo-importer.php:575
699
  msgid "This demo requires %1$s version of %2$s theme and %3$s version of %4$s plugin to get imported"
700
  msgstr ""
701
 
702
+ #: includes/class-demo-importer.php:519
703
+ #: includes/class-demo-importer.php:547
704
+ #: includes/class-demo-importer.php:583
705
  msgid "This demo requires %1$s version of %2$s plugin to get imported"
706
  msgstr ""
707
 
708
+ #: includes/class-demo-importer.php:556
709
  msgid "This demo requires %1$s version of %2$s as well as %3$s version of %4$s plugins to get imported"
710
  msgstr ""
711
 
712
+ #: includes/class-demo-importer.php:595
713
  msgid "%s Pro"
714
  msgstr ""
715
 
716
+ #: includes/class-demo-importer.php:660
717
  msgid "No demo specified."
718
  msgstr ""
719
 
720
+ #: includes/class-demo-importer.php:676
721
  msgid "Sorry, you are not allowed to import content."
722
  msgstr ""
723
 
724
+ #: includes/class-demo-importer.php:708
725
+ #: includes/functions-demo-importer.php:117
726
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
727
  msgstr ""
728
 
729
+ #: includes/class-demo-importer.php:791
730
  msgid "The XML file dummy content is missing."
731
  msgstr ""
732
 
733
+ #: includes/class-demo-importer.php:887
734
  msgid "The DAT file customizer data is missing."
735
  msgstr ""
736
 
737
+ #: includes/class-demo-importer.php:912
738
  msgid "The WIE file widget content is missing."
739
  msgstr ""
740
 
743
  msgid "Cheatin&#8217; huh?"
744
  msgstr ""
745
 
746
+ #: includes/class-themegrill-demo-importer.php:259
747
  msgid "View Demo Importer"
748
  msgstr ""
749
 
750
+ #: includes/class-themegrill-demo-importer.php:275
751
  msgid "View Demo Importer Documentation"
752
  msgstr ""
753
 
754
+ #: includes/class-themegrill-demo-importer.php:275
755
  msgid "Docs"
756
  msgstr ""
757
 
758
+ #: includes/class-themegrill-demo-importer.php:276
759
  msgid "Visit Free Customer Support Forum"
760
  msgstr ""
761
 
762
+ #: includes/class-themegrill-demo-importer.php:276
763
  msgid "Free Support"
764
  msgstr ""
765
 
766
  #. translators: %s: official ThemeGrill themes URL
767
+ #: includes/class-themegrill-demo-importer.php:292
768
  msgid "This plugin requires %s to be activated to work."
769
  msgstr ""
770
 
771
  #. translators: %s: official ThemeGrill themes URL
772
+ #: includes/class-themegrill-demo-importer.php:292
773
  msgid "Official ThemeGrill Theme"
774
  msgstr ""
775
 
776
+ #: includes/functions-demo-importer.php:37
777
  msgid "No plugin specified."
778
  msgstr ""
779
 
780
+ #: includes/functions-demo-importer.php:51
781
  msgid "Sorry, you are not allowed to install plugins on this site."
782
  msgstr ""
783
 
784
  #. translators: %s: Number of plugins
785
+ #: includes/functions-demo-importer.php:541
786
  msgid "%s plugin successfully installed."
787
  msgstr ""
788
 
789
  #. translators: %s: Number of plugins
790
+ #: includes/functions-demo-importer.php:548
791
  msgid "%s plugins successfully installed."
792
  msgstr ""
793
 
794
  #. translators: %s: Number of failed installs
795
+ #: includes/functions-demo-importer.php:558
796
  msgid "%s install failed."
797
  msgstr ""
798
 
799
  #. translators: %s: Number of failed installs
800
+ #: includes/functions-demo-importer.php:563
801
  msgid "%s installs failed."
802
  msgstr ""
803
 
804
+ #: includes/functions-demo-importer.php:566
805
  msgid "Show more details"
806
  msgstr ""
807
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: ThemeGrill
3
  Tags: themegrill, theme demos, demo, importer, one click import
4
  Requires at least: 4.7
5
- Tested up to: 5.9
6
- Stable tag: 1.8.0
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -76,6 +76,10 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th
76
  3. Finally, Import the Demo with just one click.
77
 
78
  == Changelog ==
 
 
 
 
79
  = 1.8.0 - 08-03-2022 =
80
  * Support - Skincare theme.
81
  * Remove - Support for Luza theme.
2
  Contributors: ThemeGrill
3
  Tags: themegrill, theme demos, demo, importer, one click import
4
  Requires at least: 4.7
5
+ Tested up to: 6.0
6
+ Stable tag: 1.8.1
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
76
  3. Finally, Import the Demo with just one click.
77
 
78
  == Changelog ==
79
+ = 1.8.1 - 01-07-2022 =
80
+ - Fix - Masteriyo page duplication.
81
+ - Update – Header field Tested up to.
82
+
83
  = 1.8.0 - 08-03-2022 =
84
  * Support - Skincare theme.
85
  * Remove - Support for Luza theme.
themegrill-demo-importer.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: ThemeGrill Demo Importer
4
  * Plugin URI: https://themegrill.com/demo-importer/
5
  * Description: Import ThemeGrill official themes demo content, widgets and theme settings with just one click.
6
- * Version: 1.8.0
7
  * Author: ThemeGrill
8
  * Author URI: https://themegrill.com
9
  * License: GPLv3 or later
3
  * Plugin Name: ThemeGrill Demo Importer
4
  * Plugin URI: https://themegrill.com/demo-importer/
5
  * Description: Import ThemeGrill official themes demo content, widgets and theme settings with just one click.
6
+ * Version: 1.8.1
7
  * Author: ThemeGrill
8
  * Author URI: https://themegrill.com
9
  * License: GPLv3 or later