Visual Composer Website Builder - Version 45.0

Version Description

Release Date - 2022-08-17

Free:

  • New: Blank page wizard added for an easier start
  • New: Option to drag an image or images from your desktop to an empty column added
  • New: Element edit window top menu (dots) introduced for better user experience
  • New: Additional API hooks introduced for the 3rd party vendors
  • Update: New mixin logic introduced for better performance
  • Fix: Layout width settings work properly
  • Fix: Data collections work properly in the editor
  • Fix: The editor recognizes the end of the session

Premium:

  • New: HubSpot form element added to the Visual Composer Hub for compatibility (HubSpot plugin is required)
  • Fix: Underline option works properly with the Font Manager settings
  • Fix: Accordion element performance improved
  • Fix: Dynamic content works properly
  • Fix: Nested dynamic fields work properly
  • Fix: Tag titles work properly in the archive layouts
  • Fix: The maintenance mode add-on is displayed properly in the Visual Composer Hub
  • Fix: Export error messages improved
  • Fix: The author's profile picture works properly when added as a dynamic background
Download this release

Release Info

Developer visualcomposer
Plugin Icon wp plugin Visual Composer Website Builder
Version 45.0
Comparing to
See all releases

Code changes from version 45.0-beta.1 to 45.0

cache/autoload.php CHANGED
@@ -290,27 +290,6 @@ return array (
290
  'make' => false,
291
  'singleton' => true,
292
  ),
293
- 'SettingsFieldsRegistryHelper' =>
294
- array (
295
- 'name' => 'SettingsFieldsRegistryHelper',
296
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
297
- 'make' => false,
298
- 'singleton' => true,
299
- ),
300
- 'SettingsSectionsRegistryHelper' =>
301
- array (
302
- 'name' => 'SettingsSectionsRegistryHelper',
303
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
304
- 'make' => false,
305
- 'singleton' => true,
306
- ),
307
- 'SettingsTabsRegistryHelper' =>
308
- array (
309
- 'name' => 'SettingsTabsRegistryHelper',
310
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
311
- 'make' => false,
312
- 'singleton' => true,
313
- ),
314
  'HubAddonsHelper' =>
315
  array (
316
  'name' => 'HubAddonsHelper',
@@ -416,608 +395,594 @@ return array (
416
  'make' => false,
417
  'singleton' => true,
418
  ),
419
- ),
420
- 'modules' =>
421
- array (
422
- 'ElementsApiController' =>
423
  array (
424
- 'name' => 'ElementsApiController',
425
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
426
- 'make' => true,
427
  'singleton' => true,
428
  ),
429
- 'ElementsController' =>
430
  array (
431
- 'name' => 'ElementsController',
432
- 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
433
- 'make' => true,
434
  'singleton' => true,
435
  ),
436
- 'ElementsViewPageRender' =>
437
  array (
438
- 'name' => 'ElementsViewPageRender',
439
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ViewPageRender',
440
- 'make' => true,
441
  'singleton' => true,
442
  ),
443
- 'ElementsWpWidgetsWpWidgetsController' =>
 
 
 
444
  array (
445
- 'name' => 'ElementsWpWidgetsWpWidgetsController',
446
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
- 'ElementsWpWidgetsWpWidgetsShortcodes' =>
451
  array (
452
- 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
453
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
- 'ElementsGlobalVariablesController' =>
458
  array (
459
- 'name' => 'ElementsGlobalVariablesController',
460
- 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
- 'ElementsAjaxShortcodeController' =>
465
  array (
466
- 'name' => 'ElementsAjaxShortcodeController',
467
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
- 'ElementsAjaxImageControllerController' =>
472
  array (
473
- 'name' => 'ElementsAjaxImageControllerController',
474
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
- 'ElementsAssetShortcodeController' =>
479
  array (
480
- 'name' => 'ElementsAssetShortcodeController',
481
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
- 'ElementsEncodedShortcodeController' =>
486
  array (
487
- 'name' => 'ElementsEncodedShortcodeController',
488
- 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
- 'SettingsCustomPostTypesController' =>
493
  array (
494
- 'name' => 'SettingsCustomPostTypesController',
495
- 'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
- 'SettingsMenuController' =>
500
  array (
501
- 'name' => 'SettingsMenuController',
502
- 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
- 'SettingsNoticeController' =>
507
  array (
508
- 'name' => 'SettingsNoticeController',
509
- 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
- 'SettingsSettingsController' =>
514
  array (
515
- 'name' => 'SettingsSettingsController',
516
- 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
- 'SettingsFieldsCssEditor' =>
521
  array (
522
- 'name' => 'SettingsFieldsCssEditor',
523
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
- 'SettingsFieldsFactoryResetController' =>
528
  array (
529
- 'name' => 'SettingsFieldsFactoryResetController',
530
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
- 'SettingsFieldsJsEditor' =>
535
  array (
536
- 'name' => 'SettingsFieldsJsEditor',
537
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
- 'SettingsPagesCssJsSettings' =>
542
  array (
543
- 'name' => 'SettingsPagesCssJsSettings',
544
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
- 'SettingsPagesMaintenanceMode' =>
549
  array (
550
- 'name' => 'SettingsPagesMaintenanceMode',
551
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\MaintenanceMode',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
- 'SettingsPagesRoleManager' =>
556
  array (
557
- 'name' => 'SettingsPagesRoleManager',
558
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\RoleManager',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
- 'SettingsPagesSettings' =>
563
  array (
564
- 'name' => 'SettingsPagesSettings',
565
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
- 'SettingsPagesSystemStatus' =>
570
  array (
571
- 'name' => 'SettingsPagesSystemStatus',
572
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
- 'SettingsAjaxSystemStatusController' =>
577
  array (
578
- 'name' => 'SettingsAjaxSystemStatusController',
579
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
- 'ImportImportController' =>
584
  array (
585
- 'name' => 'ImportImportController',
586
- 'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
- 'HubDownloadController' =>
591
  array (
592
- 'name' => 'HubDownloadController',
593
- 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
- 'HubJsonActionsController' =>
598
  array (
599
- 'name' => 'HubJsonActionsController',
600
- 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
- 'HubUpdateController' =>
605
  array (
606
- 'name' => 'HubUpdateController',
607
- 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
- 'HubElementsElementDownloadController' =>
612
  array (
613
- 'name' => 'HubElementsElementDownloadController',
614
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
- 'HubElementsElements' =>
619
  array (
620
- 'name' => 'HubElementsElements',
621
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
- 'HubElementsElementsUpdater' =>
626
  array (
627
- 'name' => 'HubElementsElementsUpdater',
628
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
- 'HubElementsTeasersTeasersController' =>
633
  array (
634
- 'name' => 'HubElementsTeasersTeasersController',
635
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
- 'HubElementsTeasersTeasersDownloadController' =>
640
  array (
641
- 'name' => 'HubElementsTeasersTeasersDownloadController',
642
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
- 'HubPagesHub' =>
647
  array (
648
- 'name' => 'HubPagesHub',
649
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
- 'HubPagesPremiumTeasers' =>
654
  array (
655
- 'name' => 'HubPagesPremiumTeasers',
656
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
- 'HubPagesUpdateBePage' =>
661
  array (
662
- 'name' => 'HubPagesUpdateBePage',
663
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
- 'HubPagesUpdateFePage' =>
668
  array (
669
- 'name' => 'HubPagesUpdateFePage',
670
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
- 'HubActionsPostUpdateAction' =>
675
  array (
676
- 'name' => 'HubActionsPostUpdateAction',
677
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
- 'HubStockMediaStockMediaDownloadController' =>
682
- array (
683
- 'name' => 'HubStockMediaStockMediaDownloadController',
684
- 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
685
- 'make' => true,
686
- 'singleton' => true,
687
- ),
688
- 'HubAddonsAddonDownloadController' =>
689
- array (
690
- 'name' => 'HubAddonsAddonDownloadController',
691
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
692
- 'make' => true,
693
- 'singleton' => true,
694
- ),
695
- 'HubAddonsAddons' =>
696
  array (
697
- 'name' => 'HubAddonsAddons',
698
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
- 'HubAddonsAddonsUpdater' =>
703
  array (
704
- 'name' => 'HubAddonsAddonsUpdater',
705
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
- 'HubAddonsTeasersTeasersController' =>
710
  array (
711
- 'name' => 'HubAddonsTeasersTeasersController',
712
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
- 'HubAddonsTeasersTeasersDownloadController' =>
717
  array (
718
- 'name' => 'HubAddonsTeasersTeasersDownloadController',
719
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
- 'HubTemplatesTemplateDownloadController' =>
724
  array (
725
- 'name' => 'HubTemplatesTemplateDownloadController',
726
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
- 'HubTemplatesTemplatesUpdater' =>
731
  array (
732
- 'name' => 'HubTemplatesTemplatesUpdater',
733
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
- 'HubTemplatesTeasersTeasersController' =>
738
  array (
739
- 'name' => 'HubTemplatesTeasersTeasersController',
740
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
- 'HubTemplatesTeasersTeasersDownloadController' =>
745
  array (
746
- 'name' => 'HubTemplatesTeasersTeasersDownloadController',
747
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
- 'HubAssetsAssetDownloadController' =>
752
  array (
753
- 'name' => 'HubAssetsAssetDownloadController',
754
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
- 'HubGroupsCategoriesCategories' =>
759
  array (
760
- 'name' => 'HubGroupsCategoriesCategories',
761
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
- 'HubGroupsCategoriesCategoriesUpdater' =>
766
  array (
767
- 'name' => 'HubGroupsCategoriesCategoriesUpdater',
768
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
- 'HubGroupsCategoriesGroups' =>
773
  array (
774
- 'name' => 'HubGroupsCategoriesGroups',
775
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
- 'HubGroupsCategoriesGroupsUpdater' =>
780
  array (
781
- 'name' => 'HubGroupsCategoriesGroupsUpdater',
782
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
- 'InternationalizationLocale' =>
787
  array (
788
- 'name' => 'InternationalizationLocale',
789
- 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
- 'UtmUtm' =>
794
  array (
795
- 'name' => 'UtmUtm',
796
- 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
- 'SystemActivationController' =>
801
  array (
802
- 'name' => 'SystemActivationController',
803
- 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
- 'SystemAjaxAdminController' =>
808
  array (
809
- 'name' => 'SystemAjaxAdminController',
810
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
- 'SystemAjaxController' =>
815
  array (
816
- 'name' => 'SystemAjaxController',
817
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
- 'SystemCacheCacheController' =>
822
  array (
823
- 'name' => 'SystemCacheCacheController',
824
- 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
- 'SystemTextDomainController' =>
829
  array (
830
- 'name' => 'SystemTextDomainController',
831
- 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
- 'UpdatesUpdatesController' =>
836
  array (
837
- 'name' => 'UpdatesUpdatesController',
838
- 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
- 'MigrationsAssets22Migration' =>
843
  array (
844
- 'name' => 'MigrationsAssets22Migration',
845
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
- 'MigrationsCustomTemplatesTypeMigration' =>
850
  array (
851
- 'name' => 'MigrationsCustomTemplatesTypeMigration',
852
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
- 'MigrationsDatabaseMigration' =>
857
  array (
858
- 'name' => 'MigrationsDatabaseMigration',
859
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
- 'MigrationsDefaultCapabilitiesMigration' =>
864
  array (
865
- 'name' => 'MigrationsDefaultCapabilitiesMigration',
866
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
- 'MigrationsDefaultElementsMigration' =>
871
  array (
872
- 'name' => 'MigrationsDefaultElementsMigration',
873
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
- 'MigrationsEnabledPostTypesMigration' =>
878
  array (
879
- 'name' => 'MigrationsEnabledPostTypesMigration',
880
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
- 'MigrationsFreeMigration' =>
885
  array (
886
- 'name' => 'MigrationsFreeMigration',
887
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
- 'MigrationsGlobalJavascriptMigration' =>
892
  array (
893
- 'name' => 'MigrationsGlobalJavascriptMigration',
894
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
- 'MigrationsLicenseMigration' =>
899
  array (
900
- 'name' => 'MigrationsLicenseMigration',
901
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
- 'MigrationsMaintenanceModeMigration' =>
906
  array (
907
- 'name' => 'MigrationsMaintenanceModeMigration',
908
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\MaintenanceModeMigration',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
- 'MigrationsMergeArchivesLayoutsMigration' =>
913
  array (
914
- 'name' => 'MigrationsMergeArchivesLayoutsMigration',
915
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
- 'MigrationsPredefinedTemplateMigration' =>
920
  array (
921
- 'name' => 'MigrationsPredefinedTemplateMigration',
922
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
- 'MigrationsSettingsMigration' =>
927
  array (
928
- 'name' => 'MigrationsSettingsMigration',
929
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
- 'MigrationsTemplates114Migration' =>
934
  array (
935
- 'name' => 'MigrationsTemplates114Migration',
936
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
- 'MigrationsUpdateGlobalElementsMigration' =>
941
  array (
942
- 'name' => 'MigrationsUpdateGlobalElementsMigration',
943
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
- 'AutoloadAddonsAutoload' =>
948
  array (
949
- 'name' => 'AutoloadAddonsAutoload',
950
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
- 'AutoloadElementsAutoload' =>
955
  array (
956
- 'name' => 'AutoloadElementsAutoload',
957
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
- 'ApiFactory' =>
962
  array (
963
- 'name' => 'ApiFactory',
964
- 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
- 'FrontViewAssetResetController' =>
969
  array (
970
- 'name' => 'FrontViewAssetResetController',
971
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
- 'FrontViewAssetUrlReplaceController' =>
976
  array (
977
- 'name' => 'FrontViewAssetUrlReplaceController',
978
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
- 'FrontViewContentUrlReplaceController' =>
983
  array (
984
- 'name' => 'FrontViewContentUrlReplaceController',
985
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
- 'FrontViewFrontVariablesController' =>
990
  array (
991
- 'name' => 'FrontViewFrontVariablesController',
992
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
- 'FrontViewFrontViewController' =>
997
  array (
998
- 'name' => 'FrontViewFrontViewController',
999
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
- 'FrontViewLazyLoadController' =>
1004
  array (
1005
- 'name' => 'FrontViewLazyLoadController',
1006
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\LazyLoadController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
- 'FrontViewMaintenanceModeController' =>
1011
  array (
1012
- 'name' => 'FrontViewMaintenanceModeController',
1013
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\MaintenanceModeController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
- 'FrontViewPluginsInfoController' =>
1018
  array (
1019
- 'name' => 'FrontViewPluginsInfoController',
1020
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
@@ -1098,17 +1063,108 @@ return array (
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
- 'AssetsPreviewJsEnqueueController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1102
  array (
1103
- 'name' => 'AssetsPreviewJsEnqueueController',
1104
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
- 'AssetsSharedController' =>
1109
  array (
1110
- 'name' => 'AssetsSharedController',
1111
- 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
@@ -1182,577 +1238,521 @@ return array (
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
- 'EditorsEnvController' =>
1186
- array (
1187
- 'name' => 'EditorsEnvController',
1188
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
1189
- 'make' => true,
1190
- 'singleton' => true,
1191
- ),
1192
- 'EditorsMediaSizesController' =>
1193
- array (
1194
- 'name' => 'EditorsMediaSizesController',
1195
- 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
1196
- 'make' => true,
1197
- 'singleton' => true,
1198
- ),
1199
- 'EditorsElementsController' =>
1200
- array (
1201
- 'name' => 'EditorsElementsController',
1202
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
1203
- 'make' => true,
1204
- 'singleton' => true,
1205
- ),
1206
- 'EditorsSettingsAlternativeSavingController' =>
1207
- array (
1208
- 'name' => 'EditorsSettingsAlternativeSavingController',
1209
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\AlternativeSavingController',
1210
- 'make' => true,
1211
- 'singleton' => true,
1212
- ),
1213
- 'EditorsSettingsEditorLayoutController' =>
1214
- array (
1215
- 'name' => 'EditorsSettingsEditorLayoutController',
1216
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
1217
- 'make' => true,
1218
- 'singleton' => true,
1219
- ),
1220
- 'EditorsSettingsItemBadgeController' =>
1221
- array (
1222
- 'name' => 'EditorsSettingsItemBadgeController',
1223
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
1224
- 'make' => true,
1225
- 'singleton' => true,
1226
- ),
1227
- 'EditorsSettingsItemDataCollectionController' =>
1228
- array (
1229
- 'name' => 'EditorsSettingsItemDataCollectionController',
1230
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
1231
- 'make' => true,
1232
- 'singleton' => true,
1233
- ),
1234
- 'EditorsSettingsItemInitialHelpersController' =>
1235
- array (
1236
- 'name' => 'EditorsSettingsItemInitialHelpersController',
1237
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
1238
- 'make' => true,
1239
- 'singleton' => true,
1240
- ),
1241
- 'EditorsSettingsItemPreviewController' =>
1242
  array (
1243
- 'name' => 'EditorsSettingsItemPreviewController',
1244
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
- 'EditorsSettingsPageEditableTemplatesController' =>
1249
  array (
1250
- 'name' => 'EditorsSettingsPageEditableTemplatesController',
1251
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
- 'EditorsSettingsPageTemplatesController' =>
1256
  array (
1257
- 'name' => 'EditorsSettingsPageTemplatesController',
1258
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
- 'EditorsSettingsPageTemplatesSaveController' =>
1263
  array (
1264
- 'name' => 'EditorsSettingsPageTemplatesSaveController',
1265
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
- 'EditorsSettingsPageTemplatesVariablesController' =>
1270
  array (
1271
- 'name' => 'EditorsSettingsPageTemplatesVariablesController',
1272
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
- 'EditorsSettingsSlugController' =>
1277
  array (
1278
- 'name' => 'EditorsSettingsSlugController',
1279
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
- 'EditorsSettingsTitleController' =>
1284
  array (
1285
- 'name' => 'EditorsSettingsTitleController',
1286
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
- 'EditorsSettingsWordPressSettingsAuthorController' =>
1291
  array (
1292
- 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
1293
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
- 'EditorsSettingsWordPressSettingsCategoriesController' =>
1298
  array (
1299
- 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
1300
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
- 'EditorsSettingsWordPressSettingsDiscussionController' =>
1305
  array (
1306
- 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
1307
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
- 'EditorsSettingsWordPressSettingsExcerptController' =>
1312
  array (
1313
- 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
1314
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
- 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
1319
  array (
1320
- 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
1321
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
- 'EditorsSettingsWordPressSettingsParentPageController' =>
1326
  array (
1327
- 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
1328
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
- 'EditorsSettingsWordPressSettingsTagsController' =>
1333
  array (
1334
- 'name' => 'EditorsSettingsWordPressSettingsTagsController',
1335
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
- 'EditorsTutorialController' =>
1340
  array (
1341
- 'name' => 'EditorsTutorialController',
1342
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
- 'EditorsTutorialPostType' =>
1347
  array (
1348
- 'name' => 'EditorsTutorialPostType',
1349
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
- 'EditorsPageEditableController' =>
1354
  array (
1355
- 'name' => 'EditorsPageEditableController',
1356
- 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
- 'EditorsDataAjaxController' =>
1361
  array (
1362
- 'name' => 'EditorsDataAjaxController',
1363
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
- 'EditorsDataAjaxPostDataController' =>
1368
  array (
1369
- 'name' => 'EditorsDataAjaxPostDataController',
1370
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
- 'EditorsDataAjaxPostFieldsController' =>
1375
  array (
1376
- 'name' => 'EditorsDataAjaxPostFieldsController',
1377
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
- 'EditorsDataAjaxRevisionController' =>
1382
  array (
1383
- 'name' => 'EditorsDataAjaxRevisionController',
1384
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
- 'EditorsDataUsageController' =>
1389
  array (
1390
- 'name' => 'EditorsDataUsageController',
1391
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
- 'EditorsDataUsageMostUsedItemsController' =>
1396
  array (
1397
- 'name' => 'EditorsDataUsageMostUsedItemsController',
1398
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
- 'EditorsAttributesWpEditor' =>
1403
  array (
1404
- 'name' => 'EditorsAttributesWpEditor',
1405
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
- 'EditorsAttributesUrlController' =>
1410
  array (
1411
- 'name' => 'EditorsAttributesUrlController',
1412
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
1416
- 'EditorsAttributesAjaxFormController' =>
1417
  array (
1418
- 'name' => 'EditorsAttributesAjaxFormController',
1419
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
- 'EditorsAttributesCheckboxController' =>
1424
  array (
1425
- 'name' => 'EditorsAttributesCheckboxController',
1426
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
- 'EditorsAttributesIconPickerController' =>
1431
  array (
1432
- 'name' => 'EditorsAttributesIconPickerController',
1433
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
- 'EditorsAttributesAutoCompleteController' =>
1438
  array (
1439
- 'name' => 'EditorsAttributesAutoCompleteController',
1440
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
- 'EditorsAttributesPageDesignOptionsController' =>
1445
  array (
1446
- 'name' => 'EditorsAttributesPageDesignOptionsController',
1447
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1451
- 'EditorsAttributesCodeMirrorCodeMirrorController' =>
1452
  array (
1453
- 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
1454
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
1455
  'make' => true,
1456
  'singleton' => true,
1457
  ),
1458
- 'EditorsFrontendBundleController' =>
1459
  array (
1460
- 'name' => 'EditorsFrontendBundleController',
1461
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
- 'EditorsFrontendController' =>
1466
  array (
1467
- 'name' => 'EditorsFrontendController',
1468
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
1469
  'make' => true,
1470
  'singleton' => true,
1471
  ),
1472
- 'EditorsFrontendHeartbeatController' =>
1473
  array (
1474
- 'name' => 'EditorsFrontendHeartbeatController',
1475
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
1476
  'make' => true,
1477
  'singleton' => true,
1478
  ),
1479
- 'EditorsFrontendMenuController' =>
1480
  array (
1481
- 'name' => 'EditorsFrontendMenuController',
1482
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
1483
  'make' => true,
1484
  'singleton' => true,
1485
  ),
1486
- 'EditorsFrontendVariablesController' =>
1487
  array (
1488
- 'name' => 'EditorsFrontendVariablesController',
1489
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
- 'EditorsInitialHelpersController' =>
1494
  array (
1495
- 'name' => 'EditorsInitialHelpersController',
1496
- 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
1500
- 'EditorsEditPostLinksController' =>
1501
  array (
1502
- 'name' => 'EditorsEditPostLinksController',
1503
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
1504
  'make' => true,
1505
  'singleton' => true,
1506
  ),
1507
- 'EditorsBackendEditorController' =>
1508
  array (
1509
- 'name' => 'EditorsBackendEditorController',
1510
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
1511
  'make' => true,
1512
  'singleton' => true,
1513
  ),
1514
- 'EditorsBackendSaveSetEditorController' =>
1515
  array (
1516
- 'name' => 'EditorsBackendSaveSetEditorController',
1517
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
- 'EditorsPopupsPremiumPromoController' =>
1522
  array (
1523
- 'name' => 'EditorsPopupsPremiumPromoController',
1524
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
- 'EditorsTemplatesController' =>
1529
  array (
1530
- 'name' => 'EditorsTemplatesController',
1531
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
- 'EditorsTemplatesPostType' =>
1536
  array (
1537
- 'name' => 'EditorsTemplatesPostType',
1538
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
- 'EditorsFrontendLayoutSwitcherBundleController' =>
1543
  array (
1544
- 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
1545
- 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
- 'EditorsNotificationsController' =>
1550
  array (
1551
- 'name' => 'EditorsNotificationsController',
1552
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
- 'VendorsAjaxSearchProController' =>
1557
  array (
1558
- 'name' => 'VendorsAjaxSearchProController',
1559
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
1563
- 'VendorsDashboardController' =>
1564
  array (
1565
- 'name' => 'VendorsDashboardController',
1566
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
1567
  'make' => true,
1568
  'singleton' => true,
1569
  ),
1570
- 'VendorsElementorController' =>
1571
  array (
1572
- 'name' => 'VendorsElementorController',
1573
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
1574
  'make' => true,
1575
  'singleton' => true,
1576
  ),
1577
- 'VendorsEssentialGridController' =>
1578
  array (
1579
- 'name' => 'VendorsEssentialGridController',
1580
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
1581
  'make' => true,
1582
  'singleton' => true,
1583
  ),
1584
- 'VendorsGravityFormsController' =>
1585
  array (
1586
- 'name' => 'VendorsGravityFormsController',
1587
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
1588
  'make' => true,
1589
  'singleton' => true,
1590
  ),
1591
- 'VendorsJetPack' =>
1592
  array (
1593
- 'name' => 'VendorsJetPack',
1594
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
1595
  'make' => true,
1596
  'singleton' => true,
1597
  ),
1598
- 'VendorsMetaSliderController' =>
1599
  array (
1600
- 'name' => 'VendorsMetaSliderController',
1601
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
1602
  'make' => true,
1603
  'singleton' => true,
1604
  ),
1605
- 'VendorsNextGen' =>
1606
  array (
1607
- 'name' => 'VendorsNextGen',
1608
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
1609
  'make' => true,
1610
  'singleton' => true,
1611
  ),
1612
- 'VendorsNinjaFormsController' =>
1613
  array (
1614
- 'name' => 'VendorsNinjaFormsController',
1615
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
1616
  'make' => true,
1617
  'singleton' => true,
1618
  ),
1619
- 'VendorsOneUserAvatar' =>
1620
  array (
1621
- 'name' => 'VendorsOneUserAvatar',
1622
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\OneUserAvatar',
1623
  'make' => true,
1624
  'singleton' => true,
1625
  ),
1626
- 'VendorsPluginsController' =>
1627
  array (
1628
- 'name' => 'VendorsPluginsController',
1629
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
1630
  'make' => true,
1631
  'singleton' => true,
1632
  ),
1633
- 'VendorsRevSliderController' =>
1634
  array (
1635
- 'name' => 'VendorsRevSliderController',
1636
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
1637
  'make' => true,
1638
  'singleton' => true,
1639
  ),
1640
- 'VendorsWooCommerceController' =>
1641
  array (
1642
- 'name' => 'VendorsWooCommerceController',
1643
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
1644
  'make' => true,
1645
  'singleton' => true,
1646
  ),
1647
- 'VendorsWooCommerceMultivendorMarketplace' =>
1648
  array (
1649
- 'name' => 'VendorsWooCommerceMultivendorMarketplace',
1650
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
1651
  'make' => true,
1652
  'singleton' => true,
1653
  ),
1654
- 'VendorsWooCommerceSquareController' =>
1655
  array (
1656
- 'name' => 'VendorsWooCommerceSquareController',
1657
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
1658
  'make' => true,
1659
  'singleton' => true,
1660
  ),
1661
- 'VendorsWordpressController' =>
1662
  array (
1663
- 'name' => 'VendorsWordpressController',
1664
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
1665
  'make' => true,
1666
  'singleton' => true,
1667
  ),
1668
- 'VendorsWpFormsController' =>
1669
  array (
1670
- 'name' => 'VendorsWpFormsController',
1671
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
1672
  'make' => true,
1673
  'singleton' => true,
1674
  ),
1675
- 'VendorsWpJobsManagerController' =>
1676
  array (
1677
- 'name' => 'VendorsWpJobsManagerController',
1678
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
1679
  'make' => true,
1680
  'singleton' => true,
1681
  ),
1682
- 'VendorsWpbakeryController' =>
1683
  array (
1684
- 'name' => 'VendorsWpbakeryController',
1685
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
1686
  'make' => true,
1687
  'singleton' => true,
1688
  ),
1689
- 'VendorsWpmlController' =>
1690
  array (
1691
- 'name' => 'VendorsWpmlController',
1692
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
1693
  'make' => true,
1694
  'singleton' => true,
1695
  ),
1696
- 'VendorsYoastController' =>
1697
  array (
1698
- 'name' => 'VendorsYoastController',
1699
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
1700
  'make' => true,
1701
  'singleton' => true,
1702
  ),
1703
- 'VendorsGutenbergAttributeController' =>
1704
  array (
1705
- 'name' => 'VendorsGutenbergAttributeController',
1706
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
1707
  'make' => true,
1708
  'singleton' => true,
1709
  ),
1710
- 'VendorsGutenbergDisableController' =>
1711
  array (
1712
- 'name' => 'VendorsGutenbergDisableController',
1713
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
1714
  'make' => true,
1715
  'singleton' => true,
1716
  ),
1717
- 'VendorsGutenbergSettingsController' =>
1718
  array (
1719
- 'name' => 'VendorsGutenbergSettingsController',
1720
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
1721
  'make' => true,
1722
  'singleton' => true,
1723
  ),
1724
- 'VendorsThemesGeneratePressController' =>
1725
  array (
1726
- 'name' => 'VendorsThemesGeneratePressController',
1727
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\GeneratePressController',
1728
  'make' => true,
1729
  'singleton' => true,
1730
  ),
1731
- 'VendorsThemesStorefrontController' =>
1732
  array (
1733
- 'name' => 'VendorsThemesStorefrontController',
1734
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
1735
  'make' => true,
1736
  'singleton' => true,
1737
  ),
1738
- 'VendorsThemesTwentySeventeenController' =>
1739
  array (
1740
- 'name' => 'VendorsThemesTwentySeventeenController',
1741
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
1742
  'make' => true,
1743
  'singleton' => true,
1744
  ),
1745
- 'VendorsThemesTwentyTwentyOneController' =>
1746
  array (
1747
- 'name' => 'VendorsThemesTwentyTwentyOneController',
1748
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
1749
  'make' => true,
1750
  'singleton' => true,
1751
  ),
1752
- 'VendorsThemesWeaverXtremeController' =>
1753
  array (
1754
- 'name' => 'VendorsThemesWeaverXtremeController',
1755
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\WeaverXtremeController',
1756
  'make' => true,
1757
  'singleton' => true,
1758
  ),
290
  'make' => false,
291
  'singleton' => true,
292
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  'HubAddonsHelper' =>
294
  array (
295
  'name' => 'HubAddonsHelper',
395
  'make' => false,
396
  'singleton' => true,
397
  ),
398
+ 'SettingsFieldsRegistryHelper' =>
 
 
 
399
  array (
400
+ 'name' => 'SettingsFieldsRegistryHelper',
401
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
402
+ 'make' => false,
403
  'singleton' => true,
404
  ),
405
+ 'SettingsSectionsRegistryHelper' =>
406
  array (
407
+ 'name' => 'SettingsSectionsRegistryHelper',
408
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
409
+ 'make' => false,
410
  'singleton' => true,
411
  ),
412
+ 'SettingsTabsRegistryHelper' =>
413
  array (
414
+ 'name' => 'SettingsTabsRegistryHelper',
415
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
416
+ 'make' => false,
417
  'singleton' => true,
418
  ),
419
+ ),
420
+ 'modules' =>
421
+ array (
422
+ 'HubDownloadController' =>
423
  array (
424
+ 'name' => 'HubDownloadController',
425
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
426
  'make' => true,
427
  'singleton' => true,
428
  ),
429
+ 'HubJsonActionsController' =>
430
  array (
431
+ 'name' => 'HubJsonActionsController',
432
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
433
  'make' => true,
434
  'singleton' => true,
435
  ),
436
+ 'HubUpdateController' =>
437
  array (
438
+ 'name' => 'HubUpdateController',
439
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
+ 'HubAssetsAssetDownloadController' =>
444
  array (
445
+ 'name' => 'HubAssetsAssetDownloadController',
446
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
+ 'HubTemplatesTemplateDownloadController' =>
451
  array (
452
+ 'name' => 'HubTemplatesTemplateDownloadController',
453
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
+ 'HubTemplatesTemplatesUpdater' =>
458
  array (
459
+ 'name' => 'HubTemplatesTemplatesUpdater',
460
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
+ 'HubTemplatesTeasersTeasersController' =>
465
  array (
466
+ 'name' => 'HubTemplatesTeasersTeasersController',
467
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
+ 'HubTemplatesTeasersTeasersDownloadController' =>
472
  array (
473
+ 'name' => 'HubTemplatesTeasersTeasersDownloadController',
474
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
+ 'HubActionsPostUpdateAction' =>
479
  array (
480
+ 'name' => 'HubActionsPostUpdateAction',
481
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
+ 'HubStockMediaStockMediaDownloadController' =>
486
  array (
487
+ 'name' => 'HubStockMediaStockMediaDownloadController',
488
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
+ 'HubElementsElementDownloadController' =>
493
  array (
494
+ 'name' => 'HubElementsElementDownloadController',
495
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
+ 'HubElementsElements' =>
500
  array (
501
+ 'name' => 'HubElementsElements',
502
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
+ 'HubElementsElementsUpdater' =>
507
  array (
508
+ 'name' => 'HubElementsElementsUpdater',
509
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
+ 'HubElementsTeasersTeasersController' =>
514
  array (
515
+ 'name' => 'HubElementsTeasersTeasersController',
516
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
+ 'HubElementsTeasersTeasersDownloadController' =>
521
  array (
522
+ 'name' => 'HubElementsTeasersTeasersDownloadController',
523
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
+ 'HubAddonsAddonDownloadController' =>
528
  array (
529
+ 'name' => 'HubAddonsAddonDownloadController',
530
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
+ 'HubAddonsAddons' =>
535
  array (
536
+ 'name' => 'HubAddonsAddons',
537
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
+ 'HubAddonsAddonsUpdater' =>
542
  array (
543
+ 'name' => 'HubAddonsAddonsUpdater',
544
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
+ 'HubAddonsTeasersTeasersController' =>
549
  array (
550
+ 'name' => 'HubAddonsTeasersTeasersController',
551
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
+ 'HubAddonsTeasersTeasersDownloadController' =>
556
  array (
557
+ 'name' => 'HubAddonsTeasersTeasersDownloadController',
558
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
+ 'HubPagesHub' =>
563
  array (
564
+ 'name' => 'HubPagesHub',
565
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
+ 'HubPagesPremiumTeasers' =>
570
  array (
571
+ 'name' => 'HubPagesPremiumTeasers',
572
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
+ 'HubPagesUpdateBePage' =>
577
  array (
578
+ 'name' => 'HubPagesUpdateBePage',
579
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
+ 'HubPagesUpdateFePage' =>
584
  array (
585
+ 'name' => 'HubPagesUpdateFePage',
586
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
+ 'HubGroupsCategoriesCategories' =>
591
  array (
592
+ 'name' => 'HubGroupsCategoriesCategories',
593
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
+ 'HubGroupsCategoriesCategoriesUpdater' =>
598
  array (
599
+ 'name' => 'HubGroupsCategoriesCategoriesUpdater',
600
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
+ 'HubGroupsCategoriesGroups' =>
605
  array (
606
+ 'name' => 'HubGroupsCategoriesGroups',
607
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
+ 'HubGroupsCategoriesGroupsUpdater' =>
612
  array (
613
+ 'name' => 'HubGroupsCategoriesGroupsUpdater',
614
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
+ 'EditorsEnvController' =>
619
  array (
620
+ 'name' => 'EditorsEnvController',
621
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
+ 'EditorsMediaSizesController' =>
626
  array (
627
+ 'name' => 'EditorsMediaSizesController',
628
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
+ 'EditorsTutorialController' =>
633
  array (
634
+ 'name' => 'EditorsTutorialController',
635
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
+ 'EditorsTutorialPostType' =>
640
  array (
641
+ 'name' => 'EditorsTutorialPostType',
642
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
+ 'EditorsAttributesWpEditor' =>
647
  array (
648
+ 'name' => 'EditorsAttributesWpEditor',
649
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
+ 'EditorsAttributesPageDesignOptionsController' =>
654
  array (
655
+ 'name' => 'EditorsAttributesPageDesignOptionsController',
656
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
+ 'EditorsAttributesAutoCompleteController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
661
  array (
662
+ 'name' => 'EditorsAttributesAutoCompleteController',
663
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
+ 'EditorsAttributesCheckboxController' =>
668
  array (
669
+ 'name' => 'EditorsAttributesCheckboxController',
670
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
+ 'EditorsAttributesCodeMirrorCodeMirrorController' =>
675
  array (
676
+ 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
677
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
+ 'EditorsAttributesAjaxFormController' =>
682
  array (
683
+ 'name' => 'EditorsAttributesAjaxFormController',
684
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
+ 'EditorsAttributesUrlController' =>
689
  array (
690
+ 'name' => 'EditorsAttributesUrlController',
691
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
+ 'EditorsAttributesIconPickerController' =>
696
  array (
697
+ 'name' => 'EditorsAttributesIconPickerController',
698
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
+ 'EditorsInitialHelpersController' =>
703
  array (
704
+ 'name' => 'EditorsInitialHelpersController',
705
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
+ 'EditorsNotificationsController' =>
710
  array (
711
+ 'name' => 'EditorsNotificationsController',
712
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
+ 'EditorsTemplatesController' =>
717
  array (
718
+ 'name' => 'EditorsTemplatesController',
719
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
+ 'EditorsTemplatesPostType' =>
724
  array (
725
+ 'name' => 'EditorsTemplatesPostType',
726
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
+ 'EditorsPopupsPremiumPromoController' =>
731
  array (
732
+ 'name' => 'EditorsPopupsPremiumPromoController',
733
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
+ 'EditorsEditPostLinksController' =>
738
  array (
739
+ 'name' => 'EditorsEditPostLinksController',
740
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
+ 'EditorsDataAjaxController' =>
745
  array (
746
+ 'name' => 'EditorsDataAjaxController',
747
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
+ 'EditorsDataAjaxPostDataController' =>
752
  array (
753
+ 'name' => 'EditorsDataAjaxPostDataController',
754
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
+ 'EditorsDataAjaxPostFieldsController' =>
759
  array (
760
+ 'name' => 'EditorsDataAjaxPostFieldsController',
761
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
+ 'EditorsDataAjaxRevisionController' =>
766
  array (
767
+ 'name' => 'EditorsDataAjaxRevisionController',
768
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
+ 'EditorsDataUsageController' =>
773
  array (
774
+ 'name' => 'EditorsDataUsageController',
775
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
+ 'EditorsDataUsageMostUsedItemsController' =>
780
  array (
781
+ 'name' => 'EditorsDataUsageMostUsedItemsController',
782
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
+ 'EditorsFrontendBundleController' =>
787
  array (
788
+ 'name' => 'EditorsFrontendBundleController',
789
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
+ 'EditorsFrontendController' =>
794
  array (
795
+ 'name' => 'EditorsFrontendController',
796
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
+ 'EditorsFrontendHeartbeatController' =>
801
  array (
802
+ 'name' => 'EditorsFrontendHeartbeatController',
803
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
+ 'EditorsFrontendMenuController' =>
808
  array (
809
+ 'name' => 'EditorsFrontendMenuController',
810
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
+ 'EditorsFrontendVariablesController' =>
815
  array (
816
+ 'name' => 'EditorsFrontendVariablesController',
817
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
+ 'EditorsElementsController' =>
822
  array (
823
+ 'name' => 'EditorsElementsController',
824
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
+ 'EditorsPageEditableController' =>
829
  array (
830
+ 'name' => 'EditorsPageEditableController',
831
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
+ 'EditorsFrontendLayoutSwitcherBundleController' =>
836
  array (
837
+ 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
838
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
+ 'EditorsBackendEditorController' =>
843
  array (
844
+ 'name' => 'EditorsBackendEditorController',
845
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
+ 'EditorsBackendSaveSetEditorController' =>
850
  array (
851
+ 'name' => 'EditorsBackendSaveSetEditorController',
852
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
+ 'EditorsSettingsAlternativeSavingController' =>
857
  array (
858
+ 'name' => 'EditorsSettingsAlternativeSavingController',
859
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\AlternativeSavingController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
+ 'EditorsSettingsEditorLayoutController' =>
864
  array (
865
+ 'name' => 'EditorsSettingsEditorLayoutController',
866
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
+ 'EditorsSettingsItemBadgeController' =>
871
  array (
872
+ 'name' => 'EditorsSettingsItemBadgeController',
873
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
+ 'EditorsSettingsItemDataCollectionController' =>
878
  array (
879
+ 'name' => 'EditorsSettingsItemDataCollectionController',
880
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
+ 'EditorsSettingsItemInitialHelpersController' =>
885
  array (
886
+ 'name' => 'EditorsSettingsItemInitialHelpersController',
887
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
+ 'EditorsSettingsItemPreviewController' =>
892
  array (
893
+ 'name' => 'EditorsSettingsItemPreviewController',
894
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
+ 'EditorsSettingsPageEditableTemplatesController' =>
899
  array (
900
+ 'name' => 'EditorsSettingsPageEditableTemplatesController',
901
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
+ 'EditorsSettingsPageTemplatesController' =>
906
  array (
907
+ 'name' => 'EditorsSettingsPageTemplatesController',
908
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
+ 'EditorsSettingsPageTemplatesSaveController' =>
913
  array (
914
+ 'name' => 'EditorsSettingsPageTemplatesSaveController',
915
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
+ 'EditorsSettingsPageTemplatesVariablesController' =>
920
  array (
921
+ 'name' => 'EditorsSettingsPageTemplatesVariablesController',
922
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
+ 'EditorsSettingsSlugController' =>
927
  array (
928
+ 'name' => 'EditorsSettingsSlugController',
929
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
+ 'EditorsSettingsTitleController' =>
934
  array (
935
+ 'name' => 'EditorsSettingsTitleController',
936
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
+ 'EditorsSettingsWordPressSettingsAuthorController' =>
941
  array (
942
+ 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
943
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
+ 'EditorsSettingsWordPressSettingsCategoriesController' =>
948
  array (
949
+ 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
950
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
+ 'EditorsSettingsWordPressSettingsDiscussionController' =>
955
  array (
956
+ 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
957
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
+ 'EditorsSettingsWordPressSettingsExcerptController' =>
962
  array (
963
+ 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
964
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
+ 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
969
  array (
970
+ 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
971
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
+ 'EditorsSettingsWordPressSettingsParentPageController' =>
976
  array (
977
+ 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
978
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
+ 'EditorsSettingsWordPressSettingsTagsController' =>
983
  array (
984
+ 'name' => 'EditorsSettingsWordPressSettingsTagsController',
985
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
+ 'AssetsPreviewJsEnqueueController' =>
1067
+ array (
1068
+ 'name' => 'AssetsPreviewJsEnqueueController',
1069
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
1070
+ 'make' => true,
1071
+ 'singleton' => true,
1072
+ ),
1073
+ 'AssetsSharedController' =>
1074
+ array (
1075
+ 'name' => 'AssetsSharedController',
1076
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
1077
+ 'make' => true,
1078
+ 'singleton' => true,
1079
+ ),
1080
+ 'InternationalizationLocale' =>
1081
+ array (
1082
+ 'name' => 'InternationalizationLocale',
1083
+ 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
1084
+ 'make' => true,
1085
+ 'singleton' => true,
1086
+ ),
1087
+ 'ImportImportController' =>
1088
+ array (
1089
+ 'name' => 'ImportImportController',
1090
+ 'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
1091
+ 'make' => true,
1092
+ 'singleton' => true,
1093
+ ),
1094
+ 'UpdatesUpdatesController' =>
1095
+ array (
1096
+ 'name' => 'UpdatesUpdatesController',
1097
+ 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
1098
+ 'make' => true,
1099
+ 'singleton' => true,
1100
+ ),
1101
+ 'ElementsApiController' =>
1102
+ array (
1103
+ 'name' => 'ElementsApiController',
1104
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1105
+ 'make' => true,
1106
+ 'singleton' => true,
1107
+ ),
1108
+ 'ElementsController' =>
1109
+ array (
1110
+ 'name' => 'ElementsController',
1111
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1112
+ 'make' => true,
1113
+ 'singleton' => true,
1114
+ ),
1115
+ 'ElementsViewPageRender' =>
1116
+ array (
1117
+ 'name' => 'ElementsViewPageRender',
1118
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ViewPageRender',
1119
+ 'make' => true,
1120
+ 'singleton' => true,
1121
+ ),
1122
+ 'ElementsAjaxImageControllerController' =>
1123
+ array (
1124
+ 'name' => 'ElementsAjaxImageControllerController',
1125
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1126
+ 'make' => true,
1127
+ 'singleton' => true,
1128
+ ),
1129
+ 'ElementsEncodedShortcodeController' =>
1130
+ array (
1131
+ 'name' => 'ElementsEncodedShortcodeController',
1132
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1133
+ 'make' => true,
1134
+ 'singleton' => true,
1135
+ ),
1136
+ 'ElementsGlobalVariablesController' =>
1137
+ array (
1138
+ 'name' => 'ElementsGlobalVariablesController',
1139
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1140
+ 'make' => true,
1141
+ 'singleton' => true,
1142
+ ),
1143
+ 'ElementsWpWidgetsWpWidgetsController' =>
1144
+ array (
1145
+ 'name' => 'ElementsWpWidgetsWpWidgetsController',
1146
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1147
+ 'make' => true,
1148
+ 'singleton' => true,
1149
+ ),
1150
+ 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1151
+ array (
1152
+ 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1153
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1154
+ 'make' => true,
1155
+ 'singleton' => true,
1156
+ ),
1157
+ 'ElementsAssetShortcodeController' =>
1158
  array (
1159
+ 'name' => 'ElementsAssetShortcodeController',
1160
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
+ 'ElementsAjaxShortcodeController' =>
1165
  array (
1166
+ 'name' => 'ElementsAjaxShortcodeController',
1167
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
+ 'VendorsAjaxSearchProController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1242
  array (
1243
+ 'name' => 'VendorsAjaxSearchProController',
1244
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
+ 'VendorsDashboardController' =>
1249
  array (
1250
+ 'name' => 'VendorsDashboardController',
1251
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
+ 'VendorsElementorController' =>
1256
  array (
1257
+ 'name' => 'VendorsElementorController',
1258
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
+ 'VendorsEssentialGridController' =>
1263
  array (
1264
+ 'name' => 'VendorsEssentialGridController',
1265
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
+ 'VendorsGravityFormsController' =>
1270
  array (
1271
+ 'name' => 'VendorsGravityFormsController',
1272
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
+ 'VendorsJetPack' =>
1277
  array (
1278
+ 'name' => 'VendorsJetPack',
1279
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
+ 'VendorsMetaSliderController' =>
1284
  array (
1285
+ 'name' => 'VendorsMetaSliderController',
1286
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
+ 'VendorsNextGen' =>
1291
  array (
1292
+ 'name' => 'VendorsNextGen',
1293
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
+ 'VendorsNinjaFormsController' =>
1298
  array (
1299
+ 'name' => 'VendorsNinjaFormsController',
1300
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
+ 'VendorsOneUserAvatar' =>
1305
  array (
1306
+ 'name' => 'VendorsOneUserAvatar',
1307
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\OneUserAvatar',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
+ 'VendorsPluginsController' =>
1312
  array (
1313
+ 'name' => 'VendorsPluginsController',
1314
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
+ 'VendorsRevSliderController' =>
1319
  array (
1320
+ 'name' => 'VendorsRevSliderController',
1321
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
+ 'VendorsWooCommerceController' =>
1326
  array (
1327
+ 'name' => 'VendorsWooCommerceController',
1328
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
+ 'VendorsWooCommerceMultivendorMarketplace' =>
1333
  array (
1334
+ 'name' => 'VendorsWooCommerceMultivendorMarketplace',
1335
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
+ 'VendorsWooCommerceSquareController' =>
1340
  array (
1341
+ 'name' => 'VendorsWooCommerceSquareController',
1342
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
+ 'VendorsWordpressController' =>
1347
  array (
1348
+ 'name' => 'VendorsWordpressController',
1349
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
+ 'VendorsWpFormsController' =>
1354
  array (
1355
+ 'name' => 'VendorsWpFormsController',
1356
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
+ 'VendorsWpJobsManagerController' =>
1361
  array (
1362
+ 'name' => 'VendorsWpJobsManagerController',
1363
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
+ 'VendorsWpbakeryController' =>
1368
  array (
1369
+ 'name' => 'VendorsWpbakeryController',
1370
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
+ 'VendorsWpmlController' =>
1375
  array (
1376
+ 'name' => 'VendorsWpmlController',
1377
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
+ 'VendorsYoastController' =>
1382
  array (
1383
+ 'name' => 'VendorsYoastController',
1384
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
+ 'VendorsThemesGeneratePressController' =>
1389
  array (
1390
+ 'name' => 'VendorsThemesGeneratePressController',
1391
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\GeneratePressController',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
+ 'VendorsThemesStorefrontController' =>
1396
  array (
1397
+ 'name' => 'VendorsThemesStorefrontController',
1398
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
+ 'VendorsThemesTwentySeventeenController' =>
1403
  array (
1404
+ 'name' => 'VendorsThemesTwentySeventeenController',
1405
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
+ 'VendorsThemesTwentyTwentyOneController' =>
1410
  array (
1411
+ 'name' => 'VendorsThemesTwentyTwentyOneController',
1412
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
1416
+ 'VendorsThemesWeaverXtremeController' =>
1417
  array (
1418
+ 'name' => 'VendorsThemesWeaverXtremeController',
1419
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\WeaverXtremeController',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
+ 'VendorsGutenbergAttributeController' =>
1424
  array (
1425
+ 'name' => 'VendorsGutenbergAttributeController',
1426
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
+ 'VendorsGutenbergDisableController' =>
1431
  array (
1432
+ 'name' => 'VendorsGutenbergDisableController',
1433
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
+ 'VendorsGutenbergSettingsController' =>
1438
  array (
1439
+ 'name' => 'VendorsGutenbergSettingsController',
1440
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
+ 'UtmUtm' =>
1445
  array (
1446
+ 'name' => 'UtmUtm',
1447
+ 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1451
+ 'AutoloadAddonsAutoload' =>
1452
  array (
1453
+ 'name' => 'AutoloadAddonsAutoload',
1454
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
1455
  'make' => true,
1456
  'singleton' => true,
1457
  ),
1458
+ 'AutoloadElementsAutoload' =>
1459
  array (
1460
+ 'name' => 'AutoloadElementsAutoload',
1461
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
+ 'SystemActivationController' =>
1466
  array (
1467
+ 'name' => 'SystemActivationController',
1468
+ 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
1469
  'make' => true,
1470
  'singleton' => true,
1471
  ),
1472
+ 'SystemAjaxAdminController' =>
1473
  array (
1474
+ 'name' => 'SystemAjaxAdminController',
1475
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
1476
  'make' => true,
1477
  'singleton' => true,
1478
  ),
1479
+ 'SystemAjaxController' =>
1480
  array (
1481
+ 'name' => 'SystemAjaxController',
1482
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
1483
  'make' => true,
1484
  'singleton' => true,
1485
  ),
1486
+ 'SystemTextDomainController' =>
1487
  array (
1488
+ 'name' => 'SystemTextDomainController',
1489
+ 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
+ 'SystemCacheCacheController' =>
1494
  array (
1495
+ 'name' => 'SystemCacheCacheController',
1496
+ 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
1500
+ 'MigrationsAssets22Migration' =>
1501
  array (
1502
+ 'name' => 'MigrationsAssets22Migration',
1503
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
1504
  'make' => true,
1505
  'singleton' => true,
1506
  ),
1507
+ 'MigrationsCustomTemplatesTypeMigration' =>
1508
  array (
1509
+ 'name' => 'MigrationsCustomTemplatesTypeMigration',
1510
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
1511
  'make' => true,
1512
  'singleton' => true,
1513
  ),
1514
+ 'MigrationsDatabaseMigration' =>
1515
  array (
1516
+ 'name' => 'MigrationsDatabaseMigration',
1517
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
+ 'MigrationsDefaultCapabilitiesMigration' =>
1522
  array (
1523
+ 'name' => 'MigrationsDefaultCapabilitiesMigration',
1524
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
+ 'MigrationsDefaultElementsMigration' =>
1529
  array (
1530
+ 'name' => 'MigrationsDefaultElementsMigration',
1531
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
+ 'MigrationsEnabledPostTypesMigration' =>
1536
  array (
1537
+ 'name' => 'MigrationsEnabledPostTypesMigration',
1538
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
+ 'MigrationsFreeMigration' =>
1543
  array (
1544
+ 'name' => 'MigrationsFreeMigration',
1545
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
+ 'MigrationsGlobalJavascriptMigration' =>
1550
  array (
1551
+ 'name' => 'MigrationsGlobalJavascriptMigration',
1552
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
+ 'MigrationsLicenseMigration' =>
1557
  array (
1558
+ 'name' => 'MigrationsLicenseMigration',
1559
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
1563
+ 'MigrationsMaintenanceModeMigration' =>
1564
  array (
1565
+ 'name' => 'MigrationsMaintenanceModeMigration',
1566
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\MaintenanceModeMigration',
1567
  'make' => true,
1568
  'singleton' => true,
1569
  ),
1570
+ 'MigrationsMergeArchivesLayoutsMigration' =>
1571
  array (
1572
+ 'name' => 'MigrationsMergeArchivesLayoutsMigration',
1573
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
1574
  'make' => true,
1575
  'singleton' => true,
1576
  ),
1577
+ 'MigrationsPredefinedTemplateMigration' =>
1578
  array (
1579
+ 'name' => 'MigrationsPredefinedTemplateMigration',
1580
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
1581
  'make' => true,
1582
  'singleton' => true,
1583
  ),
1584
+ 'MigrationsSettingsMigration' =>
1585
  array (
1586
+ 'name' => 'MigrationsSettingsMigration',
1587
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
1588
  'make' => true,
1589
  'singleton' => true,
1590
  ),
1591
+ 'MigrationsTemplates114Migration' =>
1592
  array (
1593
+ 'name' => 'MigrationsTemplates114Migration',
1594
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
1595
  'make' => true,
1596
  'singleton' => true,
1597
  ),
1598
+ 'MigrationsUpdateGlobalElementsMigration' =>
1599
  array (
1600
+ 'name' => 'MigrationsUpdateGlobalElementsMigration',
1601
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
1602
  'make' => true,
1603
  'singleton' => true,
1604
  ),
1605
+ 'ApiFactory' =>
1606
  array (
1607
+ 'name' => 'ApiFactory',
1608
+ 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
1609
  'make' => true,
1610
  'singleton' => true,
1611
  ),
1612
+ 'FrontViewAssetResetController' =>
1613
  array (
1614
+ 'name' => 'FrontViewAssetResetController',
1615
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
1616
  'make' => true,
1617
  'singleton' => true,
1618
  ),
1619
+ 'FrontViewAssetUrlReplaceController' =>
1620
  array (
1621
+ 'name' => 'FrontViewAssetUrlReplaceController',
1622
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
1623
  'make' => true,
1624
  'singleton' => true,
1625
  ),
1626
+ 'FrontViewContentUrlReplaceController' =>
1627
  array (
1628
+ 'name' => 'FrontViewContentUrlReplaceController',
1629
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
1630
  'make' => true,
1631
  'singleton' => true,
1632
  ),
1633
+ 'FrontViewFrontVariablesController' =>
1634
  array (
1635
+ 'name' => 'FrontViewFrontVariablesController',
1636
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
1637
  'make' => true,
1638
  'singleton' => true,
1639
  ),
1640
+ 'FrontViewFrontViewController' =>
1641
  array (
1642
+ 'name' => 'FrontViewFrontViewController',
1643
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
1644
  'make' => true,
1645
  'singleton' => true,
1646
  ),
1647
+ 'FrontViewLazyLoadController' =>
1648
  array (
1649
+ 'name' => 'FrontViewLazyLoadController',
1650
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\LazyLoadController',
1651
  'make' => true,
1652
  'singleton' => true,
1653
  ),
1654
+ 'FrontViewMaintenanceModeController' =>
1655
  array (
1656
+ 'name' => 'FrontViewMaintenanceModeController',
1657
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\MaintenanceModeController',
1658
  'make' => true,
1659
  'singleton' => true,
1660
  ),
1661
+ 'FrontViewPluginsInfoController' =>
1662
  array (
1663
+ 'name' => 'FrontViewPluginsInfoController',
1664
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
1665
  'make' => true,
1666
  'singleton' => true,
1667
  ),
1668
+ 'SettingsCustomPostTypesController' =>
1669
  array (
1670
+ 'name' => 'SettingsCustomPostTypesController',
1671
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
1672
  'make' => true,
1673
  'singleton' => true,
1674
  ),
1675
+ 'SettingsMenuController' =>
1676
  array (
1677
+ 'name' => 'SettingsMenuController',
1678
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
1679
  'make' => true,
1680
  'singleton' => true,
1681
  ),
1682
+ 'SettingsNoticeController' =>
1683
  array (
1684
+ 'name' => 'SettingsNoticeController',
1685
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
1686
  'make' => true,
1687
  'singleton' => true,
1688
  ),
1689
+ 'SettingsSettingsController' =>
1690
  array (
1691
+ 'name' => 'SettingsSettingsController',
1692
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
1693
  'make' => true,
1694
  'singleton' => true,
1695
  ),
1696
+ 'SettingsAjaxSystemStatusController' =>
1697
  array (
1698
+ 'name' => 'SettingsAjaxSystemStatusController',
1699
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
1700
  'make' => true,
1701
  'singleton' => true,
1702
  ),
1703
+ 'SettingsPagesCssJsSettings' =>
1704
  array (
1705
+ 'name' => 'SettingsPagesCssJsSettings',
1706
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
1707
  'make' => true,
1708
  'singleton' => true,
1709
  ),
1710
+ 'SettingsPagesMaintenanceMode' =>
1711
  array (
1712
+ 'name' => 'SettingsPagesMaintenanceMode',
1713
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\MaintenanceMode',
1714
  'make' => true,
1715
  'singleton' => true,
1716
  ),
1717
+ 'SettingsPagesRoleManager' =>
1718
  array (
1719
+ 'name' => 'SettingsPagesRoleManager',
1720
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\RoleManager',
1721
  'make' => true,
1722
  'singleton' => true,
1723
  ),
1724
+ 'SettingsPagesSettings' =>
1725
  array (
1726
+ 'name' => 'SettingsPagesSettings',
1727
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
1728
  'make' => true,
1729
  'singleton' => true,
1730
  ),
1731
+ 'SettingsPagesSystemStatus' =>
1732
  array (
1733
+ 'name' => 'SettingsPagesSystemStatus',
1734
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
1735
  'make' => true,
1736
  'singleton' => true,
1737
  ),
1738
+ 'SettingsFieldsCssEditor' =>
1739
  array (
1740
+ 'name' => 'SettingsFieldsCssEditor',
1741
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
1742
  'make' => true,
1743
  'singleton' => true,
1744
  ),
1745
+ 'SettingsFieldsFactoryResetController' =>
1746
  array (
1747
+ 'name' => 'SettingsFieldsFactoryResetController',
1748
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
1749
  'make' => true,
1750
  'singleton' => true,
1751
  ),
1752
+ 'SettingsFieldsJsEditor' =>
1753
  array (
1754
+ 'name' => 'SettingsFieldsJsEditor',
1755
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
1756
  'make' => true,
1757
  'singleton' => true,
1758
  ),
plugin-wordpress.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Visual Composer
5
  * Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
6
  * Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
7
- * Version: 45.0-beta.1
8
  * Author: visualcomposer.com
9
  * Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
10
  * Copyright: (c) 2017 TechMill Ltd.
@@ -46,7 +46,7 @@ if (defined('VCV_VERSION')) {
46
  /**
47
  * Plugin version constant
48
  */
49
- define('VCV_VERSION', '45.0-beta.1');
50
  /**
51
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
52
  */
4
  * Plugin Name: Visual Composer
5
  * Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
6
  * Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
7
+ * Version: 45.0
8
  * Author: visualcomposer.com
9
  * Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
10
  * Copyright: (c) 2017 TechMill Ltd.
46
  /**
47
  * Plugin version constant
48
  */
49
+ define('VCV_VERSION', '45.0');
50
  /**
51
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
52
  */
readme.txt CHANGED
@@ -1,1968 +1,1992 @@
1
- === Visual Composer Website Builder, Landing Page Builder, Custom Theme Builder, Maintenance Mode & Coming Soon Pages ===
2
- Contributors: VisualComposer,veidenbaums,nikitahl,pavelvisualcomposer,konutis,orkunaybek,mrdollar4444,sqarf,seahunter,alperbulut,slavavc,filipsmasolovs,cagdasdag,cozmoslabs
3
- Tags: page builder, website builder, editor, drag and drop, visual composer, popup builder, sitebuilder, wysiwyg web builder, ecommerce website builder, drag and drop website builder, SEO website builder, landing page, landing page builder, landingpages, SEO landing page, lead generation landing page, ecommerce landing page, event landing page, frontend builder, drag and drop editor, coming soon, under construction, maintenance mode
4
- Requires PHP: 5.6
5
- Requires at least: 4.6
6
- Tested up to: 6.0
7
- Stable tag: 44.3.1
8
- License: GPLv3
9
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
-
11
- [New] Easy drag and drop page builder that gives the freedom to design WordPress websites, landing pages, custom themes, maintenance mode & coming soon pages.
12
-
13
- == Description ==
14
-
15
- = [New] Visual Composer - all-in-one WordPress Website Builder & Landing Page Builder =
16
-
17
- Free WordPress website builder that gives you the freedom to create websites. A page builder with advanced design features, responsive fonts, easy to use interface, and a seamless drag and drop editor powered by React.
18
-
19
- https://youtu.be/T4c--KVXXbg
20
-
21
- Try new [Visual Composer Website Builder](https://visualcomposer.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=info&utm_content=try-new-visualcomposer-text-link).
22
-
23
- Visual Composer is the ultimate WordPress sitebuilder designed for web creators who need more power to create professional websites efficiently.
24
-
25
- A website builder with must-have features, elements, templates, and design options. It is compatible with other plugins, offering compatibility features as well as offering a theme builder, providing users with an all-in-one wysiwyg web builder.
26
-
27
- You will need fewer plugins, you will save time, and be able to deliver beautiful websites to your customers much faster.
28
-
29
- = Not just Website & Page Builder. It Is So Much More =
30
-
31
- Visual Composer is a free, fast, SEO-friendly website and landing page builder – it has all you need to create a website. The most feature-rich free page builder - 50+ free elements, 10+ free landing page templates, and advanced design options with background and parallax effects.
32
-
33
- With an easy-to-use WordPress editor, you can create your own website and more:
34
-
35
- - Personal site
36
- - Business website
37
- - Portfolio
38
- - Landing page
39
- - Coming soon page
40
- - Under construction page
41
- - Maintenance mode page
42
- - Blog
43
- - Ecommerce
44
-
45
- = True Drag and Drop Website Builder =
46
-
47
- With a fast drag and drop editor, you can design new pages or edit existing ones - no design limits. You have complete freedom to design, create, and develop your website or landing page exactly as you want it.
48
-
49
- = Frontend Builder with Instant Content Update =
50
-
51
- The live design and inline editing allow you to see all the changes you make to your page instantly. A true What You See Is What You Get experience (wysiwyg)! Play with the page design until you find the perfect one. Creating a website has never been easier - change colors, fonts, customize options and see the result instantly.
52
-
53
- = No Coding Skills Required =
54
-
55
- You don’t have to be a professional website developer to make a beautiful site. Visual Composer drag and drop builder is designed for you to create landing pages without any coding skills. Simply select a predesigned template and drag and drop elements across the page.
56
-
57
- = 500+ Templates, Elements, Addons, and Blocks =
58
-
59
- Visual Composer Hub, a cloud-based marketplace allows you to download elements, templates, and addons on demand. Visual Composer team adds new content to the library weekly making it an evergreen assets repository. You can add all these assets to your page without leaving the editor.
60
-
61
- = What's inside the Visual Composer Hub? =
62
-
63
- - **[Content Elements](https://visualcomposer.com/features/content-elements/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=content-elements-text-link)**: Slideshows, Tabs, Video, Testimonials, Buttons, Menu, WooCommerce compatibility, and many more elements. The appearance, styles, and attributes of the elements can be changed as you wish.
64
-
65
-
66
- - **[Templates](https://visualcomposer.com/features/wordpress-templates/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=templates-text-link)**: There are different category templates available for any web project. Templates for a portfolio and business website, online store, landing page, and others. Simply download ready-made templates, content blocks, sidebars, footers, headers, or sections and replace them with your unique content.
67
-
68
-
69
- - **Addons**: Extensions allow you to enhance your Visual Composer experience with advanced addons. Global Templates, Import/Export, Gutenberg Block template, **[Popup Builder](https://visualcomposer.com/features/popup-builder/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=popup-builder-text-link)** and others.
70
-
71
-
72
- - **Integrations**: Stock images and GIFs from **[GIPHY](https://visualcomposer.com/blog/add-gifs-from-giphy-in-wordpress/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=giphy-text-link)** are available straight from the Visual Composer editor. The graphics can be used for both personal and commercial projects.
73
-
74
-
75
- - **Endless [Design Options](https://visualcomposer.com/features/design-options/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=design-options-text-link)**: Website builder includes powerful design options that allow beginners and experts to create unique page designs. Make custom background effects, take advantage of modern parallax background, control paddings, margins, borders, and radius of any element.
76
-
77
- = WordPress Theme Builder =
78
-
79
- Visual Composer is an all-in-one plugin that lets you make beautiful websites from header and footer to archive page and 404 page. You can completely overwrite themes by creating custom post, page, and archive layouts in a code-free way. Assign your custom layouts sitewide or override it on a page level, and reuse them as much as you like.
80
-
81
- Make fully custom layouts (*including header, footer, and sidebar templates*) with the **[Layout Builder](https://visualcomposer.com/blog/visual-composer-layout-builder/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=layout-builder-text-link)**, or save your [unique headers, footers, and sidebars](https://visualcomposer.com/features/wordpress-theme-builder/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=make-unique-header-footer-sidebar-templates-text-link) as **Global Templates** to reuse them and save time. Additionally, the **Dynamic Content** feature allows you to design templates with dynamic content placeholders (*devs will love it*).
82
-
83
- This means that web creators now have all the creative freedom and the topmost control over their website design — all from one place!
84
-
85
- = Ecommerce Website Builder =
86
-
87
- Customize your Woocommerce website and provide a unique user experience to people when visiting your online store. Highlight your top product and services by creating specific ecommerce landing page with Visual Composer.
88
-
89
- = Landing Page Builder =
90
-
91
- Whatever is your buisness you can attract more users and customers just creating top performers seo landing page that suits any needs: from ecommerce and lead generation landing page, to event landing page and many many more.
92
-
93
- = Insights =
94
-
95
- Build better websites by using an in-built qualitative analysis of your page content with Visual Composer Insights - an in-built SEO tool.
96
-
97
- [Visual Composer Insights](https://visualcomposer.com/blog/wordpress-content-analysis-tool-insights/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=visual-composer-insights-text-link) is a free addon that analyzes your page content to improve your site's quality, performance, and SEO. Finally, thanks to the best website builder for seo, you don't have to be a developer, designer, or marketer to create a website that increases conversions and boosts your business.
98
-
99
- = Role Manager =
100
-
101
- With the Visual Composer Role Manager, you can set up and control access to any feature or element of your site. Ensure that your beautiful design stays the way you want it to be by allowing customers to edit only certain parts of a page or use only certain features. And, with the role manager presets, it has never been easier to apply the access rights. Here are the user roles you can manage:
102
-
103
- - Administrator
104
- - Editor
105
- - Author
106
- - Contributor
107
- - Subscriber
108
- - Custom roles (from plugins like Yoast, WooCommerce, etc.)
109
-
110
- = Font Manager =
111
-
112
- The [Visual Composer Font Manager](https://visualcomposer.com/blog/font-manager/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=font-manager-text) is a built-in addon for customizing the fonts, sizes, and styles of your headings, paragraphs, and blockquotes. You can also change link color options like underlines or hovering effects to make them stand out from the regular text.
113
-
114
- For a more customized experience, you can change the letter spacing and line-height as well as margins. You may also capitalize, lowercase, and uppercase letters.
115
-
116
- = Popup Builder for WordPress =
117
-
118
- Build unlimited popups and save hundreds or even thousands on this effective marketing tool - built-in [Popup Builder](https://visualcomposer.com/features/popup-builder/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=visual-composer-popup-builder). Lets you create beautiful exit intent or email marketing popups fast and easy. Use familiar drag and drop editor, using all the elements, integrations, and design options available in the Visual Composer Hub.
119
-
120
- = Mobile-Friendly =
121
-
122
- Create responsive websites. Visual Composer makes sure that your website is [automatically responsive](https://visualcomposer.com/features/responsive-design/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=automatically-responsive-text-link). Nevertheless, you can adjust your site's look, width, and behavior for every device: mobile, tablet, and desktop.
123
-
124
- = Compatibility Elements =
125
-
126
- Visual Composer is compatible with other popular plugins, offering compatibility elements inside its asset library. This means that all the [Integrations](https://visualcomposer.com/features/integrations/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=integrations-text-link) can be managed directly from the Visual Composer frontend editor:
127
-
128
- - WooCommerce
129
- - Contact Form 7
130
- - Gutenberg
131
- - Advanced Custom Fields
132
- - MailChimp for WordPress
133
- - WP Forms
134
- - wpDataTables
135
- - TranslatePress
136
- - and many more.
137
-
138
- = Developers API =
139
-
140
- Visual Composer is not only for frontend editing. With its API in front, developers can integrate the editor in WordPress themes, build extensions, and create custom tools for clients.
141
-
142
- = Contributors & Developers =
143
-
144
- If you want to contribute to the development of the Visual Composer plugin, visit the [Visual Composer GitHub Repository](https://github.com/VisualComposer/builder) and help with your knowledge.
145
-
146
- = Premium Support =
147
-
148
- Visual Composer team provides one-on-one email support that is available to Visual Composer Premium users. However, all Visual Composer users can ask for help in the WordPress.org forum, find answers in our Help Center, or ask for advice from other Visual Composer users in our community.
149
-
150
- = Where To Look For Support? =
151
-
152
- - Visual Composer [Help Center](https://help.visualcomposer.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=help-center-text-link)
153
- - Facebook [Community](https://www.facebook.com/groups/VisualComposers/)
154
- - WordPress.org support section
155
- - Real-person [Dedicated Support](https://visualcomposer.com/support/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=dedicated-support-text-link) (*available for Premium users*)
156
-
157
- = Let's Get You Onboard =
158
-
159
- - Learn about Visual Composer from tutorials on [YouTube](https://www.youtube.com/VisualComposer)
160
- - Follow us on [Facebook](https://www.facebook.com/VisualComposerWebsiteBuilder) and join our lovely [community](https://www.facebook.com/groups/VisualComposers)
161
-
162
- **>> Discover All The Benefits of [Visual Composer Website Builder](https://visualcomposer.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=visual-composer-website-builder-text-link)**
163
-
164
- == Installation ==
165
-
166
- https://youtu.be/YXO2Larv7nI
167
-
168
- Visual Composer drag and drop builder can be installed like any other WordPress plugin either by uploading a *.zip* file or install it straight from the plugin repository inside the WordPress admin.
169
-
170
- Once installed, click 'Activate Plugin' to finish the installation.
171
-
172
- = Start using Visual Composer Website Builder on your site =
173
-
174
- - From the Visual Composer Getting Started tab, click 'Create a New Page'
175
- - or Go to Pages or Posts - choose Add New with Visual Composer
176
-
177
-
178
- == Frequently Asked Questions ==
179
-
180
- = What is the difference between Visual Composer Website Builder and WPBakery Page Builder? =
181
-
182
- Although they are different site builders, both Visual Composer and WPBakery are designed to allow WordPress users to build websites. However, the difference is the performance, functionality, and features that each of these builders offers. Visual Composer Website Builder allows you to build a complete website. Create custom page layouts, design unique headers, footers, and sidebars. For more information, here is a comparison of [Visual Composer Website Builder vs WPBakery Page Builder](https://visualcomposer.com/visual-composer-vs-wpbakery-review/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=visual-composer-website-builder-vs-wpbakery-page-builder-text-link).
183
-
184
- = Do I need coding experience? =
185
-
186
- No, not at all. Visual Composer page builder is a good fit for both experts and beginners. With an intuitive drag and drop interface and with a range of pre-designed templates and content elements you can convert your imagination into a real website.
187
-
188
- = Does Visual Composer Website Builder work with any WordPress theme? =
189
-
190
- What does “properly coded theme” means? A theme that follows official WordPress Codex rules and guidelines.
191
-
192
- = Can I insert 3rd party shortcodes into Visual Composer Website Builder? =
193
-
194
- Yes! Visual Composer Website Builder includes a shortcode element that allows you to add any 3rd party shortcode into your layout.
195
-
196
- = Do you have a Premium version available? =
197
-
198
- Yes! The Premium version comes with world-class support and access to Visual Composer Hub where you can download additional elements, templates, addons, and integrations.
199
-
200
- = What is the difference between the Free and Premium versions? =
201
-
202
- Visual Composer Free version is the ultimate page builder to get your web design project started. Visual Composer Premium unlocks a full website builder experience and gives you unlimited access to the Visual Composer Hub (a cloud marketplace of elements, templates, extensions, and integrations).
203
-
204
- = Can I edit the Header, Footer, and Sidebar? =
205
-
206
- Yes! Header, Footer, Sidebar, and overall theme edit and design options are available in the Visual Composer Website Builder Premium version.
207
-
208
- = Can I create a landing page with Visual Composer? =
209
-
210
- Yes! The free page builder version comes with a blank page layout option that allows you to create a complete landing page from scratch or by using one of the Visual Composer Hub templates. You can create a landing page on your existing site and it will completely stand out from the rest of your pages - perfect for running your marketing campaigns.
211
-
212
- = Is Visual Composer a page builder or website builder? =
213
-
214
- It is both! Visual Composer’s free version works like a page builder where you have full control over the content area defined by your WordPress theme. Want to design a full site including headers and footers? Choose Visual Composer premium as it allows you to go beyond the content area and create a full site just like you want it.
215
-
216
- == Screenshots ==
217
- 1. A friendly, intuitive website builder that gives you design freedom and tools to create a beautiful site.
218
- 2. Create any layouts fast and easy with the pixel perfect Visual Composer builder. It helps you structure content in a way that’s exactly how it should be!
219
- 3. The Visual Composer Hub is a cloud marketplace of elements, templates and extensions. You can find anything to help build your own website in one place with ease!
220
- 4. Create a website that will look great on any device with the mobile and desktop optimized WordPress editor.
221
- 5. Endless WordPress site design options - build a website just the way you want it with powerful features for beginners and pros.
222
-
223
- == Changelog ==
224
-
225
- = 44.3.1 =
226
- *Release Date - 2022-07-07*
227
-
228
- ### Free:
229
- - Fix: Single image element works properly
230
-
231
- ### Premium:
232
- - Fix: Global header and footer settings work properly
233
-
234
- = 44.3.0 =
235
- *Release Date - 2022-07-06*
236
-
237
- ### Free:
238
- - New: TinyMCE typography options offer Default settings
239
- - New: Insights check anchor tag texts and inform about issues
240
- - New: Support for geo: and waze: added to the URL attribute
241
- - Update: Editor controls updated for better UX
242
- - Fix: Hub templates category works properly after downloading templates
243
- - Fix: Attach image attribute works properly
244
- - Fix: Disabling page title works properly in Weaver Xtreme theme
245
- - Fix: Improved consistency in Hub tabs
246
- - Fix: Editor saving works properly with multiple media
247
- - Fix: WPML compatibility improved
248
-
249
- ### Premium:
250
- - New: Font Manager allows controling spaces and margins for bullets
251
- - Update: Google Fonts updated to feature latest fonts in the Font Manager
252
- - Fix: Dynamic Content does not remove content on the View page
253
- - Fix: Theme Builder layouts work properly
254
- - Fix: Custom excerpt works properly in the post grid elements
255
- - Fix: Logo Widget has proper image sizes
256
- - Fix: Essential Grid plugin works with the Theme Builder
257
- - Fix: WooCommerce related product element works properly
258
- - Fix: Single image element works properly with the Dynamic Content
259
- - Fix: Sidebar preview works properly in the Preview mode
260
-
261
- = 44.2.2 =
262
- *Release Date - 2022-06-08*
263
-
264
- ### Free:
265
- - Fix: Navigation bar works properly
266
- - Fix: Free template download works properly
267
- - Fix: Elements with multiple images work properly
268
-
269
- = 44.2.1 =
270
- *Release Date - 2022-06-02*
271
-
272
- ### Free:
273
- - Fix: isDevaddon method works properly
274
-
275
- = 44.2 =
276
- *Release Date - 2022-06-01*
277
-
278
- ### Free:
279
- - New: 'Default' value is added to the TinyMCE options to revert back to the default states
280
- - New: Support for Geo location and Waze added to link selection
281
- - Update: Option to enable base64 encode saving option only in Settings
282
- - Fix: Get method called with stops
283
- - Fix: Disabling Gutenberg editor in Settings works properly
284
- - Fix: Image size is displayed properly Insights
285
- - Fix: Substitute element option works properly
286
- - Fix: Custom scripts work properly
287
- - Fix: Basic button element works properly with Powerful Addons for Visual Composer - Lite
288
- - Fix: Basic button colors work properly
289
- - Fix: Instagram embed works properly
290
- - Fix: Tutorial template works properly
291
- - Fix: Preset saving inputs are consistent with the rest of the UI
292
-
293
- ### Premium:
294
- - Update: Option to create and edit popups added to the Popup tab in Page Options
295
- - Fix: Hover image element container sizes work correctly
296
- - Fix: Dynamic popup works properly with keyboard shortcuts
297
- - Fix: Sidebar editor works properly in Storefront theme
298
- - Fix: Double Text button works properly
299
- - Fix: WooCommerce Shopping Cart element works properly
300
-
301
- = 44.1 =
302
- *Release Date - 2022-05-12*
303
-
304
- ### Free:
305
- - Fix: Template image sizes are properly defined in the Media Library
306
- - Fix: Delete buttons works properly in the Tree View
307
- - Fix: Esc key works properly in the custom CSS and JavaScript
308
- - Fix: Disabling page title works properly in the Weaver Xtreme theme
309
-
310
- ### Premium:
311
- - New: Option to disable popup background overlay and enable page scroll
312
- - Update: Popup builder bottom placeholders removed for cleaner user experience
313
- - Update: "Edit layout" option added to the layout dropdown in the Page Options
314
- - Fix: Typewriter elements works properly
315
- - Fix: Post Slider block works properly
316
- - Fix: News Post Grid element works properly in Safari
317
- - Fix: Visual Composer works properly with the ACF Pro gallery fields
318
- - Fix: Dynamically added links work properly when triggering popups
319
- - Fix: Dynamic fields work properly with the post excerpt
320
-
321
- = 44.0 =
322
- *Release Date - 2022-04-28*
323
-
324
- ### Free:
325
- - New: Element controls in the editor updated for better user experience
326
- - New: No CSS or JavaScript from the editor is loaded on the empty page where Visual Composer is not used
327
- - New: An option to create column by dragging an element on the border of the row added
328
- - New: An option to stretch and shrink row via row resize controls added
329
- - New: Edit page title controls added for better user experience
330
- - Update: Paste After option added to the right-click menu
331
- - Update: A new row resize controls are added for better user experience
332
- - Update: Getting Started page updated with learning materials for new users
333
- - Update: OnPage Settings renamed into Options
334
- - Update: Compatibility with WPML improved up to the latest version
335
- - Update: Navigation bar sections can be opened in the new tab
336
- - Fix: Slug controls work properly
337
- - Fix: Element edit window works properly when element is removed
338
- - Fix: Simple Image Slider element works properly
339
- - Fix: Template updating process works properly
340
- - Fix: Editor controls work properly
341
- - Fix: PCSS mixins work properly
342
- - Fix: Plugin activation survey is displayed properly
343
- - Fix: Post options are working properly
344
- - Fix: Empty Space element works properly
345
- - Fix: Visual Composer Insights works properly when analyzing contrast ratio
346
- - Fix: Editor shortcuts work properly
347
- - Fix: Navigation bar works properly
348
- - Fix: Author photo works properly with One User Avatar plugin
349
- - Fix: Dropdown attribute works properly on Safari
350
- - Fix: Elements work properly after changing width of the rows
351
- - Fix: Attribute fields are updating properly for the Google Heading element
352
- - Fix: Media Library buttons work properly in the editor
353
- - Fix: Substitute Element option works properly
354
- - Fix: Visual Composer work properly with Ninja Forms plugin
355
- - Fix: Buttons work properly on focus state
356
-
357
- ### Premium:
358
- - Fix: Content Slider element works properly
359
- - Fix: WooCommerce Products element works properly
360
- - Fix: Import/Export works properly
361
- - Fix: Post Archive works properly on the homepage
362
- - Fix: Classic Tabs and their element presets works properly
363
- - Fix: Layout Builder works properly with the Storefront theme
364
- - Fix: Slick Slider library updated for Visual Composer
365
- - Fix: Logo Slider works properly
366
- - Fix: WooCommerce shortcodes work properly in the editor
367
- - Fix: Locked element can not be edited with the right-click controls
368
- - Fix: Layout is displaying properly on the 404 page
369
- - Fix: Flip Box element works properly
370
- - Fix: Buttons have proper styling in the Storefront theme
371
- - Fix: Pricing Table elements work properly
372
-
373
- = 43.0 =
374
- *Release Date - 2022-03-01*
375
-
376
- ### Free:
377
- - New: Element controls improved for a better user experience
378
- - New: Maintenance mode option available in the free version
379
- - New: Settings link added to the Visual Composer in the WordPress Plugins section
380
- - New: Plugin activation survey added for better product development
381
- - New: Link to the Help Center added to the Visual Composer News widget in the WP Dashboard
382
- - New: Option to create a page added to the Visual Composer News widget in the WP Dashboard
383
- - New: Performance improvements for the editor
384
- - Update: New page titles improved for a better user experience
385
- - Update: Lazy load controls removed in the editor to rely on the WordPress native lazy load
386
- - Update: Clicking on the Visual Composer logo in the editor opens Add Content Window
387
- - Update: Dashboard menu improved for a better user experience
388
- - Update: Premium feature notice interface improved for consistency
389
- - Update: WordPress menu section is enabled by Visual Composer automatically for the FSE themes on WordPress 5.9
390
- - Update: Slick Slider improved for mobile devices
391
- - Fix: Addon dependencies work properly
392
- - Fix: Shortcuts work properly in the editor
393
- - Fix: User experience improved for notification display
394
- - Fix: Autocomplete option removed from the Visual Composer search field in the editor
395
- - Fix: Additional validation added for Global CSS and JavaScript
396
- - Fix: Visual Composer General Settings list order improved
397
- - Fix: Row stretching works properly in the layouts with sidebar
398
- - Fix: Tooltip for sticky options updated with properly description
399
- - Fix: Deprecation warnings removed in WP 5.9
400
- - Fix: Hero Section font colors adjusted for consistency
401
- - Fix: WPML compatibility improved
402
-
403
- ### Premium:
404
- - New: Responsive settings for the Font Manager added
405
- - New: Visual Composer Layout Builder is compatible with WP Job Manage
406
- - Fix: Role Manager does not list non-downloaded addons
407
- - Fix: Dynamic content background images work properly in layouts
408
- - Fix: Font Manager and Essential Grid compatibility improved
409
- - Fix: Basic Menu element works properly
410
- - Fix: CSS Animations work properly in Global templates
411
- - Fix: Basic menu works properly on iPhone devices
412
-
413
- = 42.1 =
414
- *Release Date - 2022-01-20*
415
-
416
- ### Free:
417
- - Fix: Editor works properly
418
-
419
- = 42.0 =
420
- *Release Date - 2022-01-20*
421
-
422
- ### Free:
423
- - New: Ability to close editor windows with 'Esc' button added
424
- - New: Authors and Contributors do not have access to Visual Composer by default for security reasons
425
- - Update: Help Center links in the editor updated with the paths to the new Help Center
426
- - Update: Drag and Drop improved for better user experience
427
- - Update: Editor windows have transitions for better user experience
428
- - Update: Getting Started screen updated for better user experience
429
- - Update: Accessibility improved for the elements
430
- - Fix: Disable row stacking works properly
431
- - Fix: YouTube background video works properly on iPhone
432
- - Fix: Background color can be removed to make background transparent
433
- - Fix: Yoast Canonical URL is correct for archive pages
434
- - Fix: Undo/Redo works properly
435
- - Fix: gziping compression works properly
436
- - Fix: Runtime bundle works properly
437
- - Fix: Keyboard shortcuts work properly
438
- - Fix: Gutenberg element works properly in the editor
439
-
440
- ### Premium:
441
- - New: Font Manager allows styling captions, bullets, buttons, and menus
442
- - New: Option to save layout as templates added
443
- - New: Option to save part of the layout as a block template added
444
- - New: All premium addons are downloaded automatically when activating the premium version
445
- - Update: Font Manager preview improved for better user experience
446
- - Update: Font Manager preview is clickable to reveal corresponding font settings
447
- - Update: Font Manager paragraph styles are applied to regular body texts
448
- - Update: Ability to set custom header and footer for the archive tag pages added
449
- - Update: Dynamic content and ACF images have placeholders
450
- - Update: Tweet button element updated for design consistency
451
- - Update: Color labels are updated in the Font Manager for consistency
452
- - Fix: Left sidebar position works properly with stretched rows in the content area
453
- - Fix: Layout width is applied properly when sidebars are used
454
- - Fix: Basic menu element is displayed properly in the TwentyTwentyOne theme
455
- - Fix: Animated Outline button works properly in the Storefront theme
456
- - Fix: 3 Color button works properly in the Storefront theme
457
- - Fix: WooCommerce Products element works properly in the Storefront theme
458
- - Fix: Simple Image Slider works properly inside tabs and accordions
459
- - Fix: Sandwich menu works properly in the Basic Menu element
460
- - Fix: Visual Composer works properly with the GeneratePress theme
461
- - Fix: Theme Builder addon download does not produce errors
462
- - Fix: Full width row size works properly in custom layouts
463
- - Fix: Copying Content Area works properly
464
- - Fix: Layout Builder does not trigger warning notices
465
- - Fix: Layout Builder elements can not be added to the regular page from the Visual Composer Hub
466
- - Fix: WooCommerce checkout fields are displayed properly
467
- - Fix: Custom search works properly in the Layout Builder
468
- - Fix: Rearranging elements in the Layout Builder works properly
469
- - Fix: Plugin activation check for vendors works properly
470
- - Fix: Copyright element works properly with dynamic content added
471
- - Fix: Style queue works properly for layouts and global templates
472
- - Fix: Banner element images are displayed properly
473
- - Fix: Content Slider works properly
474
- - Fix: Dynamic content works properly with param groups
475
-
476
- = 41.1 =
477
- *Release Date - 2021-12-15*
478
-
479
- ### Free:
480
- - Fix: Editor works properly on SiteGround hosting
481
-
482
- = 41.0 =
483
- *Release Date - 2021-12-13*
484
-
485
- ### Free:
486
- - Update: Page layouts default and theme default merged under one option
487
- - Update: Editor notifications improved for consistency and user experience
488
- - Update: Editor's loading speed improved for performance
489
- - Update: Drag and drop interface improved in the Tree View
490
- - Update: Visual Composer Insights fonts updated for consistency
491
- - Update: Plugin JS dependencies improved
492
- - Compatibility: Visual Composer works properly with WCFM
493
- - Fix: Twitter Button element works properly
494
- - Fix: Lazy loading toggle works properly
495
- - Fix: Undo and Redo works properly for the Page Settings
496
- - Fix: Tree View icons work properly
497
- - Fix: Row removing works properly
498
- - Fix: Visual Composer Hub templates have proper icons
499
- - Fix: Helper content displaying properly
500
-
501
- ### Premium:
502
- - New: Layout Builder added to create global layout templates for singular (pages and posts)
503
- - New: Layout Builder merged with the Archive Builder for better user interface
504
- - New: Option to assign layouts to pages and posts added to the Theme Builder section in Dashboard
505
- - New: Theme Builder category added to the Add Content Window
506
- - New: Content Area element added to the Layout Builder
507
- - New: Custom Fields element added to the Layout Builder
508
- - New: Post Category element added to the Layout Builder
509
- - New: Post Tags element added to the Layout Builder
510
- - New: Featured Image element added to the Layout Builder
511
- - New: Post Author element added to the Layout Builder
512
- - New: Post Author Bio element added to the Layout Builder
513
- - New: Post Author Photo element added to the Layout Builder
514
- - New: Post Date element added to the Layout Builder
515
- - New: Post Excerpt element added to the Layout Builder
516
- - New: Post Title element added to the Layout Builder
517
- - New: Post List element added
518
- - Update: Theme Builder section in the Dashboard re-structured for the Layout Builder support
519
- - Update: Default and Theme default layouts merged in the Page Layout settings for the Layout Builder
520
- - Update: Lazy load option is available for Woo Commerce elements
521
- - Fix: Social Profile Icons work properly
522
- - Fix: Mono Social icons work properly
523
- - Fix: FlipBox element works properly inside accordions
524
- - Fix: Sidebar styles work properly in the editor
525
- - Fix: Post Slider block works properly
526
- - Fix: TinyMCE styles are applied properly
527
- - Fix: Video Player background works properly
528
- - Fix: Single Image works properly in Pageable Container inside Accordion
529
-
530
- = 40.0 =
531
- *Release Date - 2021-10-14*
532
-
533
- ### Free:
534
- - New: Templates have groups in the Add Content window
535
- - New: Content area width control (in pixels) added in Visual Composer Dashboard for the Visual Composer layouts
536
- - New: Auto Contrast Check added to Visual Composer Insights for accessibility tests in the editor for the content area
537
- - New: Lazyload option is available sitewide in Visual Composer Dashboard
538
- - Update: Plugin update notifications improved
539
- - Update: Image selector improved for usability
540
- - Compatibility: Visual Composer is compatible with the LearnPress theme
541
- - Compatibility: Visual Composer is compatible with the Storefront theme
542
- - Fix: Drag and drop works properly
543
- - Fix: Shop pages built with Visual Composer have proper styling
544
- - Fix: Gravity Form paragraph field works properly in Visual Composer
545
- - Fix: fixCorruptedElements method works properly
546
- - Fix: Columns work properly after Undo function usage
547
- - Fix: User interface icons displayed properly in the Visual Composer Hub
548
-
549
- ### Premium:
550
- - New: Post grid elements have a custom excerpt length option
551
- - Update: Visual Composer native color picker added to the Font Manager for better UI
552
- - Update: WooCommerce elements have a lazy load feature
553
- - Update: Price currency type Philippine peso available in templates
554
- - Update: Elements with dropdown have design consistency
555
- - Update: Template widgets naming improved
556
- - Update: Video elements in popups are auto-pausing on popup close
557
- - Compatibility: Visual Composer and WPML compatibility improved
558
- - Fix: Stretched row works properly with fixed parallax effect enabled
559
- - Fix: Post grid elements are styled properly in the Generate Press theme
560
- - Fix: Giphy element works properly on column resizing
561
- - Fix: Gutenberg template block works properly
562
- - Fix: Template name displayed properly in the block and classic widgets
563
- - Fix: Tags archive page displays tags as title
564
- - Fix: WooCommerce Product 3.2 columns works properly in the Storefront theme
565
- - Fix: Hover image element works properly
566
- - Fix: WooCommerce "Add to Cart" notification works properly
567
-
568
- = 39.1 =
569
- *Release Date - 2021-09-30*
570
-
571
- ### Free:
572
- - Fix: Inline styles for elements work properly
573
-
574
- = 39.0 =
575
- *Release Date - 2021-09-28*
576
-
577
- ### Free:
578
- - New: Row layout accept pixel sizes for the fixed column width
579
- - Update: Pure components introduced to speed up editor performance
580
- - Update: Dynamic content elements optimized to speed up editor performance
581
- - Update: Template, block, and preset saving buttons have similar UI/UX
582
- - Update: Esc key closes inline editor mode
583
- - Compatibility: Visual Composer and Essential Grid compatibility improved
584
- - Fix: WPML Translation Management works properly in Visual Composer
585
- - Fix: WordPress default text widget works properly
586
- - Fix: Design Options work properly in the tablet portrait view on Safari
587
- - Fix: Save button works properly on Safari
588
- - Fix: A proper icon is displayed in the Tree View for hidden elements
589
- - Fix: Deleted elements from the Add Content Window can not be added to the page
590
- - Fix: Default YouTube element video is displayed properly
591
-
592
- ### Premium:
593
- - New: Font Manager to overwrite theme default fonts for Visual Composer layouts and Starter theme. Ability to change H1-H6, paragraph, and blockquote.
594
- - New: Filter option added to all post grid elements for categorizing
595
- - Fix: Template export works properly
596
- - Fix: Substitute element works properly for the Button Group element
597
- - Fix: WP Forms element works properly
598
- - Fix: Toggle container title is displayed properly on mobile devices
599
- - Fix: Toggle container active colors work properly
600
- - Fix: Stretched rows work properly inside the Toggle container
601
- - Fix: Popup Builder works properly when deleting rows
602
- - Fix: Basic menu dropdown is displayed properly
603
- - Fix: Gutenberg editor close button is displayed properly in Visual Composer
604
-
605
- = 38.1 =
606
- *Release Date - 2021-08-10*
607
-
608
- ### Free:
609
- - Update: Initial help updated for the new navigation bar structure
610
- - Fix: Insights are displayed properly
611
- - Fix: Parallax effect works properly
612
-
613
- = 38.0 =
614
- *Release Date - 2021-08-04*
615
-
616
- ### Free:
617
- - New: Visual Composer layouts have Design Options that apply to the whole page
618
- - New: Notification Center to inform you about new features, updates, and more
619
- - New: Visual Composer navigation bar updated for better UI/UX
620
- - Update: License input messages adjusted
621
- - Update: Font loading adjusted for performance
622
- - Update: SQL queries for posts improved for performance
623
- - Update: Parallax accepts negative values for reverse effects
624
- - Update: Visual Composer Insights notification order improved for better UI/UX
625
- - Fix: Emojis are displayed properly in articles created with Visual Composer
626
- - Fix: Link selector works properly for OnClick actions
627
- - Fix: TinyMCE works properly in Visual Composer
628
- - Fix: Lazy load option applies to Design Options properly
629
- - Fix: OnClick 'Zoom' option works properly
630
- - Fix: YouTube video element works properly in mobile Firefox
631
- - Fix: Copying elements from deleted rows work properly
632
- - Fix: Link Selector popup does not close upon text selection
633
- - Fix: List elements are displayed properly in the text editor
634
- - Fix: Utils service method works properly
635
- - Fix: Column resize works properly
636
- - Fix: Autoload cache works properly with different path
637
- - Fix: Template update works properly
638
- - Fix: Simple Image slider works properly
639
- - Compatibility: Visual Composer works properly with WP Export/Import
640
-
641
- ### Premium:
642
- - Fix: Header controls work properly in Visual Composer Dashboard
643
- - Fix: Post Slider element does not crop featured image
644
- - Fix: Design Options of the Pageable Container element works properly
645
- - Fix: Dynamic Content works properly with ACF
646
- - Fix: Right-Click functionality works properly with Role Manager settings
647
- - Compatibility: Global site header option works properly with WooCommerce Search
648
-
649
- = 37.0 =
650
- *Release Date - 2021-06-17*
651
-
652
- ### Free:
653
- - New: Visual Composer element controls on right-click introduced for better UX
654
- - New: Block template section introduced in the Add Element window
655
- - Update: UI for adding templates improved to be consistent with adding element
656
- - Update: Visual Composer Insights for images updated properly after changes
657
- - Compatibility: Visual Composer and WPJobsManager compatibility improved
658
- - Fix: Single Image element editing works properly when no image is selected
659
- - Fix: Scroll to element option after adding the element works properly
660
- - Fix: “Edit with Visual Composer“ button works properly for custom post types
661
- - Fix: Row layout input has consistent styling
662
- - Fix: Memory usage is normal during migration
663
- - Fix: Row block template saving works properly
664
- - Fix: Reset option works properly in the demo template
665
-
666
- ### Premium:
667
- - New: Role Manager presets for quick user role management added and contain most used editing scenarios
668
- - New: Edit option introduced for the Global Templates dropdown in the Global Templates element
669
- - Update: Performance improvements for the Tree View and Undo/Redo
670
- - Update: Video Player helpers updated for more information
671
- - Compatibility: Visual Composer and HootKit works properly in the WordPress widget area
672
- - Fix: WordPress admin panel menu works properly in Visual Composer Dashboard
673
- - Fix: Visual Composer Dashboard widget styles have proper styling
674
- - Fix: Featured image controls are not available for user roles with no permission to edit featured images
675
- - Fix: Dynamic content works properly in Post Grid elements
676
- - Fix: Dynamic Advanced Custom Fields work properly
677
- - Fix: Logo slider images work properly
678
- - Fix: Title color attribute works properly in the Button Group element
679
- - Fix: Three color button works properly in the WordPress theme 2021
680
- - Fix: Video Player works properly
681
- - Fix: YouTube videos work properly in the Video Popup element
682
- - Fix: Cover images for the self-hosted videos work properly on iPhone
683
- - Fix: Gravity Forms element works properly after the Gravity Forms update
684
- - Fix: Multisite works properly with Visual Composer installed
685
- - Fix: Basic Menu works properly and does not display glitches when loading
686
-
687
- = 36.0 =
688
- *Release Date - 2021-05-25*
689
-
690
- ### Free:
691
- - New: Visual Composer Dashboard structure updated by including all Visual Composer related content
692
- - New: Template categories introduced for better sorting and managing templates
693
- - New: Lazy load option introduced for the single image element to improve performance
694
- - New: Delay introduced for TinyMCE to improve UI/UX
695
- - Update: Insights panel colors updated for consistent UI
696
- - Update: Image and Video selectors updated for consistent UI
697
- - Update: Background update introduced for the device preview option to improve UI
698
- - Update: 'Created with Visual Composer' badge updated
699
- - Update: Getting started video updated with the latest content included
700
- - Fix: Typo fixed in the Visual Composer Settings tabs
701
- - Fix: Custom responsiveness works properly in row layout options
702
- - Fix: Facebook 'Like' option works properly
703
- - Fix: Visual Composer works properly with Polylang installed
704
- - Fix: The text inline editing option works properly on all WordPress setups
705
- - Fix: The text update in TinyMCE works properly
706
- - Fix: Clicking on page title works properly to allow changing the title of the page
707
- - Fix: Page structure is displayed properly in the parent page settings
708
- - Fix: 3rd party 'Finder' option does not interfere with the work of Visual Composer
709
- - Fix: Unsplash and Giphy images are displayed properly on the hover state in the Visual Composer Dashboard Hub version
710
- - Fix: RawJS element renders properly
711
- - Fix: The drag and drop option works properly in the Tree View
712
- - Fix: WordPress page settings option improved for security
713
- - Fix: Giphy pagination works properly
714
- - Fix: The lightbox option works properly in the Image Gallery elements
715
- - Fix: Attaching image option works properly in the image gallery elements
716
- - Fix: Using keyword to add element adds chosen element
717
- - Fix: Param group attribute position is correct
718
- - Fix: Old version templates work properly
719
- - Fix: Premium teasers work properly
720
-
721
- ### Premium:
722
- - New: Role Manager add-on extended to control user role access to the Visual Composer features and page edit options
723
- - Fix: The popup option work properly in the Logo Slider
724
- - Fix: Video player with custom URL works properly
725
- - Fix: Accordions work properly on pages with fixed headers enabled
726
- - Fix: Global template saving with a shortcut (Cmd+S/Ctrl+S) works properly
727
- - Fix: Content Slider element works properly
728
- - Fix: Attributes work properly in the Logo Slider elements
729
- - Fix: Premium version feature popups are not displayed for the premium users
730
- - Fix: Featured Image Post Grid has a proper color for backgrounds
731
- - Fix: Typewriter element works properly
732
-
733
- = 35.1 =
734
- *Release Date - 2021-03-12*
735
-
736
- ### Free:
737
- - New: Visual Composer API improvements
738
- - Update: Clicking on a page title opens On-page Settings with a focus on the title
739
- - Update: Row layout input controls updated for better UX and performance
740
- - Update: Layout switcher improved for better UI/UX
741
- - Update: Dynamic view is set as default for mobile devices
742
- - Fix: Backlog strings are translatable
743
- - Fix: Add Element items are ellipsized on the theme TwentyTwentyOne
744
- - Fix: Template removing process displayed with the loading spinner
745
- - Fix: Scrollbar does not overlap on Chrome (Windows)
746
- - Fix: Elements added to the page from the Visual Composer Hub are automatically scrolled to in the layout
747
- - Fix: New installation works properly for all users
748
- - Fix: Image Selector does not overlap TinyMCE controls
749
- - Fix: Editor button colors adjusted for consistency
750
- - Fix: PageEditable nonce verification works properly
751
- - Fix: Visual Composer Hub section in Dashboard is responsive
752
- - Fix: Row margins in Design Options work properly in the theme TwentyTwentyOne
753
- - Fix: Row layout controls and editor row manipulations are synchronized
754
- - Fix: Sorting works properly in the element search
755
- - Fix: Link styles in the editor updated for consistency
756
- - Fix: The tutorial template is available for Authors and Editors
757
- - Fix: Publish button is not disabled for Contributors
758
- - Fix: Mobile views have the same behavior for consistency
759
-
760
- ### Premium:
761
- - New: Lazy load option introduced for the video element to improve performance
762
- - Update: The download option for Unsplash and Giphy improved by removing extra click to download the image
763
- - Fix: MailChimp element has a correct PHP filename
764
- - Fix: Background image not removed after applying Dynamic Content
765
- - Fix: Links on the image is not removed after disabling Dynamic Content
766
- - Fix: Global template Settings work properly
767
- - Fix: The autoplay option works properly in Tabs
768
- - Fix: Tab slider styles updated
769
- - Fix: Visual Composer Hub addons section has a proper button states
770
- - Fix: Visual Composer custom post types have edit option for Contributors
771
- - Fix: Double Title element has proper styling
772
- - Fix: Link Dropdown Element has only one arrow
773
-
774
- = 35.0 =
775
- *Release Date - 2021-03-01*
776
-
777
- ### Free:
778
- - New: Save as Draft and Published now available under one Publish option in the navigation bar
779
- - New: Plugin review option added to the Visual Composer related section in the WordPress Admin Dashboard
780
- - New: Image selector attribute updated for better UI/UX
781
- - New: Video selector attribute updated for better UI/UX
782
- - New: WPML Translation Management compatibility added
783
- - New: Option to add public badge “Created with Visual Composer“ added to the Visual Composer Dashboard Settings
784
- - New: Element name change functionality added to the Tree View
785
- - Update: Visual Composer API now has a UI component
786
- - Update: Inline editor icon for opening element edit form updated for consistency
787
- - Update: Major icons are highlighted in the initial help screen
788
- - Update: Instagram element improved to work properly after Instagram changes in their API
789
- - Update: Tabs in the Visual Composer On-Page Settings updated for better UI/UX
790
- - Update: Element and template search in the Visual Composer Hub extended to check element and template description
791
- - Update: YouTube element updated by removing deprecated code
792
- - Update: Data sharing offers to share your PHP version, WP version, and active theme
793
- - Update: Templates and presets saving titles are replaced with placeholders
794
- - Update: Editor button colors updated for consistency
795
- - Update: Visual Composer Hub download options work clicking on the whole thumbnail instead of the icon only
796
- - Fix: Data sharing popup consent checkbox works properly
797
- - Fix: Input Select attribute works properly
798
- - Fix: Color picker accepts HEX values
799
- - Fix: Auto-save works properly
800
- - Fix: Demo template can not be saved
801
- - Fix: Layout change does not affect recently downloaded elements
802
- - Fix: Vimeo video controls not displayed when a video is added as a background (not applicable for non-pro videos)
803
- - Fix: Input height is displayed properly across different devices
804
- - Fix: Saving page does not remove a custom page template
805
- - Fix: Popup radio buttons displayed properly in the Blocksy theme
806
- - Fix: Visual Composer Dashboard menu stretched full height
807
- - Fix: Demo template images are displayed properly
808
- - Fix: Disabling the full height option for the row removes unneeded CSS classed
809
- - Fix: Global CSS works properly
810
- - Fix: Element removal option works properly
811
-
812
- ### Premium:
813
- - Update: Locking all element progress is displayed with the help of loading spinner
814
- - Update: Dynamic link moved to the Link Selector
815
- - Update: Element preset icon color adjusted to fit the UI guidelines
816
- - Update: Option to create a new header added to the On-Page Settings
817
- - Update: Premium support link icon updated in the WordPress Plugin section
818
- - Fix: Saving element as a preset does not trigger multiple notifications
819
- - Fix: Archive page editor has proper blank page when started
820
- - Fix: Maintenance mode add-on works properly when no templates are available
821
- - Fix: WooCommerce Product Feed Manager is fully compatible with Visual Composer
822
- - Fix: Links to My Visual Composer adjusted
823
- - Fix: Tabs work properly on Safari
824
- - Fix: Gravity Forms element works properly
825
- - Fix: Post Slider Block works properly
826
- - Fix: Popup Builder editor works properly with Blocksy theme
827
- - Fix: Unsplash and Giphy search works properly with no search term provided
828
- - Fix: Banner element works properly
829
-
830
- = 34.1 =
831
- *Release Date - 2021-02-15*
832
-
833
- ### Free:
834
- - Fix: Visual Composer works properly with PHP 7.0
835
- - Fix: Yoast SEO and Visual Composer works properly
836
-
837
- = 34.0 =
838
- *Release Date - 2021-02-08*
839
-
840
- ### Free:
841
- - Update: Free license activation removed to instantly access Visual Composer Hub
842
- - Update: Premium information popups removed for addons
843
- - Update: Information about premium features added to the Visual Composer Dashboard
844
- - Update: Information about the premium feature “Element Presets“ added
845
- - Fix: Premium information is displayed properly for dynamic content
846
- - Fix: Edit option with Visual Composer is displayed properly in Gutenberg
847
- - Fix: Categories are displayed properly in the On-Page Settings
848
- - Fix: Featured image works properly in the On-Page Settings
849
- - Fix: Featured image background color displayed properly
850
- - Fix: Visual Composer Hub search field works properly
851
- - Fix: Visual Composer menu in WordPress admin is displayed properly
852
- - Fix: Device previews have proper margins
853
- - Compatibility: Woocommerce Square works properly with Visual Composer
854
- - Compatibility: Visual Composer works properly with PHP8
855
-
856
- ### Premium:
857
- - Fix: Premium information popup not triggered after addon downloads
858
- - Fix: Accordion elements work properly
859
- - Fix: “On first page load“ popup option works properly
860
-
861
- = 33.0 =
862
- *Release Date - 2021-01-19*
863
-
864
- ### Free:
865
- - New: Option to set "Desktop" as the default state for the "Responsive View" control.
866
- - New: Settings for default Responsive View device added to the Dashboard Settings
867
- - New: Interface updated with new branding colors
868
- - New: Information about Premium layouts added
869
- - New: Information about Premium Hub content added
870
- - Fix: WordPress parent categories work properly
871
- - Fix: WordPress excerpt field works properly
872
- - Fix: WordPress excerpt description converted into the tooltip
873
- - Fix: Notification added for template removal notice
874
- - Fix: WordPress categories and tags can be removed
875
- - Fix: Separator element thickness works properly
876
- - Fix: Editor and device menus do not conflict
877
- - Fix: Permalink for posts and pages works properly
878
- - Fix: Visual Composer Dashboard buttons have proper IDs
879
-
880
- ### Premium:
881
- - Fix: Woo Commerce Product Category element works properly
882
- - Fix: Dynamic content author description is correct
883
- - Fix: Popup export and import works properly
884
-
885
- = 32.0 =
886
- *Release Date - 2020-12-22*
887
-
888
- ### Free:
889
- - New: Double click option added to open element edit form or activate the inline editor
890
- - New: WordPress page and post settings added to the On-Page Settings for quick access (author, featured image, categories, tags, excerpts, discussions)
891
- - New: Option to delete downloaded elements and templates added to the Add Content window
892
- - New: Option to share editor usage data anonymously added to help plugin developers
893
- - Update: Auto-complete attribute improved for better performance and UX
894
- - Update: Device mockups are added to the responsive device preview
895
- - Update: Information about available shortcut added on mouse hover for the editor controls
896
- - Update: Tree View mode improved for better performance
897
- - Update: Plugin path check added to the System Status page
898
- - Update: Messages updated on the element, template, and add-on downloads
899
- - Fix: Line height works properly in the TinyMCE editor
900
- - Fix: Drag and Drop works properly for columns
901
- - Fix: Version notification is displayed properly in the Getting Started screen
902
- - Fix: Visual Composer Hub search works properly
903
- - Fix: Twitter element works properly on the published pages
904
- - Fix: Empty rows work properly in responsive view
905
- - Fix: Assets are replaced properly after initial reset
906
- - Fix: Templates with hidden rows work properly
907
- - Fix: YouTube background works properly in Design Options
908
-
909
- ### Premium:
910
- - Update: Notification mechanism improved for the add-ons that require the editor reload to be activated after download
911
- - Update: Header and Footer settings UX improved in the Visual Composer Dashboard
912
- - Fix: Sandwich menu works properly in the Basic Menu element
913
- - Fix: Layout icons are displayed properly in the Archive page editor for Twenty Twenty theme
914
- - Fix: Image Gallery with Icons element works properly
915
- - Fix: Timeline with Icon elements' inline editor works properly
916
- - Fix: Mailchimp element works properly
917
- - Fix: Maintenance mode page creation works properly
918
-
919
- = 31.1 =
920
- *Release Date - 2020-11-25*
921
-
922
- #### Free:
923
- - Fix: The stretching option works properly for rows and inner rows
924
- - Fix: Custom elements are displayed properly in the Add Content window
925
-
926
- = 31.0 =
927
- *Release Date - 2020-11-17*
928
-
929
- #### Free:
930
- - New: A tutorial template has been added for beginners to learn Visual Composer
931
- - New: Add Element and Add Template windows are merged into one window for a cleaner and better user interface
932
- - New: Element grouping in Add Element window introduced
933
- - New: Most Used elements section in Add Element window introduced
934
- - New: Help Icons are added to the Visual Composer interface for a quick reference
935
- - New: Editor help screen has been added for the first-time users to help to understand the user interface
936
- - New: Option to share anonymous plugin usage statistics for the plugin improvement has been introduced
937
- - Update: License activation and getting started flow has been updated for a better user experience
938
- - Update: Row Layout is the first section in the Row edit window for a better user experience
939
- - Update: Google Fonts library has been updated to include all the latest font families
940
- - Update: Column resizing control interface has been improved
941
- - Update: The license tab is always available for all users in Visual Composer Dashboard
942
- - Update: Blank page wizard has been removed when creating a new page or post for a quicker start
943
- - Update: Theme layout is made as default layout when creating a new page or post
944
- - Update: Navigation bar icons are displayed properly on smaller devices
945
- - Update: All free elements are available in Visual Composer Hub
946
- - Update: Plugin titles and descriptions adjusted for a better interface understanding
947
- - Update: Visual Composer Hub button URLs and titles updated for a better user interface
948
- - Fix: Editing page with 3rd party scripts included works properly
949
- - Fix: Insights title analysis works properly
950
- - Fix: Insights alt tag analysis works properly
951
- - Fix: Divider element works properly in Twenty Twenty theme
952
- - Fix: Add Media option works properly
953
- - Fix: Delete button in the Tree View mode works properly
954
- - Fix: Images are displayed properly on retina displays
955
- - Fix: Color picker shows the default value
956
- - Fix: .entry-content is not overwritten by WordPress themes
957
- - Fix: Scroll to element option works properly when editing element in the Tree View
958
- - Fix: Scroll to element and template option works properly when adding a new element or template
959
- - Fix: Replace element option is available for nested elements
960
- - Fix: Visual Composer Dashboard works properly on Safari
961
-
962
- #### Premium:
963
- - New: Option to quickly access WordPress menu management has been added to the menu source dropdown
964
- - New: A placeholder for menu elements has been introduced
965
- - New: Compatibility with Ajax Search Pro added for the Archive page editor
966
- - New: Compatibility with Woo Discount Rules added
967
- - Update: Performance improvements for pageable container elements
968
- - Update: Giphy tab is available in Media Library for all gif elements and TinyMCE
969
- - Fix: Ninja Forms element works properly
970
- - Fix: DynamicWPQuery pagination for post grids works properly
971
- - Fix: Element presets work properly
972
- - Fix: Template export and import option works properly
973
- - Fix: Inner elements work properly within the param group
974
- - Fix: Row margins works properly in header and footer editor
975
- - Fix: Dropdowns with dynamic values work properly
976
- - Fix: Sandwich menu works properly in the Basic menu element
977
- - Fix: Menu elements are displayed properly within templates
978
- - Fix: Imported templates do not generate warnings
979
- - Fix: Phone Mockup element works properly in Twenty Twenty theme
980
- - Fix: ACF image field works properly when added as a background image
981
-
982
- = 30.1 =
983
- *Release Date - 2020-09-16*
984
-
985
- #### Free:
986
- - Fix: Animation Delay works properly
987
-
988
- #### Premium:
989
- - Fix: Prevent empty <code><p></p></code> tag adding in header and footer layouts
990
-
991
- = 30.0 =
992
- *Release Date - 2020-09-15*
993
-
994
- #### Free:
995
- - Update: Row layout input is simplified for better UX
996
- - Fix: All element presets are displayed in the Add Element window
997
- - Fix: Sassy Social Plugin works properly with Visual Composer
998
- - Fix: Custom responsiveness values can be added properly
999
- - Fix: Toggle attributes have different IDs to avoid conflicts
1000
- - Fix: Custom JavaScript is rendered properly
1001
- - Fix: Default font option in TinyMCE fonts dropdown works properly
1002
- - Fix: Submenu works without glitches in the Visual Composer Dashboard
1003
- - Fix: Templates with advanced row layout renders properly
1004
- - Fix: Visual Composer Insights updated properly
1005
- - Fix: Media Library works properly in the editor
1006
- - Fix: Image placeholders are displayed properly
1007
-
1008
- #### Premium:
1009
- - New: Giphy compatibility is introduced in the Visual Composer Hub to download gif animations right in the editor
1010
- - New: Giphy tab is introduced in Media Library for gif elements
1011
- - New: Giphy element is added to the Visual Composer Hub to insert gif animations
1012
- - New: Gif Animation element is added to the Visual Composer Hub to insert gif animations
1013
- - New: Mono Social Icons element added to the Visual Composer Hub
1014
- - New: Post Grid With Hover Button element is added to the Visual Composer Hub
1015
- - New: Double Title element is added to the Visual Composer Hub
1016
- - Update: Accordion elements can be closed by clicking on the titles
1017
- - Fix: Video element is not muted on Safari
1018
- - Fix: Schema has been removed from all post grid elements
1019
- - Fix: Dynamic Content works properly with the page scope
1020
- - Fix: Close popup option in the Link Selector can be used on all pages
1021
- - Fix: Popups work on pages not created in Visual Composer
1022
- - Fix: Z-index works properly in headers
1023
- - Fix: Global footer HTML works properly in the Preview mode
1024
- - Fix: Header and Footer settings work properly with WPML
1025
- - Fix: Popup works properly with inner elements triggering it
1026
- - Fix: Popup Builder works properly after refreshing the page
1027
- - Fix: Pages with enabled popup scroll properly
1028
- - Fix: Gutenberg element works properly with the latest WordPress installed
1029
- - Fix: Simple Contact Form elements' Submit button does not trigger Oops screen
1030
- - Fix: EventOn elements' category filter works properly
1031
- - Fix: All popup templates are displayed in the popup dropdown
1032
- - Fix: the_content filter works properly with Header, Footer, Sidebar editors
1033
-
1034
- = 29.0 =
1035
- *Release Date - 2020-07-23*
1036
-
1037
- #### Free:
1038
- - New: Visual Composer Insights assistant for helping to build better sites launched
1039
- - Update: User feedback survey updated
1040
- - Update: Naming consistency improved in the user interface
1041
- - Update: Saved templates appear at the top of the Templates list
1042
- - Fix: Template source key works properly
1043
- - Fix: Elements don’t disappear when changing Row Layout
1044
- - Fix: Getting Started menu in WP Admin Dashboard displayed properly for Contributors role
1045
- - Fix: Asset files are not removed after cloning the page
1046
- - Fix: Loading spinner works properly in Visual Composer Hub
1047
- - Fix: Single Image lightbox works properly
1048
- - Fix: Yoast SEO display proper page status
1049
- - Fix: Woo Commerce elements have a proper element height
1050
- - Fix: Visual Composer Dashboard logo displayed properly
1051
- - Fix: Static listener for enqueue actions works properly
1052
- - Fix: Notifications are displayed in a proper location
1053
- - Fix: Button element styles are consistent across the page
1054
- - Fix: Icons are stacking properly in the Tree View
1055
-
1056
- #### Premium:
1057
- - Update: Element lock UI/UX updated for better visibility
1058
- - Fix: Featured image works properly in Dynamic Content
1059
- - Fix: Site-wide popup works properly
1060
- - Fix: Food and Drink element has proper spacing
1061
- - Fix: Loading spinner works properly in Dynamic Content
1062
- - Fix: Logo Slider element works properly
1063
- - Fix: Dynamic Archive in search results page works properly
1064
- - Fix: Social Profile element Instagram icon works properly
1065
- - Fix: Popup Builder option for returning to WP Dashboard works properly
1066
- - Fix: Popup Builder settings for 'On first page load' work properly
1067
-
1068
- = 28.0 =
1069
- *Release Date - 2020-06-10*
1070
-
1071
- #### Free:
1072
- - New: Visual Composer Dashboard added under the WordPress Admin Dashboard
1073
- - Update: Visual Composer navigation bar design changed
1074
- - Update: Link to My Visual Composer Licenses section added for activation
1075
- - Update: Editor notification display duration increased for better UX
1076
- - Fix: ContentURL works properly
1077
- - Fix: Instagram image element does not update on every change
1078
- - Fix: Localizations work properly
1079
- - Fix: Backslash is not removed in Custom JS
1080
- - Fix: Templates with multiple images work properly
1081
- - Fix: Deleting templates work properly
1082
-
1083
- #### Premium:
1084
- - New: Popup settings for display frequency added
1085
- - Fix: Simple Contact Form element works properly in the page footer
1086
- - Fix: Gutenberg element does display block sidebar
1087
- - Fix: wp_print_scripts and Header, Footer, Sidebar editor does not conflict
1088
- - Fix: Video Player element works properly on iOS
1089
- - Fix: Custom post type limits work properly in Post Grid elements
1090
- - Fix: Tabs with Slide works properly on replacement
1091
- - Fix: tabs with Slide works properly with full-width rows
1092
- - Fix: Background images work properly in Design Options attributes
1093
-
1094
- = 27.1 =
1095
- *Release Date - 2020-05-13*
1096
-
1097
- #### Free:
1098
- - Fix: Page preview works properly
1099
-
1100
- = 27.0 =
1101
- *Release Date - 2020-05-12*
1102
-
1103
- #### Free:
1104
- - New: Visual Composer News widget introduced in the WP Admin Dashboard
1105
- - Update: New and easier Visual Composer Hub activation
1106
- - Update: Deactivation feedback popup has display limits
1107
- - Update: Images from the templates are added to the Media Library once downloaded from Visual Composer Hub
1108
- - Fix: Drag and drop works properly on iPads
1109
- - Fix: Blank page with layout changes can be saved properly
1110
- - Fix: Source CSS works properly after plugin update
1111
- - Fix: Twitter Button works properly with Dynamic content
1112
- - Fix: LocalJS works properly
1113
- - Fix: Single Image caption works properly
1114
- - Fix: Page Settings are not saved after refresh
1115
- - Fix: Layout is displayed properly in the responsive view
1116
- - Fix: Gutenberg element UI is displayed properly
1117
- - Fix: Source CSS does not contain Global CSS
1118
- - Fix: Dynamic fields work properly
1119
- - Fix: Column resize works properly
1120
-
1121
- #### Premium:
1122
- - New: Element lock option to restrict non-Administrator roles to edit elements. Available in Role Manager addon in Visual Composer Hub.
1123
- - New: Visual Composer Hub addon section redesigned for better UX
1124
- - New: Advanced Design Options added to the Popup Builder root element (Popup Container)
1125
- - New: Option to close the popup via Link Selector option
1126
- - Update: Addon download notification updated
1127
- - Update: Popup Builder code optimized for performance
1128
- - Fix: Gutenberg element has Visual Composer templates block
1129
- - Fix: Header, Footer, Sidebar works properly with WPML
1130
- - Fix: Visual Composer works properly in Woo Commerce Cart page
1131
- - Fix: WordPress admin bar renders properly with custom header applied to the post/page
1132
- - Fix: Global Template CSS and JS works properly
1133
-
1134
- = 26.0 =
1135
- *Release Date - 2020-04-01*
1136
-
1137
- #### Free:
1138
- - Update: Copying element with Element ID display warning that Element ID is not copied
1139
- - Update: Visual Composer Settings menu structure is updated for better navigation (in WordPress Admin Dashboard)
1140
- - Update: Global CSS applies to pages not created with Visual Composer
1141
- - Fix: Non-working shortcodes do not impact the work of the Frontend editor
1142
- - Fix: Unsplash lock icon displayed properly on local
1143
- - Fix: Rows has correct positioning on iPhone devices
1144
-
1145
- #### Premium:
1146
- - New: Popup Builder that allows creating popup templates
1147
- - New: Popup sitewide settings to trigger popups on all site (on load, cookie, exit-intent)
1148
- - New: Popup page settings to trigger popups on a specific page (on load, exit-intent, element scroll)
1149
- - New: Link Selector enhanced with popup triggering controls
1150
- - New: Custom feedback popup for Premium users
1151
- - New: New dynamic content values added to support Archive Page Editor
1152
- - Update: Layer Slider element renamed to Kreatura Slider
1153
- - Fix: Active menu class works properly
1154
- - Fix: Layout assets loaded properly on Archive pages
1155
- - Fix: Search element works properly after SiteURL change
1156
- - Fix: Enqueue scripts loaded properly in custom headers and footers
1157
- - Fix: Dynamic content images contain an alt attribute
1158
- - Fix: Post Grid With Box element works properly on Twenty Twenty theme
1159
- - Fix: Simple Contact Form element does not display warnings
1160
- - Fix: Animation with fullscreen video works properly
1161
-
1162
- = 25.0 =
1163
- *Release Date - 2020-03-03*
1164
-
1165
- #### Free:
1166
- - New: Simplified element controls for easy getting started
1167
- - Fix: Columns are added properly on a blank page
1168
- - Fix: Row layout displays proper values in the edit form
1169
- - Fix: Activation on OVH hosting works properly
1170
- - Fix: Animation does not create glitches upon adding
1171
- - Fix: <code><pre></code> tags work properly in TinyMCE
1172
- - Fix: Drag and Drop works properly
1173
- - Fix: Yoast integration works properly
1174
-
1175
- #### Premium:
1176
- - New: Element Presets addon added to the Visual Composer Hub with an option to save an element with custom parameters, rows and sections can be saved as a template
1177
- - New: Option to set custom templates for categories, tags, and author pages
1178
- - New: Option to set custom templates for the search results page
1179
- - Element: Portfolio Post Grid added to the Visual Composer Hub
1180
- - Fix: Premium activation has a proper link to the Premium pricing
1181
- - Fix: Premium license key is displayed with a mask for privacy
1182
- - Fix: Dynamic content fields work properly in Global Templates
1183
- - Fix: Theme editor for custom header and footer work properly with WPML installed
1184
-
1185
- = 24.0 =
1186
- *Release Date - 2020-01-14*
1187
-
1188
- #### Free:
1189
- - New: Delay option added to CSS Animations in Design Options
1190
- - Fix: Google Fonts search in TinyMCE size is correct
1191
- - Fix: Blank page bottom space size reduced
1192
- - Fix: Post and page permalinks work properly
1193
- - Fix: Editor type change works properly
1194
- - Fix: Inline controls have proper styling
1195
- - Fix: Global CSS is not removed
1196
- - Fix: Content saving works properly
1197
-
1198
- #### Premium:
1199
- - New: New Account my.visualcomposer.com launched for license and subscription management
1200
- - New: New Premium activation mechanism launched with the easier activation process
1201
- - New: Archive Page Editor to create custom archive page templates
1202
- - Update: Unsplash API updated
1203
- - Element: Faq Group element added
1204
- - Element: Link Dropdown element added
1205
- - Element: Star Testimonials element added
1206
- - Element: Shadow Pricing Table element added
1207
- - Element: Toggle Container element added
1208
- - Element: Content Slider element added
1209
- - Fix: Basic menu element has no extra space when collapsed
1210
- - Fix: Menu element size is calculated correctly
1211
- - Fix: Basic menu displayed properly in Safari
1212
- - Fix: Gutenberg editor compatibility improved
1213
- - Fix: Tabs with custom ids have proper links
1214
- - Fix: Multiple dropdown attribute works properly
1215
- - Fix: Template import works properly even if elements are missing
1216
- - Fix: Imported header can be added to the site
1217
- - Fix: Image slider works properly within accordions
1218
- - Fix: PublicJS files are not loaded twice
1219
-
1220
- = 23.0 =
1221
- *Release Date - 2019-11-25*
1222
-
1223
- #### Free:
1224
- - New: Google Fonts search and preview in TinyMCE editor
1225
- - Update: Settings panel width reduced in size to see the settings and content
1226
- - Fix: Using a proper wp-admin URL for staging sites
1227
- - Fix: Admin panel notices displayed properly
1228
- - Fix: Fontawesome categories and search works properly
1229
- - Fix: Background image radius works properly
1230
- - Fix: Animation effect works properly in Firefox
1231
-
1232
- #### Premium:
1233
- - New: Dynamic Content is available in a single image link selector
1234
- - Update: Option to edit the selected template in a Theme Template page
1235
- - Update: New premium activation flow with license input
1236
- - Fix: Dynamic content with HTML works properly in TinyMCE
1237
- - Fix: WooCommerce variable product page works properly
1238
- - Fix: Toolset custom fields displayed properly in Dynamic Content
1239
- - Fix: Dynamic Content works properly in Faq elements
1240
- - Fix: Mouse follow animation works properly in Preview mode
1241
- - Element: Star ranking element to display customer feedback
1242
- - Fix: Tilt parallax effect works properly after template import
1243
-
1244
- = 22.0 =
1245
- *Release Date - 2019-10-18*
1246
-
1247
- #### Free:
1248
- - Update: Settings window displayed in full width for a better user experience
1249
- - Update: Text domain updated to “visualcomposer” for proper translations
1250
- - Update: Custom element order updated and displayed after default elements
1251
- - Fix: Shortcode element works properly
1252
- - Fix: Settings save works properly
1253
- - Fix: Raw JS element works properly
1254
- - Fix: Element update works properly
1255
- - Fix: Save button display proper state upon save
1256
-
1257
- #### Premium:
1258
- - New: Tilt parallax effects added to a row, column, and section Design Options
1259
- - New: Mouse follow parallax background added to a row, column, and section Design Options
1260
- - New: Dynamic content works with Toolset plugin
1261
- - New: Post Slider element available in Visual Composer Hub
1262
- - Update: Parallax controls moved to the separate section
1263
- - Update: Dynamic content works properly with Yoast SEO
1264
- - Update: Post grid elements can be replaced
1265
- - Fix: Dynamic content dropdown works properly
1266
- - Fix: Template export works properly
1267
- - Fix: Icons in message box display properly
1268
- - Fix: Post Grid with Box element works properly
1269
-
1270
- = 21.0 =
1271
- *Release Date - 2019-10-01*
1272
-
1273
- #### Free:
1274
- - Update: Parallax settings moved from Design Options to the separate section
1275
- - Update: Cache is cleared for the most popular plugins and hostings on the editor save
1276
- - Update: Unsplash featured image preview available for the free version users
1277
- - Fix: Gravity Forms, ACF, and WooCommerce works properly with Visual Composer
1278
-
1279
- #### Premium:
1280
- - New: Dynamic Content is available in Link Selector
1281
- - Fix: Header and Footer settings display/hide properly
1282
-
1283
- = 20.0 =
1284
- *Release Date - 2019-09-26*
1285
-
1286
- #### Free:
1287
- - New: Plugin upload to WordPress.org plugin repository
1288
- - New: Templates are added to the editor page with smooth loading
1289
- - Update: Icon library sets updated
1290
- - Update: License updated from GPLv2 to GPLv3
1291
- - Update: Video autoplay options updated in the video elements
1292
- - Fix: System Status message works properly in WordPress Dashboard
1293
- - Fix: All Google Fonts work properly
1294
- - Fix: Column width works properly on iOS
1295
- - Fix: Free template downloading works properly
1296
- - Fix: Yoast SEO analyzes content properly
1297
-
1298
- #### Premium:
1299
- - New: Maintenance mode controls to set site under maintenance
1300
- - New: Dynamic Content option is available for advanced elements with parameter groups
1301
- - New: Dynamic Content works with ACF in Global Templates
1302
- - Update: Dynamic Content works with RTL
1303
- - Fix: SoundCloud element Design Options works properly
1304
- - Fix: Visual Composer Widget element and Global Templates work without compatibility issues
1305
- - Fix: Sandwich menu square style displayed properly
1306
- - Fix: Simple Image Slider works properly
1307
- - Fix: Post grid elements work properly in the editor
1308
- - Fix: Post Grid buttons work properly with Dynamic Content
1309
-
1310
- = 19.0 =
1311
- *Release Date - 2019-08-28*
1312
-
1313
- - New: Dynamic Content UI/UX improvements and popup window
1314
- - New: Dynamic Content works for the param group attributes for complex elements
1315
- - New: Dynamic Content works with Advanced Custom Fields (ACF)
1316
- - New: All Dynamic Content fields are available in Global Templates
1317
- - New: Visual Composer automatically adjusts links after site migration
1318
- - Update: Dynamic Content grouping introduced in the field drop-down
1319
- - Update: Editor performance improvements
1320
- - Fix: Single Image sizes works properly
1321
- - Fix: Background image works properly with Dynamic Content featured image
1322
- - Fix: Dynamic Content does not cause Fatal error for WordPress version lower than 5.0
1323
- - Fix: Visual Composer works properly with URLs in Multisite
1324
- - Fix: Visual Composer works properly with Polylang when editing the home page
1325
- - Fix: System reset does not remove downloaded elements
1326
- - Fix: Countdown timer date attribute works properly
1327
-
1328
- = 18.2 =
1329
- *Release Date - 2019-08-15*
1330
-
1331
- - Fix: Image display works properly
1332
- - Fix: Post data fetch for dynamic content works properly
1333
-
1334
- = 18.1 =
1335
- *Release Date - 2019-08-14*
1336
-
1337
- - Fix: Text block editing does not cause the editor error
1338
- - Fix: Range attribute updates properly
1339
- - Fix: TinyMCE controls are available in Classic Editor
1340
- - Fix: Tabs element works correctly in Global Template
1341
- - Fix: Text Block TinyMCE text mode handleChange works properly
1342
- - Fix: WooCommerce product dimensions are displayed properly in dynamic content
1343
-
1344
- = 18.0 =
1345
- *Release Date - 2019-08-08*
1346
-
1347
- - New: Dynamic content feature to replace static content with WordPress fields (ex. post titles, featured images, author name, etc.)
1348
- - New: Dynamic content feature to replace static content with WordPress custom fields
1349
- - New: API for dynamic content introduced to add this option to custom elements
1350
- - New: Dynamic content integration with WooCommerce
1351
- - New: Unsplash library access available in the Media Library
1352
- - New: Data list attributed added and available for custom elements via API
1353
- - Update: Single Image element improved
1354
- - Update: Global element CSS split to reduce the size and improve performance
1355
- - Update: Custom filter added to support block nesting
1356
- - Fix: Free predefined templates updated properly
1357
- - Fix: Full width works properly on iPad with Safari 4
1358
- - Fix: Compatibility with Contact Form 7 improved to avoid duplication issues
1359
- - Fix: YouTube cover image is displayed properly in the video elements
1360
- - Fix: Element controls work properly
1361
- - Fix: Template description name is displayed properly
1362
- - Fix: Self-hosted video background on mobile
1363
- - Fix: Border Radius and Gradient
1364
- - Fix: Update Icon Libraries
1365
- - Fix: Full path disclosure in addon output fixed
1366
- - Fix: Global Elements CSS file URL option works properly
1367
-
1368
- = 17.2 =
1369
- *Release Date - 2019-05-09*
1370
-
1371
- - Fix: Control hover states work properly
1372
- - Fix: PCSS mixins working properly for Post Grid elements
1373
- - Fix: Unsplash stock image download works properly
1374
-
1375
- = 17.1 =
1376
- *Release Date - 2019-04-24*
1377
-
1378
- - Fix: Slug option controls doesn't overwrite the default slug
1379
- - Fix: Instagram filters apply properly
1380
-
1381
- = 17.0 =
1382
- *Release Date - 2019-04-15*
1383
-
1384
- - New: Set and change slug (permalink) in Visual Composer
1385
- - New: Spanish translation added
1386
- - New: Swedish translation added
1387
- - Update: Editor controls respond to clicks for a better user experience
1388
- - Update: Editor loads faster for pages with a large amount of content
1389
- - Update: Share buttons added to the Visual Composer About page
1390
- - Fix: Column margins are applied correctly
1391
- - Fix: Option to set custom header and footer for product categories available
1392
- - Fix: Param group works properly with inner elements and nesting
1393
- - Fix: Template import sends fewer requests
1394
-
1395
- = 16.0 =
1396
- *Release Date - 2019-03-27*
1397
-
1398
- - New: Unsplash stock image library integration with Visual Composer Hub
1399
- - New: Shadow Box option added to the container elements in Design Options
1400
- - New: Blank Page allows specify the page title
1401
- - Update: License re-activation for the same site simplified
1402
- - Update: Editor controls updated for performance
1403
- - Fix: Theme editor works properly with multisite
1404
- - Fix: Column margin applied properly
1405
- - Fix: Missing server extensions deactivate the plugin to avoid errors
1406
-
1407
- = 15.0 =
1408
- *Release Date - 2019-03-14*
1409
-
1410
- - New: Visual Composer Template block for Gutenberg
1411
- - Update: Drag and drop functionality improved
1412
- - Update: Editor performance improvements
1413
- - Update: Assets storage removed after inline editing and drag and drop for performance
1414
- - Update: The Persian language pack added to the editor
1415
- - Fix: Row copy/paste doesn’t affect row layout
1416
- - Fix: Gutenberg editor sidebar available in Visual Composer Gutenberg block
1417
- - Fix: Device icons displayed properly in attribute
1418
- - Fix: Tab title applied properly
1419
- - Fix: Header and Footer global controls applied properly for backward compatibility
1420
-
1421
- = 14.0 =
1422
- *Release Date - 2019-03-04*
1423
-
1424
- - New: Option to apply custom headers and footers to all site, specific post types, or default WordPress pages
1425
- - New: Ability to activate Visual Composer Premium on staging and live environments with the same license
1426
- - Update: Bulgarian translation added
1427
- - Update: Theme default value added to the font family drop-down in TinyMCE
1428
- - Update: Element attribute excluding mechanism added to the Visual Composer API
1429
- - Update: Miscellaneous category is set as default category for elements
1430
- - Fix: Plugin update popup has a proper information
1431
- - Fix: Element widget works properly with field method action
1432
- - Fix: Radio button attribute works properly
1433
- - Element: Search Widget element
1434
-
1435
- = 13.0 =
1436
- *Release Date - 2019-02-25*
1437
-
1438
- - New: New inline editor with more text formatting options
1439
- - New: Calendar attribute added to the plugin
1440
- - New: Google Fonts, font-weight, letter spacing, and line-height added to the TinyMCE editor
1441
- - Update: ReactJs version updated to 16.8
1442
- - Fix: Compatibility with WPForms
1443
- - Fix: Adding row does not break row order
1444
- - Fix: Assets are not missing for custom elements
1445
- - Fix: Video Player autoplay works properly
1446
- - Fix: Block template type added to template window drop-down
1447
- - Fix: Instagram element works properly
1448
- - Fix: CSS animation does not create a horizontal scroll
1449
-
1450
- = 12.0 =
1451
- *Release Date - 2019-02-04*
1452
-
1453
- - New: Blocks templates introduced in Visual Composer Hub
1454
- - New: Category choice for custom post types in post grid element
1455
- - Update: Element naming UI updated
1456
- - Update: Element edit window section UI updated
1457
- - Fix: Global templates work properly in the editor
1458
- - Fix: Blank page title capitalization
1459
- - Fix: Template Export/Import addon working properly
1460
- - Element: Testimonials element
1461
- - Element: Hover image element
1462
-
1463
- = 11.0 =
1464
- *Release Date - 2019-01-16*
1465
-
1466
- - New: System Status page and requirement auto-check added to the plugin
1467
- - New: Global JavaScript can be added for the header and footer
1468
- - Update: Elements can be added to a page by dragging them from the Add Element window to the bottom placeholder
1469
- - Update: Blank Page update with template selection option
1470
- - Update: TinyMCE full controls are opened by default for elements
1471
- - Update: Performance improvements for initial editor load
1472
- - Update: Editor UI font update for better readability
1473
- - Update: Optimized icon library loading
1474
- - Update: Checkbox and Radio buttons added as an attribute option for the API
1475
- - Fix: Video background with parallax works properly in Preview mode
1476
- - Fix: Compatibility improved with WPML
1477
- - Fix: Disable 'Gutenberg' option works for all WordPress user roles
1478
- - Fix: Compatibility with plugin Contact Form 7 Style
1479
- - Fix: Video embed works with copy/paste within TinyMCE editor
1480
- - Fix: Progress bar element values are displayed properly
1481
- - Fix: Envira Gallery compatibility improved for the latest versions
1482
-
1483
- = 10.0 =
1484
- *Release Date - 2018-11-26*
1485
-
1486
- * New: Basic editor elements added to the plugin .zip file
1487
- * New: Radial gradient added to the Design Options
1488
- * Update: New Visual Composer logo added
1489
- * Update: Visual Composer Hub UI update
1490
- * Update: User Interface for element and template search results
1491
- * Update: Simplified plugin activation mechanism
1492
- * Update: Compatibility with WordPress 5.0
1493
- * Update: Compatibility with Gutenberg editor in WordPress 5.0
1494
- * Update: Optimized plugin .zip file
1495
- * Update: Authorization token removed for the Free version to simplify activation
1496
- * Update: Activation of the plugin available via Visual Composer Hub
1497
- * Update: Amount of activation related requests minimized for better performance
1498
- * Update: Error handling mechanism improvements to track possible activation failures
1499
- * Fix: Template can be added to the page after update
1500
- * Fix: BeTheme compatibility improvements for editor loading in Safari
1501
- * Fix: Template update renew media files within the template if necessary
1502
- * Fix: Visual Composer Hub teaser is updated after Premium activation
1503
- * Fix: Styles of the editor are applied correctly
1504
- * Fix: Basic menu works properly without sandwich menu element download
1505
- * Fix: TinyMCE display external plugin options in Frontend editor
1506
- * Fix: Global template preview contains assets
1507
- * Fix: Global Gallery works properly in Visual Composer
1508
- * Fix: Custom CSS/JS in Settings not missing border
1509
- * Fix: Console error for Safari fixed
1510
- * Fix: Controls border is rounded
1511
- * Fix: Template can be added to the page right after download
1512
- * Content Elements: Side Post Grid element added to the Visual Composer Hub
1513
- * Content Element: News Post Grid element added to the Visual Composer Hub
1514
- * Content Element: Grow Shadow Button element added to the Visual Composer Hub
1515
- * Content Element: Social Profile Icons added to the Visual Composer Hub
1516
-
1517
- = 2.12.1 =
1518
- *Release Date - 2018-10-16*
1519
-
1520
- * Fix: Single Image does not remove all elements
1521
- * Fix: Page builder detection disabled
1522
-
1523
- = 2.12 =
1524
- *Release Date - 2018-10-11*
1525
-
1526
- * Update: Optimized the plugin by using default WordPress code editor
1527
- * Update: SlideOut Post Grid element button is defined as a section
1528
- * Update: CSS attributes are rebuilt on-demand
1529
- * Update: Drag and drop logic optimized for performance
1530
- * Update: Classic editor button removed if the page builder is activated
1531
- * Update: PHP download controllers optimized
1532
- * Update: PostCSS code optimized
1533
- * Update: Ability to insert an element into already nested element via API
1534
- * Fix: Editor does not overwrite fonts of WordPress theme
1535
- * Fix: Image placeholders removed for post grid elements
1536
- * Fix: Google Fonts loaded with subsets
1537
- * Fix: Custom CSS editor correctly removes backslashes on save
1538
- * Fix: Category pages source-css not enqueued
1539
- * Fix: Drag and drop helper works correctly in Tree View attribute
1540
- * Fix: Hover box elements working on IOS mobile devices
1541
- * Fix: Flip Box issue on mobile
1542
- * Fix: 'Onclick action' link selector works properly
1543
- * Fix: Initial editor Ajax loading fixed
1544
- * Fix: Layout calculations performed properly
1545
- * Fix: Backward compatibility works properly in the sandwich menu
1546
- * Fix: Jetpack does not break WordPress TinyMCE
1547
- * Fix: Nested elements contain proper image data
1548
- * Fix: Sandwich menu closes after clicking on an item
1549
- * Fix: Default margin-bottom placeholder added to the Basic Menu in Design Options
1550
- * Fix: Design Options for WooCommerce elements work properly
1551
- * Fix: Post Update does not break Global CSS and Design Options
1552
- * Fix: Design options works for WooCommerce elements
1553
- * Fix: Gutenberg saving does not add additional brackets
1554
- * Fix: Row stretching displayed properly in Header and Footer editors
1555
- * Fix: Top Rated Products Order property of WooCommerce works properly
1556
- * Fix: All styles are applied to the theme section
1557
- * Fix: My Account property of WooCommerce has correct styles applied
1558
- * Fix: Masonry Image Gallery with Icon displayed properly on mobile
1559
-
1560
- = 2.11 =
1561
- *Release Date - 2018-09-17*
1562
-
1563
- * Update: CSS-cache issues eliminated by adding a checksum to asset URL
1564
- * Update: Improved performance with editor-style compilation on the initial editor load
1565
- * Update: Notification about 3rd party elements added to the element preview
1566
- * Update: Empty space element updated to accept the various type of sizes
1567
- * Update: Visual Composer and page builder buttons are aligned in height
1568
- * Update: 'Lock' icon in the Visual Composer Hub opens the Premium section of www.visualcomposer.com site
1569
- * Fix: Goodreads widget works properly
1570
- * Fix: Bold and Italic options of inline editor works properly with Total theme
1571
- * Fix: Compatibility with One.com hosting environment
1572
- * Fix: 'Show on sticky' option works properly
1573
- * Fix: Inline editor works properly for paramGroup items
1574
- * Fix: Editor doesn't overwrite theme fonts
1575
- * Fix: Google Fonts are rendering properly on Safari
1576
- * Fix: Boxed template warnings removed
1577
- * Fix: Widgets ajaxForm attribute gets updated automatically
1578
- * Fix: Column styles are loaded properly on the public side
1579
- * Fix: TypeError window.vcvSandwichModal resolved
1580
- * Fix: Drag and Drop helper is added to 'Add Element'
1581
- * Fix: Template data loading working properly
1582
- * Fix: Pageable container work properly
1583
- * Fix: Row cssmixins (Design Options) are not called twice to improve performance
1584
- * Fix: vcvtitle and the_title hook
1585
- * Fix: Blank template for templates editor/import fixed
1586
- * Fix: 'Edit with Visual Composer' button is not displayed on WordPress Edit Menu
1587
- * Fix: Compatibility with Contact Form 7 redirection plugin
1588
- * Fix: Params group items work properly
1589
-
1590
- = 2.10 =
1591
- *Release Date - 2018-08-09*
1592
-
1593
- * Update: Page layout options updated to choose between boxed and stretched for all layouts
1594
- * Fix: Theme editor width works properly
1595
- * Fix: Checkbox attribute has proper styling
1596
- * Fix: Loading spinner displayed on template save
1597
- * Fix: Sticky option related to parent works properly with correct height calculations
1598
- * Fix: CSS animations work properly on IE11
1599
- * Fix: Header, Footer, Sidebar selector remembers the state
1600
- * Fix: Element 'Hide' toggle is synchronized with the Tree View
1601
- * Fix: Slick slider library initialize properly within Pageable Container element
1602
-
1603
- = 2.9 =
1604
- *Release Date - 2018-06-26*
1605
-
1606
- * New: Row layout responsive settings to control column width and appearance on various devices
1607
- * New: Compatibility with wpDataTables plugin added
1608
- * New: Option to display sticky elements only when they become sticky
1609
- * Fix: Design Options values apply properly within Global Templates
1610
- * Fix: Custom element name apply properly for element controls
1611
- * Fix: Element hide option synchronized with the Tree view
1612
-
1613
- = 2.8 =
1614
- *Release Date - 2018-06-18*
1615
-
1616
- * New: Sticky row, column, and section option allows to fix on upon scroll and scroll the next row on top of it
1617
- * New: Compatibility with Caldera Forms plugin added
1618
- * New: API hooks added as a part of API implementation stage
1619
- * New: Ukrainian language po/mo files added to the plugin
1620
- * Update: Option to disable element and template image preview image and description
1621
- * Update: Global elements .css file is optimized for performance
1622
- * Fix: Woo Commerce page edit with Visual Composer
1623
- * Fix: Headers, Footers, and Sidebars can be used in Woo Commerce pages
1624
- * Fix: Design Options applies to proper tag within a Section element
1625
- * Fix: Visual Composer works properly on Pantheon hosting
1626
-
1627
- = 2.7 =
1628
- *Release Date - 2018-05-27*
1629
-
1630
- * New: Import/Export Hub addon for Visual Composer Premium to migrate templates between sites
1631
- * New: Template Widget Hub addon for Visual Composer Premium template display in the sidebar
1632
- * New: Button and Icon group elements to display buttons and icons inline
1633
- * New: Remove All options is added to the Tree view to delete all content with one click
1634
- * Update: Free and Premium sorting options in the Visual Composer Hub
1635
- * Update: Tree View interface optimized for multi-level layouts
1636
- * Update: Element dependency mechanism enhanced to support element groups and inner elements
1637
- * Update: Option to remove header, footer, and sidebar for the Visual Composer page layouts
1638
- * Fix: Custom CSS styles applied properly for a stretched button in advanced content elements
1639
- * Fix: Default video shortcode works in templates
1640
- * Fix: wp_remote_get function works properly in older WordPress versions
1641
- * Fix: Visibility toggle in Design Options display proper state
1642
- * Fix: Element animation in Design Options works for custom devices
1643
- * Fix: Undo removes whole element set of a row, column, and element if they were added with one action
1644
- * Fix: Empty space element works properly on custom devices
1645
- * Fix: Post grid elements displayed properly on the home page
1646
- * Fix: Featured Image Post Grid element properly applies text and category colors
1647
- * Fix: Logo Slider element works properly with RTL
1648
-
1649
- = 2.6.1 =
1650
- *Release Date - 2018-05-22*
1651
-
1652
- * Fix: Tabs displayed properly in IE11
1653
- * Fix: Global templates element compatibility with the latest version
1654
- * Fix: An image gallery and Image masonry gallery downloaded with the template from the Hub
1655
- * Fix: WooCommerce compatibility improvements
1656
-
1657
- = 2.6 =
1658
- *Release Date - 2018-05-21*
1659
-
1660
- * New: Gutenberg element allows to insert Gutenberg editor blocks within Visual Composer layout
1661
- * New: Compatibility with Gutenberg editor introduced
1662
- * New: Option to disable Gutenberg editor via Visual Composer Settings
1663
- * Update: Header, Footer, and Sidebar Hub templates are displayed in the Global Templates section
1664
- * Update: User Experience (UX) for Visual Composer editor via mobile devices improved
1665
- * Fix: Multiple posts selected in link selector with WPML
1666
- * Fix: Full-height Row works properly in Global Templates
1667
-
1668
- = 2.5 =
1669
- *Release Date - 2018-05-10*
1670
-
1671
- * New: Rows can be copied and pasted after row, on blank pages, and into other rows
1672
- * New: Columns can be copied and pasted in rows
1673
- * New: Visual Composer Hub templates can be modified via Global Templates and creates a new copy of the template
1674
- * Update: Option to skip automatic post update after plugin update in case of an error
1675
- * Fix: Woocommerce Cart tab is compatible with Visual Composer
1676
- * Fix: Default shortcode values for Woo Commerce works properly
1677
- * Fix: Max width added to the Single Image element wrapper for IE browser compatibility
1678
- * Fix: Initial children settings moved to settings.json
1679
-
1680
- = 2.4 =
1681
- *Release Date - 2018-04-24*
1682
-
1683
- * New: Global Templates addon added to allow manage multiple instances of template from a single place
1684
- * New: New category 'Addons' added to the Visual Composer Hub
1685
- * Update: Post Grid elements instantly receive WordPress data after download from the Visual Composer Hub
1686
- * Update: Amount of editable objects debounced to improve performance of TinyMCE
1687
- * Update: Image Collage element size parameters updated with percentage helper
1688
- * Update: Template name and save mechanism updated for better performance
1689
- * Fix: Single Image element cropping adapted for Large size images
1690
- * Fix: Single Image element canvas resize apply correctly
1691
- * Fix: Synchronous transition on button hover effects for smooth animation
1692
- * Fix: Basic button custom hover colors apply correctly
1693
- * Fix: Header, Footer, and Sidebar template styles not overwritten by content styles
1694
- * Fix: Basic menu in Header templates displayed properly
1695
- * Fix: Device section of Design Options works properly on edit window resize
1696
- * Fix: Shape Divider apply to bottom correctly on FireFox
1697
- * Fix: Featured Image Post Grid image apply properly
1698
-
1699
- = 2.3 =
1700
- *Release Date - 2018-04-05*
1701
-
1702
- * Update: Single Image Element rebuilt for performance
1703
- * Update: Edit form inputs optimized in size for better usability
1704
- * Improve: Add, Move, and Clone operations improved for performance
1705
- * Fix: Post Grid Element Categories
1706
- * Fix: Shape divider is not affected by Balance tag from various themes
1707
- * Fix: Featured Image and Title are visible in FireFox
1708
- * Fix: Cross-browser scripting errors removed
1709
- * Fix: Shape divider background color applied properly
1710
- * Fix: WPML compatibility improvements for language URL format
1711
- * Fix: URLs replaced on plugin reset option
1712
- * Fix: Show/Hide element toggle works properly
1713
- * Fix: Radius in Design Options applied to columns
1714
- * Fix: Row layout display for Edge 16
1715
- * Fix: Disable Title toggle switch displayed properly
1716
-
1717
- = 2.2.1 =
1718
- *Release Date - 2018-03-23*
1719
-
1720
- * Fix: Source CSS files don't enqueue
1721
- * Fix: Contributor role is allowed to create templates for Header, Footer, and Sidebar
1722
- * Fix: Post Grid titles don't have clickable links
1723
-
1724
- = 2.2 =
1725
- *Release Date - 2018-03-22*
1726
-
1727
- * Update: Add New with Visual Composer added to the navigation bar
1728
- * Update: Assets in a multisite network are now independent
1729
- * Update: Reset option in Settings extended to auto-configure site path after migration
1730
- * Update: Assets are downloaded to Uploads folder to resolve permission issues
1731
- * Update: Performance improvements by caching editor controls
1732
- * Update: Re-render only related elements on an update for better performance
1733
- * Fix: Visual Composer templates affect archive page
1734
- * Fix: Page title modifications affect page title display in menu
1735
- * Fix: Radius for columns in Design Options assigned to the wrong wrapper
1736
-
1737
- = 2.1 =
1738
- *Release Date - 2018-03-19*
1739
-
1740
- * Update: Editor loading happens on post_content rendering to improve compatibility with themes
1741
- * Fix: Custom link selector search returns all results without number limits
1742
- * Fix: Theme template dropdown display was chosen template in page layout settings
1743
- * Fix: Environment variable fixed for PHP version 5.2
1744
- * Fix: <p> tag is not stripped out when saving a page in WordPress admin editor
1745
- * Fix: Single Image resize mechanism accept custom values
1746
- * Fix: Proper activation link generated for custom PHP versions
1747
- * Fix: Header, Footer, and Sidebar templates are not displayed in page search results
1748
- * Fix: 'Add New with Visual Composer' button is available in WordPress in a different language
1749
- * Fix: Invalid argument fix for Subscriber in Header, Footer, and Sidebar editor.
1750
- * Fix: Custom widget element update works properly
1751
- * Fix: Metabox output performed before HTML
1752
- * Fix: Disabling page title in the editor does not affect menu title
1753
-
1754
- = 2.0 =
1755
- *Release Date - 2018-03-02*
1756
-
1757
- * Update now and check new content elements in the Hub.
1758
- * New: Page layout selector to select from Visual Composer defined layouts or theme layout
1759
- * New: Header, Footer, and Sidebar editor to create a fully custom website
1760
- * New: Header, Footer, and Sidebar templates added to the Visual Composer Hub
1761
- * New: Instantly replace any content element from the same category with the Replace Element option
1762
- * New: Compatibility with Slider Revolution, Gravity Forms, Ninja Forms, Layer Slider, Essential Grid, EventsOn Calendar, WP
1763
- * Forms, NextGen Gallery, Envira Gallery, MailChimp for WP, and AddtoAny Share Buttons added
1764
- * New: Compatibility with Advanced Custom Fields (ACF) added to display custom fields on your page
1765
- * Update: Save button removed from Settings for instant changes
1766
- * Update: Elements and Templates can be added with the 'Enter' button
1767
- * Update: Row stretch works with CSS when using Visual Composer page layouts
1768
- * Fix: WordPress revisions are compatible with Visual Composer
1769
- * Fix: Outline button borders of normal state not visible on hover
1770
- * Fix: Wrong response data fixed on editor loading
1771
-
1772
- = 1.14 =
1773
- *Release Date - 2018-02-09*
1774
-
1775
- * Update now and check new content elements in the Hub.
1776
- * Update: Coding standard updates for better compatibility with WPEngine;
1777
- * Update: Minimized package size for saving content operations to increase performance;
1778
- * Update: Exclude option for attributes added to control attribute list for inner elements;
1779
- * Fix: Wrong image data URL in templates downloaded from the Visual Composer Hub;
1780
- * Fix: Editor loading issue for a body without classes;
1781
-
1782
- = 1.13.1 =
1783
- *Release Date - 2018-02-01*
1784
-
1785
- * Update now and check new content elements in the Hub.
1786
- * New: Video Player - add self-hosted video from Media Library to your website and control 'Play' icon design
1787
- * New: Typewriter Heading - add an interactive heading with typewriter animation to drag your customer attention to a specific title or keyword
1788
- * Fix: Changed post access check-in Post grid
1789
- * Fix: JavaScript error in a tree view which was fired in certain scenarios
1790
- * Fix: Background zoom effect in Design Options
1791
- * Fix: WPML integration improvements for Design Options
1792
-
1793
- = 1.13 =
1794
- *Release Date - 2018-01-18*
1795
-
1796
- * Update now and check new content elements in the Hub.
1797
- * New: Featured Image Post Grid - show your portfolio to the whole world in a beautiful way
1798
- * New: Centered Post Grid - classic layout which is perfect for blog archives, news sections, and other structured content
1799
- * New: Multiple Image Collage - an attention grabber media element. Showcase your products with style
1800
- * New: Recent colors in the color picker. No one wants to open a brand book every time to look for #HEX color. Now your colors are saved in the recent color section and are just a click away
1801
- * Update: WooCommerce integration is a must and we improved integration between the two plugins in this release
1802
- * Update: License activation is better at handling specific server configurations
1803
- * Update: Notification system received a facelift and now system messages look better than ever
1804
- * Fix: In some cases, CSS animation was fired two times instead of one
1805
-
1806
- = 1.12 =
1807
- *Release Date - 2018-01-12*
1808
-
1809
- * New: Added Backend editor represented for accordion-style elements;
1810
- * Update: Element controls code has been updated for performance;
1811
- * Update: Visual Composer Hub window alignment for Safari improved;
1812
- * Fix: Drag and Drop elements in a tree;
1813
- * Fix: Post Grid type element display for not logged in users are visible;
1814
- * Fix: Custom device values in Design Options for separate devices accepted;
1815
- * Fix: Blank Page proper save if the page is added via 'Create a blank page';
1816
- * Fix: Custom template placeholder image generation;
1817
- * Fix: Template saving error message display;
1818
-
1819
- = 1.11 =
1820
- *Release Date - 2018-01-04*
1821
-
1822
- * New: Sorting for Visual Composer Hub allows to switch between elements and templates;
1823
- * New: Photoswipe lightbox option added to image elements as an alternative to default lightbox;
1824
- * New: Option to disable row/column stacking on mobile for a specific row;
1825
- * New: Add Instagram style filters to your images with one click;
1826
- * Update: Update of React JS version up to the latest release;
1827
- * Fix: Vimeo video scale improved to support full width in Firefox browser;
1828
- * Fix: Compatibility with the latest Yoast SEO premium version;
1829
-
1830
- = 1.10 =
1831
- *Release Date - 2017-12-27*
1832
-
1833
- * New: Premium users can set the category of their site so Visual Composer can focus on your industry
1834
- * New: Create a blank page template with boxed content by using Visual Composer page settings
1835
- * New: Parallax effect that reacts on mouse movement added to Design Options of row and column
1836
- * New: Show/Hide element for all devices has been introduced in Design Options
1837
- * Update: Google Heading element offers the whole set of Google Fonts to choose from
1838
- * Update: Template bundle has been divided into separate bundles for each template
1839
- * Update: Error report mechanism allows adding comments to specify issues
1840
- * Fix: Faq toggle element glitch removed on resize
1841
- * Fix: Bundle size has been optimized for proper download
1842
-
1843
- = 1.9 =
1844
- *Release Date - 2017-12-18*
1845
-
1846
- * Added: Upgrade to Visual Composer Premium
1847
- * Added: Templates in Visual Composer Hub (elements for templates are downloaded automatically with template)
1848
- * Update: Option to submit error automatically if activation failed
1849
- * Update: Google Heading display on instant edit improved
1850
- * Update: Optimize JS and CSS enqueue for better performance
1851
- * Update: Downloaded elements get auto-updated if a new version is available
1852
- * Update: Visual Composer automatically update layout after changes in layout Settings
1853
- * Update: Smart JS loading logic - enqueue only used assets
1854
- * Update: Border radius can be applied to YouTube and Vimeo videos
1855
- * Update: Error message enhancement
1856
- * Update: System requirements check added before the activation process
1857
- * Fix: YouTube background video display
1858
- * Fix: Local CSS saving after page update
1859
- * Fix: RTL display in Tree View mode
1860
- * Fix: Border radius available for background images
1861
- * Fix: Autocomplete, auto-indent, and highlight syntax option in the ACE editor
1862
- * Fix: Form links are disabled on Frontend editor
1863
- * Fix: Icon picker ReactJS error on search
1864
- * Fix: Undo must refresh row layout
1865
- * Fix: Work with revisions on post saving
1866
- * Fix: Bottom margin for Separators
1867
- * Fix: Lightbox class has been changed to less generic
1868
- * Fix: Custom CSS override default styles
1869
- * Fix: Image gallery custom links applied correctly
1870
- * Fix: Element controls fixed in Safari
1871
- * Fix: Backend editor display in Edge
1872
- * Fix: Revolution Slider render in Frontend editor
1873
- * Fix: Ninja Forms render in Frontend editor
1874
-
1875
- = 1.8 =
1876
- *Release Date - 2017-11-01*
1877
-
1878
- * New: Edit your Visual Composer content from any mobile device with new UI/UX for Mobile Editing
1879
- * New: Add video from YouTube or Vimeo as a background to your row shape dividers with simple URL copy/paste
1880
- * New: Add custom JavaScript to your page and site directly from Visual Composer Settings
1881
- * New: Control your layout templates directly from Visual Composer Settings. Remove header, footer, and sidebar with a single click
1882
- * Update: Tree View window now opens as a separate window for better visibility
1883
-
1884
- = 1.7 =
1885
- *Release Date - 2017-10-24*
1886
-
1887
- * New: Shape design update in a divider
1888
- * New: Shape divider bottom option for row
1889
- * New: Post update mechanism for element updates
1890
- * Update: Shape divider scale mechanism
1891
- * Update: Shape divider sections in the element window
1892
- * Update: CSS loading on Frontend editor
1893
- * Fix: New attributes added to existing elements
1894
-
1895
- = 1.6 =
1896
- *Release Date - 2017-10-16*
1897
-
1898
- * New: Blank page option in Backend Page Attributes
1899
- * Update: Size attribute for Basic and Outline button
1900
- * Update: JS enqueue in Frontend editor
1901
- * Update: Delay for element controls
1902
- * Update: Icon color attribute for Message Box element
1903
- * Fix: Paragraph bottom-margin for elements
1904
- * Fix: Activation process improvements
1905
-
1906
- = 1.5 =
1907
- *Release Date - 2017-10-09*
1908
-
1909
- * Added: Recycle bin to delete elements with drag and drop
1910
- * Added: Tel attribute for link selector
1911
- * Added: Premium element teaser section
1912
- * Update: Drag and Drop helper line animation
1913
- * Update: Shape divider self-hosted video background
1914
- * Fix: Image position in Design Options for predefined templates added
1915
- * Fix: Faq Toggle element position
1916
-
1917
- = 1.4 =
1918
- *Release Date - 2017-09-29*
1919
-
1920
- * Added: Row and column shape divider with colors and images
1921
- * Added: Keyboard shortcuts for basic operations
1922
- * Added: Background image Zoom In/Out effects in Design Options
1923
- * Added: Carousel slideshow effect for the background image in Design Options
1924
- * Update: Reverse parallax effect added to Design Options
1925
- * Update: Single image markup and caption output
1926
- * Fixed: Design Options values in the Backend editor
1927
- * Fixed: Faq toggle icons display position on Chrome
1928
- * Fixed: Design Options placeholder display on Edge
1929
- * Fixed: Backend editor loading on FireFox
1930
- * Fixed: Feature section left padding removed
1931
- * Fixed: Tree view scroll to top removed
1932
-
1933
- = 1.3 =
1934
- *Release Date - 2017-09-08*
1935
-
1936
- * Added: Image position attribute in Design Options
1937
- * Added: Image position attribute for Hero Section
1938
- * Added: Range control attribute in Separator
1939
- * Added: Factory reset option in Settings
1940
- * Update: New icon libraries
1941
- * Update: Extension download in the editor on update
1942
-
1943
- = 1.2 =
1944
- *Release Date - 2017-08-31*
1945
-
1946
- * New: copy/paste elements across columns
1947
- * New: option to name elements with custom titles
1948
- * New: temporary hide elements with ‘eye’ control
1949
- * Update: settings and custom CSS window user interface
1950
- * Update: Faq Toggle element rename
1951
-
1952
- = 1.1.1 =
1953
- *Release Date - 2017-08-18*
1954
-
1955
- * Update: German translation. Credits to Hajo Hagelstein.
1956
- * Fix: error on activation
1957
- * Fix: file caching issues
1958
-
1959
-
1960
- = 1.1 =
1961
- *Release Date - 2017-08-17*
1962
-
1963
- * New: attribute for content elements with icons and text
1964
- * New: changelog with native WordPress design
1965
- * Update: improved edit form design (reduced spaces and font size)
1966
- * Update: plugin activation process
1967
- * Update: extension bundle split download
1968
- * Fix: global CSS duplication
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Visual Composer Website Builder, Landing Page Builder, Custom Theme Builder, Maintenance Mode & Coming Soon Pages ===
2
+ Contributors: VisualComposer,veidenbaums,nikitahl,pavelvisualcomposer,konutis,orkunaybek,mrdollar4444,sqarf,seahunter,alperbulut,slavavc,filipsmasolovs,cagdasdag,cozmoslabs
3
+ Tags: page builder, website builder, editor, drag and drop, visual composer, popup builder, sitebuilder, wysiwyg web builder, ecommerce website builder, drag and drop website builder, SEO website builder, landing page, landing page builder, landingpages, SEO landing page, lead generation landing page, ecommerce landing page, event landing page, frontend builder, drag and drop editor, coming soon, under construction, maintenance mode
4
+ Requires PHP: 5.6
5
+ Requires at least: 4.6
6
+ Tested up to: 6.0
7
+ Stable tag: 45.0
8
+ License: GPLv3
9
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
+
11
+ [New] Easy drag and drop page builder that gives the freedom to design WordPress websites, landing pages, custom themes, maintenance mode & coming soon pages.
12
+
13
+ == Description ==
14
+
15
+ = [New] Visual Composer - all-in-one WordPress Website Builder & Landing Page Builder =
16
+
17
+ Free WordPress website builder that gives you the freedom to create websites. A page builder with advanced design features, responsive fonts, easy to use interface, and a seamless drag and drop editor powered by React.
18
+
19
+ https://youtu.be/T4c--KVXXbg
20
+
21
+ Try new [Visual Composer Website Builder](https://visualcomposer.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=info&utm_content=try-new-visualcomposer-text-link).
22
+
23
+ Visual Composer is the ultimate WordPress sitebuilder designed for web creators who need more power to create professional websites efficiently.
24
+
25
+ A website builder with must-have features, elements, templates, and design options. It is compatible with other plugins, offering compatibility features as well as offering a theme builder, providing users with an all-in-one wysiwyg web builder.
26
+
27
+ You will need fewer plugins, you will save time, and be able to deliver beautiful websites to your customers much faster.
28
+
29
+ = Not just Website & Page Builder. It Is So Much More =
30
+
31
+ Visual Composer is a free, fast, SEO-friendly website and landing page builder – it has all you need to create a website. The most feature-rich free page builder - 50+ free elements, 10+ free landing page templates, and advanced design options with background and parallax effects.
32
+
33
+ With an easy-to-use WordPress editor, you can create your own website and more:
34
+
35
+ - Personal site
36
+ - Business website
37
+ - Portfolio
38
+ - Landing page
39
+ - Coming soon page
40
+ - Under construction page
41
+ - Maintenance mode page
42
+ - Blog
43
+ - Ecommerce
44
+
45
+ = True Drag and Drop Website Builder =
46
+
47
+ With a fast drag and drop editor, you can design new pages or edit existing ones - no design limits. You have complete freedom to design, create, and develop your website or landing page exactly as you want it.
48
+
49
+ = Frontend Builder with Instant Content Update =
50
+
51
+ The live design and inline editing allow you to see all the changes you make to your page instantly. A true What You See Is What You Get experience (wysiwyg)! Play with the page design until you find the perfect one. Creating a website has never been easier - change colors, fonts, customize options and see the result instantly.
52
+
53
+ = No Coding Skills Required =
54
+
55
+ You don’t have to be a professional website developer to make a beautiful site. Visual Composer drag and drop builder is designed for you to create landing pages without any coding skills. Simply select a predesigned template and drag and drop elements across the page.
56
+
57
+ = 500+ Templates, Elements, Addons, and Blocks =
58
+
59
+ Visual Composer Hub, a cloud-based marketplace allows you to download elements, templates, and addons on demand. Visual Composer team adds new content to the library weekly making it an evergreen assets repository. You can add all these assets to your page without leaving the editor.
60
+
61
+ = What's inside the Visual Composer Hub? =
62
+
63
+ - **[Content Elements](https://visualcomposer.com/features/content-elements/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=content-elements-text-link)**: Slideshows, Tabs, Video, Testimonials, Buttons, Menu, WooCommerce compatibility, and many more elements. The appearance, styles, and attributes of the elements can be changed as you wish.
64
+
65
+
66
+ - **[Templates](https://visualcomposer.com/features/wordpress-templates/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=templates-text-link)**: There are different category templates available for any web project. Templates for a portfolio and business website, online store, landing page, and others. Simply download ready-made templates, content blocks, sidebars, footers, headers, or sections and replace them with your unique content.
67
+
68
+
69
+ - **Addons**: Extensions allow you to enhance your Visual Composer experience with advanced addons. Global Templates, Import/Export, Gutenberg Block template, **[Popup Builder](https://visualcomposer.com/features/popup-builder/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=popup-builder-text-link)** and others.
70
+
71
+
72
+ - **Integrations**: Stock images and GIFs from **[GIPHY](https://visualcomposer.com/blog/add-gifs-from-giphy-in-wordpress/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=giphy-text-link)** are available straight from the Visual Composer editor. The graphics can be used for both personal and commercial projects.
73
+
74
+
75
+ - **Endless [Design Options](https://visualcomposer.com/features/design-options/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=design-options-text-link)**: Website builder includes powerful design options that allow beginners and experts to create unique page designs. Make custom background effects, take advantage of modern parallax background, control paddings, margins, borders, and radius of any element.
76
+
77
+ = WordPress Theme Builder =
78
+
79
+ Visual Composer is an all-in-one plugin that lets you make beautiful websites from header and footer to archive page and 404 page. You can completely overwrite themes by creating custom post, page, and archive layouts in a code-free way. Assign your custom layouts sitewide or override it on a page level, and reuse them as much as you like.
80
+
81
+ Make fully custom layouts (*including header, footer, and sidebar templates*) with the **[Layout Builder](https://visualcomposer.com/blog/visual-composer-layout-builder/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=layout-builder-text-link)**, or save your [unique headers, footers, and sidebars](https://visualcomposer.com/features/wordpress-theme-builder/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=make-unique-header-footer-sidebar-templates-text-link) as **Global Templates** to reuse them and save time. Additionally, the **Dynamic Content** feature allows you to design templates with dynamic content placeholders (*devs will love it*).
82
+
83
+ This means that web creators now have all the creative freedom and the topmost control over their website design — all from one place!
84
+
85
+ = Ecommerce Website Builder =
86
+
87
+ Customize your Woocommerce website and provide a unique user experience to people when visiting your online store. Highlight your top product and services by creating specific ecommerce landing page with Visual Composer.
88
+
89
+ = Landing Page Builder =
90
+
91
+ Whatever is your buisness you can attract more users and customers just creating top performers seo landing page that suits any needs: from ecommerce and lead generation landing page, to event landing page and many many more.
92
+
93
+ = Insights =
94
+
95
+ Build better websites by using an in-built qualitative analysis of your page content with Visual Composer Insights - an in-built SEO tool.
96
+
97
+ [Visual Composer Insights](https://visualcomposer.com/blog/wordpress-content-analysis-tool-insights/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=visual-composer-insights-text-link) is a free addon that analyzes your page content to improve your site's quality, performance, and SEO. Finally, thanks to the best website builder for seo, you don't have to be a developer, designer, or marketer to create a website that increases conversions and boosts your business.
98
+
99
+ = Role Manager =
100
+
101
+ With the Visual Composer Role Manager, you can set up and control access to any feature or element of your site. Ensure that your beautiful design stays the way you want it to be by allowing customers to edit only certain parts of a page or use only certain features. And, with the role manager presets, it has never been easier to apply the access rights. Here are the user roles you can manage:
102
+
103
+ - Administrator
104
+ - Editor
105
+ - Author
106
+ - Contributor
107
+ - Subscriber
108
+ - Custom roles (from plugins like Yoast, WooCommerce, etc.)
109
+
110
+ = Font Manager =
111
+
112
+ The [Visual Composer Font Manager](https://visualcomposer.com/blog/font-manager/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=font-manager-text) is a built-in addon for customizing the fonts, sizes, and styles of your headings, paragraphs, and blockquotes. You can also change link color options like underlines or hovering effects to make them stand out from the regular text.
113
+
114
+ For a more customized experience, you can change the letter spacing and line-height as well as margins. You may also capitalize, lowercase, and uppercase letters.
115
+
116
+ = Popup Builder for WordPress =
117
+
118
+ Build unlimited popups and save hundreds or even thousands on this effective marketing tool - built-in [Popup Builder](https://visualcomposer.com/features/popup-builder/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=visual-composer-popup-builder). Lets you create beautiful exit intent or email marketing popups fast and easy. Use familiar drag and drop editor, using all the elements, integrations, and design options available in the Visual Composer Hub.
119
+
120
+ = Mobile-Friendly =
121
+
122
+ Create responsive websites. Visual Composer makes sure that your website is [automatically responsive](https://visualcomposer.com/features/responsive-design/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=automatically-responsive-text-link). Nevertheless, you can adjust your site's look, width, and behavior for every device: mobile, tablet, and desktop.
123
+
124
+ = Compatibility Elements =
125
+
126
+ Visual Composer is compatible with other popular plugins, offering compatibility elements inside its asset library. This means that all the [Integrations](https://visualcomposer.com/features/integrations/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=integrations-text-link) can be managed directly from the Visual Composer frontend editor:
127
+
128
+ - WooCommerce
129
+ - Contact Form 7
130
+ - Gutenberg
131
+ - Advanced Custom Fields
132
+ - MailChimp for WordPress
133
+ - WP Forms
134
+ - wpDataTables
135
+ - TranslatePress
136
+ - and many more.
137
+
138
+ = Developers API =
139
+
140
+ Visual Composer is not only for frontend editing. With its API in front, developers can integrate the editor in WordPress themes, build extensions, and create custom tools for clients.
141
+
142
+ = Contributors & Developers =
143
+
144
+ If you want to contribute to the development of the Visual Composer plugin, visit the [Visual Composer GitHub Repository](https://github.com/VisualComposer/builder) and help with your knowledge.
145
+
146
+ = Premium Support =
147
+
148
+ Visual Composer team provides one-on-one email support that is available to Visual Composer Premium users. However, all Visual Composer users can ask for help in the WordPress.org forum, find answers in our Help Center, or ask for advice from other Visual Composer users in our community.
149
+
150
+ = Where To Look For Support? =
151
+
152
+ - Visual Composer [Help Center](https://help.visualcomposer.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=help-center-text-link)
153
+ - Facebook [Community](https://www.facebook.com/groups/VisualComposers/)
154
+ - WordPress.org support section
155
+ - Real-person [Dedicated Support](https://visualcomposer.com/support/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=dedicated-support-text-link) (*available for Premium users*)
156
+
157
+ = Let's Get You Onboard =
158
+
159
+ - Learn about Visual Composer from tutorials on [YouTube](https://www.youtube.com/VisualComposer)
160
+ - Follow us on [Facebook](https://www.facebook.com/VisualComposerWebsiteBuilder) and join our lovely [community](https://www.facebook.com/groups/VisualComposers)
161
+
162
+ **>> Discover All The Benefits of [Visual Composer Website Builder](https://visualcomposer.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=visual-composer-website-builder-text-link)**
163
+
164
+ == Installation ==
165
+
166
+ https://youtu.be/YXO2Larv7nI
167
+
168
+ Visual Composer drag and drop builder can be installed like any other WordPress plugin either by uploading a *.zip* file or install it straight from the plugin repository inside the WordPress admin.
169
+
170
+ Once installed, click 'Activate Plugin' to finish the installation.
171
+
172
+ = Start using Visual Composer Website Builder on your site =
173
+
174
+ - From the Visual Composer Getting Started tab, click 'Create a New Page'
175
+ - or Go to Pages or Posts - choose Add New with Visual Composer
176
+
177
+
178
+ == Frequently Asked Questions ==
179
+
180
+ = What is the difference between Visual Composer Website Builder and WPBakery Page Builder? =
181
+
182
+ Although they are different site builders, both Visual Composer and WPBakery are designed to allow WordPress users to build websites. However, the difference is the performance, functionality, and features that each of these builders offers. Visual Composer Website Builder allows you to build a complete website. Create custom page layouts, design unique headers, footers, and sidebars. For more information, here is a comparison of [Visual Composer Website Builder vs WPBakery Page Builder](https://visualcomposer.com/visual-composer-vs-wpbakery-review/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=free-download&utm_content=visual-composer-website-builder-vs-wpbakery-page-builder-text-link).
183
+
184
+ = Do I need coding experience? =
185
+
186
+ No, not at all. Visual Composer page builder is a good fit for both experts and beginners. With an intuitive drag and drop interface and with a range of pre-designed templates and content elements you can convert your imagination into a real website.
187
+
188
+ = Does Visual Composer Website Builder work with any WordPress theme? =
189
+
190
+ What does “properly coded theme” means? A theme that follows official WordPress Codex rules and guidelines.
191
+
192
+ = Can I insert 3rd party shortcodes into Visual Composer Website Builder? =
193
+
194
+ Yes! Visual Composer Website Builder includes a shortcode element that allows you to add any 3rd party shortcode into your layout.
195
+
196
+ = Do you have a Premium version available? =
197
+
198
+ Yes! The Premium version comes with world-class support and access to Visual Composer Hub where you can download additional elements, templates, addons, and integrations.
199
+
200
+ = What is the difference between the Free and Premium versions? =
201
+
202
+ Visual Composer Free version is the ultimate page builder to get your web design project started. Visual Composer Premium unlocks a full website builder experience and gives you unlimited access to the Visual Composer Hub (a cloud marketplace of elements, templates, extensions, and integrations).
203
+
204
+ = Can I edit the Header, Footer, and Sidebar? =
205
+
206
+ Yes! Header, Footer, Sidebar, and overall theme edit and design options are available in the Visual Composer Website Builder Premium version.
207
+
208
+ = Can I create a landing page with Visual Composer? =
209
+
210
+ Yes! The free page builder version comes with a blank page layout option that allows you to create a complete landing page from scratch or by using one of the Visual Composer Hub templates. You can create a landing page on your existing site and it will completely stand out from the rest of your pages - perfect for running your marketing campaigns.
211
+
212
+ = Is Visual Composer a page builder or website builder? =
213
+
214
+ It is both! Visual Composer’s free version works like a page builder where you have full control over the content area defined by your WordPress theme. Want to design a full site including headers and footers? Choose Visual Composer premium as it allows you to go beyond the content area and create a full site just like you want it.
215
+
216
+ == Screenshots ==
217
+ 1. A friendly, intuitive website builder that gives you design freedom and tools to create a beautiful site.
218
+ 2. Create any layouts fast and easy with the pixel perfect Visual Composer builder. It helps you structure content in a way that’s exactly how it should be!
219
+ 3. The Visual Composer Hub is a cloud marketplace of elements, templates and extensions. You can find anything to help build your own website in one place with ease!
220
+ 4. Create a website that will look great on any device with the mobile and desktop optimized WordPress editor.
221
+ 5. Endless WordPress site design options - build a website just the way you want it with powerful features for beginners and pros.
222
+
223
+ == Changelog ==
224
+
225
+ = 45.0 =
226
+ *Release Date - 2022-08-17*
227
+
228
+ ### Free:
229
+ - New: Blank page wizard added for an easier start
230
+ - New: Option to drag an image or images from your desktop to an empty column added
231
+ - New: Element edit window top menu (dots) introduced for better user experience
232
+ - New: Additional API hooks introduced for the 3rd party vendors
233
+ - Update: New mixin logic introduced for better performance
234
+ - Fix: Layout width settings work properly
235
+ - Fix: Data collections work properly in the editor
236
+ - Fix: The editor recognizes the end of the session
237
+
238
+ ### Premium:
239
+ - New: HubSpot form element added to the Visual Composer Hub for compatibility (HubSpot plugin is required)
240
+ - Fix: Underline option works properly with the Font Manager settings
241
+ - Fix: Accordion element performance improved
242
+ - Fix: Dynamic content works properly
243
+ - Fix: Nested dynamic fields work properly
244
+ - Fix: Tag titles work properly in the archive layouts
245
+ - Fix: The maintenance mode add-on is displayed properly in the Visual Composer Hub
246
+ - Fix: Export error messages improved
247
+ - Fix: The author's profile picture works properly when added as a dynamic background
248
+
249
+ = 44.3.1 =
250
+ *Release Date - 2022-07-07*
251
+
252
+ ### Free:
253
+ - Fix: Single image element works properly
254
+
255
+ ### Premium:
256
+ - Fix: Global header and footer settings work properly
257
+
258
+ = 44.3.0 =
259
+ *Release Date - 2022-07-06*
260
+
261
+ ### Free:
262
+ - New: TinyMCE typography options offer Default settings
263
+ - New: Insights check anchor tag texts and inform about issues
264
+ - New: Support for geo: and waze: added to the URL attribute
265
+ - Update: Editor controls updated for better UX
266
+ - Fix: Hub templates category works properly after downloading templates
267
+ - Fix: Attach image attribute works properly
268
+ - Fix: Disabling page title works properly in Weaver Xtreme theme
269
+ - Fix: Improved consistency in Hub tabs
270
+ - Fix: Editor saving works properly with multiple media
271
+ - Fix: WPML compatibility improved
272
+
273
+ ### Premium:
274
+ - New: Font Manager allows controling spaces and margins for bullets
275
+ - Update: Google Fonts updated to feature latest fonts in the Font Manager
276
+ - Fix: Dynamic Content does not remove content on the View page
277
+ - Fix: Theme Builder layouts work properly
278
+ - Fix: Custom excerpt works properly in the post grid elements
279
+ - Fix: Logo Widget has proper image sizes
280
+ - Fix: Essential Grid plugin works with the Theme Builder
281
+ - Fix: WooCommerce related product element works properly
282
+ - Fix: Single image element works properly with the Dynamic Content
283
+ - Fix: Sidebar preview works properly in the Preview mode
284
+
285
+ = 44.2.2 =
286
+ *Release Date - 2022-06-08*
287
+
288
+ ### Free:
289
+ - Fix: Navigation bar works properly
290
+ - Fix: Free template download works properly
291
+ - Fix: Elements with multiple images work properly
292
+
293
+ = 44.2.1 =
294
+ *Release Date - 2022-06-02*
295
+
296
+ ### Free:
297
+ - Fix: isDevaddon method works properly
298
+
299
+ = 44.2 =
300
+ *Release Date - 2022-06-01*
301
+
302
+ ### Free:
303
+ - New: 'Default' value is added to the TinyMCE options to revert back to the default states
304
+ - New: Support for Geo location and Waze added to link selection
305
+ - Update: Option to enable base64 encode saving option only in Settings
306
+ - Fix: Get method called with stops
307
+ - Fix: Disabling Gutenberg editor in Settings works properly
308
+ - Fix: Image size is displayed properly Insights
309
+ - Fix: Substitute element option works properly
310
+ - Fix: Custom scripts work properly
311
+ - Fix: Basic button element works properly with Powerful Addons for Visual Composer - Lite
312
+ - Fix: Basic button colors work properly
313
+ - Fix: Instagram embed works properly
314
+ - Fix: Tutorial template works properly
315
+ - Fix: Preset saving inputs are consistent with the rest of the UI
316
+
317
+ ### Premium:
318
+ - Update: Option to create and edit popups added to the Popup tab in Page Options
319
+ - Fix: Hover image element container sizes work correctly
320
+ - Fix: Dynamic popup works properly with keyboard shortcuts
321
+ - Fix: Sidebar editor works properly in Storefront theme
322
+ - Fix: Double Text button works properly
323
+ - Fix: WooCommerce Shopping Cart element works properly
324
+
325
+ = 44.1 =
326
+ *Release Date - 2022-05-12*
327
+
328
+ ### Free:
329
+ - Fix: Template image sizes are properly defined in the Media Library
330
+ - Fix: Delete buttons works properly in the Tree View
331
+ - Fix: Esc key works properly in the custom CSS and JavaScript
332
+ - Fix: Disabling page title works properly in the Weaver Xtreme theme
333
+
334
+ ### Premium:
335
+ - New: Option to disable popup background overlay and enable page scroll
336
+ - Update: Popup builder bottom placeholders removed for cleaner user experience
337
+ - Update: "Edit layout" option added to the layout dropdown in the Page Options
338
+ - Fix: Typewriter elements works properly
339
+ - Fix: Post Slider block works properly
340
+ - Fix: News Post Grid element works properly in Safari
341
+ - Fix: Visual Composer works properly with the ACF Pro gallery fields
342
+ - Fix: Dynamically added links work properly when triggering popups
343
+ - Fix: Dynamic fields work properly with the post excerpt
344
+
345
+ = 44.0 =
346
+ *Release Date - 2022-04-28*
347
+
348
+ ### Free:
349
+ - New: Element controls in the editor updated for better user experience
350
+ - New: No CSS or JavaScript from the editor is loaded on the empty page where Visual Composer is not used
351
+ - New: An option to create column by dragging an element on the border of the row added
352
+ - New: An option to stretch and shrink row via row resize controls added
353
+ - New: Edit page title controls added for better user experience
354
+ - Update: Paste After option added to the right-click menu
355
+ - Update: A new row resize controls are added for better user experience
356
+ - Update: Getting Started page updated with learning materials for new users
357
+ - Update: OnPage Settings renamed into Options
358
+ - Update: Compatibility with WPML improved up to the latest version
359
+ - Update: Navigation bar sections can be opened in the new tab
360
+ - Fix: Slug controls work properly
361
+ - Fix: Element edit window works properly when element is removed
362
+ - Fix: Simple Image Slider element works properly
363
+ - Fix: Template updating process works properly
364
+ - Fix: Editor controls work properly
365
+ - Fix: PCSS mixins work properly
366
+ - Fix: Plugin activation survey is displayed properly
367
+ - Fix: Post options are working properly
368
+ - Fix: Empty Space element works properly
369
+ - Fix: Visual Composer Insights works properly when analyzing contrast ratio
370
+ - Fix: Editor shortcuts work properly
371
+ - Fix: Navigation bar works properly
372
+ - Fix: Author photo works properly with One User Avatar plugin
373
+ - Fix: Dropdown attribute works properly on Safari
374
+ - Fix: Elements work properly after changing width of the rows
375
+ - Fix: Attribute fields are updating properly for the Google Heading element
376
+ - Fix: Media Library buttons work properly in the editor
377
+ - Fix: Substitute Element option works properly
378
+ - Fix: Visual Composer work properly with Ninja Forms plugin
379
+ - Fix: Buttons work properly on focus state
380
+
381
+ ### Premium:
382
+ - Fix: Content Slider element works properly
383
+ - Fix: WooCommerce Products element works properly
384
+ - Fix: Import/Export works properly
385
+ - Fix: Post Archive works properly on the homepage
386
+ - Fix: Classic Tabs and their element presets works properly
387
+ - Fix: Layout Builder works properly with the Storefront theme
388
+ - Fix: Slick Slider library updated for Visual Composer
389
+ - Fix: Logo Slider works properly
390
+ - Fix: WooCommerce shortcodes work properly in the editor
391
+ - Fix: Locked element can not be edited with the right-click controls
392
+ - Fix: Layout is displaying properly on the 404 page
393
+ - Fix: Flip Box element works properly
394
+ - Fix: Buttons have proper styling in the Storefront theme
395
+ - Fix: Pricing Table elements work properly
396
+
397
+ = 43.0 =
398
+ *Release Date - 2022-03-01*
399
+
400
+ ### Free:
401
+ - New: Element controls improved for a better user experience
402
+ - New: Maintenance mode option available in the free version
403
+ - New: Settings link added to the Visual Composer in the WordPress Plugins section
404
+ - New: Plugin activation survey added for better product development
405
+ - New: Link to the Help Center added to the Visual Composer News widget in the WP Dashboard
406
+ - New: Option to create a page added to the Visual Composer News widget in the WP Dashboard
407
+ - New: Performance improvements for the editor
408
+ - Update: New page titles improved for a better user experience
409
+ - Update: Lazy load controls removed in the editor to rely on the WordPress native lazy load
410
+ - Update: Clicking on the Visual Composer logo in the editor opens Add Content Window
411
+ - Update: Dashboard menu improved for a better user experience
412
+ - Update: Premium feature notice interface improved for consistency
413
+ - Update: WordPress menu section is enabled by Visual Composer automatically for the FSE themes on WordPress 5.9
414
+ - Update: Slick Slider improved for mobile devices
415
+ - Fix: Addon dependencies work properly
416
+ - Fix: Shortcuts work properly in the editor
417
+ - Fix: User experience improved for notification display
418
+ - Fix: Autocomplete option removed from the Visual Composer search field in the editor
419
+ - Fix: Additional validation added for Global CSS and JavaScript
420
+ - Fix: Visual Composer General Settings list order improved
421
+ - Fix: Row stretching works properly in the layouts with sidebar
422
+ - Fix: Tooltip for sticky options updated with properly description
423
+ - Fix: Deprecation warnings removed in WP 5.9
424
+ - Fix: Hero Section font colors adjusted for consistency
425
+ - Fix: WPML compatibility improved
426
+
427
+ ### Premium:
428
+ - New: Responsive settings for the Font Manager added
429
+ - New: Visual Composer Layout Builder is compatible with WP Job Manage
430
+ - Fix: Role Manager does not list non-downloaded addons
431
+ - Fix: Dynamic content background images work properly in layouts
432
+ - Fix: Font Manager and Essential Grid compatibility improved
433
+ - Fix: Basic Menu element works properly
434
+ - Fix: CSS Animations work properly in Global templates
435
+ - Fix: Basic menu works properly on iPhone devices
436
+
437
+ = 42.1 =
438
+ *Release Date - 2022-01-20*
439
+
440
+ ### Free:
441
+ - Fix: Editor works properly
442
+
443
+ = 42.0 =
444
+ *Release Date - 2022-01-20*
445
+
446
+ ### Free:
447
+ - New: Ability to close editor windows with 'Esc' button added
448
+ - New: Authors and Contributors do not have access to Visual Composer by default for security reasons
449
+ - Update: Help Center links in the editor updated with the paths to the new Help Center
450
+ - Update: Drag and Drop improved for better user experience
451
+ - Update: Editor windows have transitions for better user experience
452
+ - Update: Getting Started screen updated for better user experience
453
+ - Update: Accessibility improved for the elements
454
+ - Fix: Disable row stacking works properly
455
+ - Fix: YouTube background video works properly on iPhone
456
+ - Fix: Background color can be removed to make background transparent
457
+ - Fix: Yoast Canonical URL is correct for archive pages
458
+ - Fix: Undo/Redo works properly
459
+ - Fix: gziping compression works properly
460
+ - Fix: Runtime bundle works properly
461
+ - Fix: Keyboard shortcuts work properly
462
+ - Fix: Gutenberg element works properly in the editor
463
+
464
+ ### Premium:
465
+ - New: Font Manager allows styling captions, bullets, buttons, and menus
466
+ - New: Option to save layout as templates added
467
+ - New: Option to save part of the layout as a block template added
468
+ - New: All premium addons are downloaded automatically when activating the premium version
469
+ - Update: Font Manager preview improved for better user experience
470
+ - Update: Font Manager preview is clickable to reveal corresponding font settings
471
+ - Update: Font Manager paragraph styles are applied to regular body texts
472
+ - Update: Ability to set custom header and footer for the archive tag pages added
473
+ - Update: Dynamic content and ACF images have placeholders
474
+ - Update: Tweet button element updated for design consistency
475
+ - Update: Color labels are updated in the Font Manager for consistency
476
+ - Fix: Left sidebar position works properly with stretched rows in the content area
477
+ - Fix: Layout width is applied properly when sidebars are used
478
+ - Fix: Basic menu element is displayed properly in the TwentyTwentyOne theme
479
+ - Fix: Animated Outline button works properly in the Storefront theme
480
+ - Fix: 3 Color button works properly in the Storefront theme
481
+ - Fix: WooCommerce Products element works properly in the Storefront theme
482
+ - Fix: Simple Image Slider works properly inside tabs and accordions
483
+ - Fix: Sandwich menu works properly in the Basic Menu element
484
+ - Fix: Visual Composer works properly with the GeneratePress theme
485
+ - Fix: Theme Builder addon download does not produce errors
486
+ - Fix: Full width row size works properly in custom layouts
487
+ - Fix: Copying Content Area works properly
488
+ - Fix: Layout Builder does not trigger warning notices
489
+ - Fix: Layout Builder elements can not be added to the regular page from the Visual Composer Hub
490
+ - Fix: WooCommerce checkout fields are displayed properly
491
+ - Fix: Custom search works properly in the Layout Builder
492
+ - Fix: Rearranging elements in the Layout Builder works properly
493
+ - Fix: Plugin activation check for vendors works properly
494
+ - Fix: Copyright element works properly with dynamic content added
495
+ - Fix: Style queue works properly for layouts and global templates
496
+ - Fix: Banner element images are displayed properly
497
+ - Fix: Content Slider works properly
498
+ - Fix: Dynamic content works properly with param groups
499
+
500
+ = 41.1 =
501
+ *Release Date - 2021-12-15*
502
+
503
+ ### Free:
504
+ - Fix: Editor works properly on SiteGround hosting
505
+
506
+ = 41.0 =
507
+ *Release Date - 2021-12-13*
508
+
509
+ ### Free:
510
+ - Update: Page layouts default and theme default merged under one option
511
+ - Update: Editor notifications improved for consistency and user experience
512
+ - Update: Editor's loading speed improved for performance
513
+ - Update: Drag and drop interface improved in the Tree View
514
+ - Update: Visual Composer Insights fonts updated for consistency
515
+ - Update: Plugin JS dependencies improved
516
+ - Compatibility: Visual Composer works properly with WCFM
517
+ - Fix: Twitter Button element works properly
518
+ - Fix: Lazy loading toggle works properly
519
+ - Fix: Undo and Redo works properly for the Page Settings
520
+ - Fix: Tree View icons work properly
521
+ - Fix: Row removing works properly
522
+ - Fix: Visual Composer Hub templates have proper icons
523
+ - Fix: Helper content displaying properly
524
+
525
+ ### Premium:
526
+ - New: Layout Builder added to create global layout templates for singular (pages and posts)
527
+ - New: Layout Builder merged with the Archive Builder for better user interface
528
+ - New: Option to assign layouts to pages and posts added to the Theme Builder section in Dashboard
529
+ - New: Theme Builder category added to the Add Content Window
530
+ - New: Content Area element added to the Layout Builder
531
+ - New: Custom Fields element added to the Layout Builder
532
+ - New: Post Category element added to the Layout Builder
533
+ - New: Post Tags element added to the Layout Builder
534
+ - New: Featured Image element added to the Layout Builder
535
+ - New: Post Author element added to the Layout Builder
536
+ - New: Post Author Bio element added to the Layout Builder
537
+ - New: Post Author Photo element added to the Layout Builder
538
+ - New: Post Date element added to the Layout Builder
539
+ - New: Post Excerpt element added to the Layout Builder
540
+ - New: Post Title element added to the Layout Builder
541
+ - New: Post List element added
542
+ - Update: Theme Builder section in the Dashboard re-structured for the Layout Builder support
543
+ - Update: Default and Theme default layouts merged in the Page Layout settings for the Layout Builder
544
+ - Update: Lazy load option is available for Woo Commerce elements
545
+ - Fix: Social Profile Icons work properly
546
+ - Fix: Mono Social icons work properly
547
+ - Fix: FlipBox element works properly inside accordions
548
+ - Fix: Sidebar styles work properly in the editor
549
+ - Fix: Post Slider block works properly
550
+ - Fix: TinyMCE styles are applied properly
551
+ - Fix: Video Player background works properly
552
+ - Fix: Single Image works properly in Pageable Container inside Accordion
553
+
554
+ = 40.0 =
555
+ *Release Date - 2021-10-14*
556
+
557
+ ### Free:
558
+ - New: Templates have groups in the Add Content window
559
+ - New: Content area width control (in pixels) added in Visual Composer Dashboard for the Visual Composer layouts
560
+ - New: Auto Contrast Check added to Visual Composer Insights for accessibility tests in the editor for the content area
561
+ - New: Lazyload option is available sitewide in Visual Composer Dashboard
562
+ - Update: Plugin update notifications improved
563
+ - Update: Image selector improved for usability
564
+ - Compatibility: Visual Composer is compatible with the LearnPress theme
565
+ - Compatibility: Visual Composer is compatible with the Storefront theme
566
+ - Fix: Drag and drop works properly
567
+ - Fix: Shop pages built with Visual Composer have proper styling
568
+ - Fix: Gravity Form paragraph field works properly in Visual Composer
569
+ - Fix: fixCorruptedElements method works properly
570
+ - Fix: Columns work properly after Undo function usage
571
+ - Fix: User interface icons displayed properly in the Visual Composer Hub
572
+
573
+ ### Premium:
574
+ - New: Post grid elements have a custom excerpt length option
575
+ - Update: Visual Composer native color picker added to the Font Manager for better UI
576
+ - Update: WooCommerce elements have a lazy load feature
577
+ - Update: Price currency type Philippine peso available in templates
578
+ - Update: Elements with dropdown have design consistency
579
+ - Update: Template widgets naming improved
580
+ - Update: Video elements in popups are auto-pausing on popup close
581
+ - Compatibility: Visual Composer and WPML compatibility improved
582
+ - Fix: Stretched row works properly with fixed parallax effect enabled
583
+ - Fix: Post grid elements are styled properly in the Generate Press theme
584
+ - Fix: Giphy element works properly on column resizing
585
+ - Fix: Gutenberg template block works properly
586
+ - Fix: Template name displayed properly in the block and classic widgets
587
+ - Fix: Tags archive page displays tags as title
588
+ - Fix: WooCommerce Product 3.2 columns works properly in the Storefront theme
589
+ - Fix: Hover image element works properly
590
+ - Fix: WooCommerce "Add to Cart" notification works properly
591
+
592
+ = 39.1 =
593
+ *Release Date - 2021-09-30*
594
+
595
+ ### Free:
596
+ - Fix: Inline styles for elements work properly
597
+
598
+ = 39.0 =
599
+ *Release Date - 2021-09-28*
600
+
601
+ ### Free:
602
+ - New: Row layout accept pixel sizes for the fixed column width
603
+ - Update: Pure components introduced to speed up editor performance
604
+ - Update: Dynamic content elements optimized to speed up editor performance
605
+ - Update: Template, block, and preset saving buttons have similar UI/UX
606
+ - Update: Esc key closes inline editor mode
607
+ - Compatibility: Visual Composer and Essential Grid compatibility improved
608
+ - Fix: WPML Translation Management works properly in Visual Composer
609
+ - Fix: WordPress default text widget works properly
610
+ - Fix: Design Options work properly in the tablet portrait view on Safari
611
+ - Fix: Save button works properly on Safari
612
+ - Fix: A proper icon is displayed in the Tree View for hidden elements
613
+ - Fix: Deleted elements from the Add Content Window can not be added to the page
614
+ - Fix: Default YouTube element video is displayed properly
615
+
616
+ ### Premium:
617
+ - New: Font Manager to overwrite theme default fonts for Visual Composer layouts and Starter theme. Ability to change H1-H6, paragraph, and blockquote.
618
+ - New: Filter option added to all post grid elements for categorizing
619
+ - Fix: Template export works properly
620
+ - Fix: Substitute element works properly for the Button Group element
621
+ - Fix: WP Forms element works properly
622
+ - Fix: Toggle container title is displayed properly on mobile devices
623
+ - Fix: Toggle container active colors work properly
624
+ - Fix: Stretched rows work properly inside the Toggle container
625
+ - Fix: Popup Builder works properly when deleting rows
626
+ - Fix: Basic menu dropdown is displayed properly
627
+ - Fix: Gutenberg editor close button is displayed properly in Visual Composer
628
+
629
+ = 38.1 =
630
+ *Release Date - 2021-08-10*
631
+
632
+ ### Free:
633
+ - Update: Initial help updated for the new navigation bar structure
634
+ - Fix: Insights are displayed properly
635
+ - Fix: Parallax effect works properly
636
+
637
+ = 38.0 =
638
+ *Release Date - 2021-08-04*
639
+
640
+ ### Free:
641
+ - New: Visual Composer layouts have Design Options that apply to the whole page
642
+ - New: Notification Center to inform you about new features, updates, and more
643
+ - New: Visual Composer navigation bar updated for better UI/UX
644
+ - Update: License input messages adjusted
645
+ - Update: Font loading adjusted for performance
646
+ - Update: SQL queries for posts improved for performance
647
+ - Update: Parallax accepts negative values for reverse effects
648
+ - Update: Visual Composer Insights notification order improved for better UI/UX
649
+ - Fix: Emojis are displayed properly in articles created with Visual Composer
650
+ - Fix: Link selector works properly for OnClick actions
651
+ - Fix: TinyMCE works properly in Visual Composer
652
+ - Fix: Lazy load option applies to Design Options properly
653
+ - Fix: OnClick 'Zoom' option works properly
654
+ - Fix: YouTube video element works properly in mobile Firefox
655
+ - Fix: Copying elements from deleted rows work properly
656
+ - Fix: Link Selector popup does not close upon text selection
657
+ - Fix: List elements are displayed properly in the text editor
658
+ - Fix: Utils service method works properly
659
+ - Fix: Column resize works properly
660
+ - Fix: Autoload cache works properly with different path
661
+ - Fix: Template update works properly
662
+ - Fix: Simple Image slider works properly
663
+ - Compatibility: Visual Composer works properly with WP Export/Import
664
+
665
+ ### Premium:
666
+ - Fix: Header controls work properly in Visual Composer Dashboard
667
+ - Fix: Post Slider element does not crop featured image
668
+ - Fix: Design Options of the Pageable Container element works properly
669
+ - Fix: Dynamic Content works properly with ACF
670
+ - Fix: Right-Click functionality works properly with Role Manager settings
671
+ - Compatibility: Global site header option works properly with WooCommerce Search
672
+
673
+ = 37.0 =
674
+ *Release Date - 2021-06-17*
675
+
676
+ ### Free:
677
+ - New: Visual Composer element controls on right-click introduced for better UX
678
+ - New: Block template section introduced in the Add Element window
679
+ - Update: UI for adding templates improved to be consistent with adding element
680
+ - Update: Visual Composer Insights for images updated properly after changes
681
+ - Compatibility: Visual Composer and WPJobsManager compatibility improved
682
+ - Fix: Single Image element editing works properly when no image is selected
683
+ - Fix: Scroll to element option after adding the element works properly
684
+ - Fix: “Edit with Visual Composer“ button works properly for custom post types
685
+ - Fix: Row layout input has consistent styling
686
+ - Fix: Memory usage is normal during migration
687
+ - Fix: Row block template saving works properly
688
+ - Fix: Reset option works properly in the demo template
689
+
690
+ ### Premium:
691
+ - New: Role Manager presets for quick user role management added and contain most used editing scenarios
692
+ - New: Edit option introduced for the Global Templates dropdown in the Global Templates element
693
+ - Update: Performance improvements for the Tree View and Undo/Redo
694
+ - Update: Video Player helpers updated for more information
695
+ - Compatibility: Visual Composer and HootKit works properly in the WordPress widget area
696
+ - Fix: WordPress admin panel menu works properly in Visual Composer Dashboard
697
+ - Fix: Visual Composer Dashboard widget styles have proper styling
698
+ - Fix: Featured image controls are not available for user roles with no permission to edit featured images
699
+ - Fix: Dynamic content works properly in Post Grid elements
700
+ - Fix: Dynamic Advanced Custom Fields work properly
701
+ - Fix: Logo slider images work properly
702
+ - Fix: Title color attribute works properly in the Button Group element
703
+ - Fix: Three color button works properly in the WordPress theme 2021
704
+ - Fix: Video Player works properly
705
+ - Fix: YouTube videos work properly in the Video Popup element
706
+ - Fix: Cover images for the self-hosted videos work properly on iPhone
707
+ - Fix: Gravity Forms element works properly after the Gravity Forms update
708
+ - Fix: Multisite works properly with Visual Composer installed
709
+ - Fix: Basic Menu works properly and does not display glitches when loading
710
+
711
+ = 36.0 =
712
+ *Release Date - 2021-05-25*
713
+
714
+ ### Free:
715
+ - New: Visual Composer Dashboard structure updated by including all Visual Composer related content
716
+ - New: Template categories introduced for better sorting and managing templates
717
+ - New: Lazy load option introduced for the single image element to improve performance
718
+ - New: Delay introduced for TinyMCE to improve UI/UX
719
+ - Update: Insights panel colors updated for consistent UI
720
+ - Update: Image and Video selectors updated for consistent UI
721
+ - Update: Background update introduced for the device preview option to improve UI
722
+ - Update: 'Created with Visual Composer' badge updated
723
+ - Update: Getting started video updated with the latest content included
724
+ - Fix: Typo fixed in the Visual Composer Settings tabs
725
+ - Fix: Custom responsiveness works properly in row layout options
726
+ - Fix: Facebook 'Like' option works properly
727
+ - Fix: Visual Composer works properly with Polylang installed
728
+ - Fix: The text inline editing option works properly on all WordPress setups
729
+ - Fix: The text update in TinyMCE works properly
730
+ - Fix: Clicking on page title works properly to allow changing the title of the page
731
+ - Fix: Page structure is displayed properly in the parent page settings
732
+ - Fix: 3rd party 'Finder' option does not interfere with the work of Visual Composer
733
+ - Fix: Unsplash and Giphy images are displayed properly on the hover state in the Visual Composer Dashboard Hub version
734
+ - Fix: RawJS element renders properly
735
+ - Fix: The drag and drop option works properly in the Tree View
736
+ - Fix: WordPress page settings option improved for security
737
+ - Fix: Giphy pagination works properly
738
+ - Fix: The lightbox option works properly in the Image Gallery elements
739
+ - Fix: Attaching image option works properly in the image gallery elements
740
+ - Fix: Using keyword to add element adds chosen element
741
+ - Fix: Param group attribute position is correct
742
+ - Fix: Old version templates work properly
743
+ - Fix: Premium teasers work properly
744
+
745
+ ### Premium:
746
+ - New: Role Manager add-on extended to control user role access to the Visual Composer features and page edit options
747
+ - Fix: The popup option work properly in the Logo Slider
748
+ - Fix: Video player with custom URL works properly
749
+ - Fix: Accordions work properly on pages with fixed headers enabled
750
+ - Fix: Global template saving with a shortcut (Cmd+S/Ctrl+S) works properly
751
+ - Fix: Content Slider element works properly
752
+ - Fix: Attributes work properly in the Logo Slider elements
753
+ - Fix: Premium version feature popups are not displayed for the premium users
754
+ - Fix: Featured Image Post Grid has a proper color for backgrounds
755
+ - Fix: Typewriter element works properly
756
+
757
+ = 35.1 =
758
+ *Release Date - 2021-03-12*
759
+
760
+ ### Free:
761
+ - New: Visual Composer API improvements
762
+ - Update: Clicking on a page title opens On-page Settings with a focus on the title
763
+ - Update: Row layout input controls updated for better UX and performance
764
+ - Update: Layout switcher improved for better UI/UX
765
+ - Update: Dynamic view is set as default for mobile devices
766
+ - Fix: Backlog strings are translatable
767
+ - Fix: Add Element items are ellipsized on the theme TwentyTwentyOne
768
+ - Fix: Template removing process displayed with the loading spinner
769
+ - Fix: Scrollbar does not overlap on Chrome (Windows)
770
+ - Fix: Elements added to the page from the Visual Composer Hub are automatically scrolled to in the layout
771
+ - Fix: New installation works properly for all users
772
+ - Fix: Image Selector does not overlap TinyMCE controls
773
+ - Fix: Editor button colors adjusted for consistency
774
+ - Fix: PageEditable nonce verification works properly
775
+ - Fix: Visual Composer Hub section in Dashboard is responsive
776
+ - Fix: Row margins in Design Options work properly in the theme TwentyTwentyOne
777
+ - Fix: Row layout controls and editor row manipulations are synchronized
778
+ - Fix: Sorting works properly in the element search
779
+ - Fix: Link styles in the editor updated for consistency
780
+ - Fix: The tutorial template is available for Authors and Editors
781
+ - Fix: Publish button is not disabled for Contributors
782
+ - Fix: Mobile views have the same behavior for consistency
783
+
784
+ ### Premium:
785
+ - New: Lazy load option introduced for the video element to improve performance
786
+ - Update: The download option for Unsplash and Giphy improved by removing extra click to download the image
787
+ - Fix: MailChimp element has a correct PHP filename
788
+ - Fix: Background image not removed after applying Dynamic Content
789
+ - Fix: Links on the image is not removed after disabling Dynamic Content
790
+ - Fix: Global template Settings work properly
791
+ - Fix: The autoplay option works properly in Tabs
792
+ - Fix: Tab slider styles updated
793
+ - Fix: Visual Composer Hub addons section has a proper button states
794
+ - Fix: Visual Composer custom post types have edit option for Contributors
795
+ - Fix: Double Title element has proper styling
796
+ - Fix: Link Dropdown Element has only one arrow
797
+
798
+ = 35.0 =
799
+ *Release Date - 2021-03-01*
800
+
801
+ ### Free:
802
+ - New: Save as Draft and Published now available under one Publish option in the navigation bar
803
+ - New: Plugin review option added to the Visual Composer related section in the WordPress Admin Dashboard
804
+ - New: Image selector attribute updated for better UI/UX
805
+ - New: Video selector attribute updated for better UI/UX
806
+ - New: WPML Translation Management compatibility added
807
+ - New: Option to add public badge “Created with Visual Composer“ added to the Visual Composer Dashboard Settings
808
+ - New: Element name change functionality added to the Tree View
809
+ - Update: Visual Composer API now has a UI component
810
+ - Update: Inline editor icon for opening element edit form updated for consistency
811
+ - Update: Major icons are highlighted in the initial help screen
812
+ - Update: Instagram element improved to work properly after Instagram changes in their API
813
+ - Update: Tabs in the Visual Composer On-Page Settings updated for better UI/UX
814
+ - Update: Element and template search in the Visual Composer Hub extended to check element and template description
815
+ - Update: YouTube element updated by removing deprecated code
816
+ - Update: Data sharing offers to share your PHP version, WP version, and active theme
817
+ - Update: Templates and presets saving titles are replaced with placeholders
818
+ - Update: Editor button colors updated for consistency
819
+ - Update: Visual Composer Hub download options work clicking on the whole thumbnail instead of the icon only
820
+ - Fix: Data sharing popup consent checkbox works properly
821
+ - Fix: Input Select attribute works properly
822
+ - Fix: Color picker accepts HEX values
823
+ - Fix: Auto-save works properly
824
+ - Fix: Demo template can not be saved
825
+ - Fix: Layout change does not affect recently downloaded elements
826
+ - Fix: Vimeo video controls not displayed when a video is added as a background (not applicable for non-pro videos)
827
+ - Fix: Input height is displayed properly across different devices
828
+ - Fix: Saving page does not remove a custom page template
829
+ - Fix: Popup radio buttons displayed properly in the Blocksy theme
830
+ - Fix: Visual Composer Dashboard menu stretched full height
831
+ - Fix: Demo template images are displayed properly
832
+ - Fix: Disabling the full height option for the row removes unneeded CSS classed
833
+ - Fix: Global CSS works properly
834
+ - Fix: Element removal option works properly
835
+
836
+ ### Premium:
837
+ - Update: Locking all element progress is displayed with the help of loading spinner
838
+ - Update: Dynamic link moved to the Link Selector
839
+ - Update: Element preset icon color adjusted to fit the UI guidelines
840
+ - Update: Option to create a new header added to the On-Page Settings
841
+ - Update: Premium support link icon updated in the WordPress Plugin section
842
+ - Fix: Saving element as a preset does not trigger multiple notifications
843
+ - Fix: Archive page editor has proper blank page when started
844
+ - Fix: Maintenance mode add-on works properly when no templates are available
845
+ - Fix: WooCommerce Product Feed Manager is fully compatible with Visual Composer
846
+ - Fix: Links to My Visual Composer adjusted
847
+ - Fix: Tabs work properly on Safari
848
+ - Fix: Gravity Forms element works properly
849
+ - Fix: Post Slider Block works properly
850
+ - Fix: Popup Builder editor works properly with Blocksy theme
851
+ - Fix: Unsplash and Giphy search works properly with no search term provided
852
+ - Fix: Banner element works properly
853
+
854
+ = 34.1 =
855
+ *Release Date - 2021-02-15*
856
+
857
+ ### Free:
858
+ - Fix: Visual Composer works properly with PHP 7.0
859
+ - Fix: Yoast SEO and Visual Composer works properly
860
+
861
+ = 34.0 =
862
+ *Release Date - 2021-02-08*
863
+
864
+ ### Free:
865
+ - Update: Free license activation removed to instantly access Visual Composer Hub
866
+ - Update: Premium information popups removed for addons
867
+ - Update: Information about premium features added to the Visual Composer Dashboard
868
+ - Update: Information about the premium feature “Element Presets“ added
869
+ - Fix: Premium information is displayed properly for dynamic content
870
+ - Fix: Edit option with Visual Composer is displayed properly in Gutenberg
871
+ - Fix: Categories are displayed properly in the On-Page Settings
872
+ - Fix: Featured image works properly in the On-Page Settings
873
+ - Fix: Featured image background color displayed properly
874
+ - Fix: Visual Composer Hub search field works properly
875
+ - Fix: Visual Composer menu in WordPress admin is displayed properly
876
+ - Fix: Device previews have proper margins
877
+ - Compatibility: Woocommerce Square works properly with Visual Composer
878
+ - Compatibility: Visual Composer works properly with PHP8
879
+
880
+ ### Premium:
881
+ - Fix: Premium information popup not triggered after addon downloads
882
+ - Fix: Accordion elements work properly
883
+ - Fix: “On first page load“ popup option works properly
884
+
885
+ = 33.0 =
886
+ *Release Date - 2021-01-19*
887
+
888
+ ### Free:
889
+ - New: Option to set "Desktop" as the default state for the "Responsive View" control.
890
+ - New: Settings for default Responsive View device added to the Dashboard Settings
891
+ - New: Interface updated with new branding colors
892
+ - New: Information about Premium layouts added
893
+ - New: Information about Premium Hub content added
894
+ - Fix: WordPress parent categories work properly
895
+ - Fix: WordPress excerpt field works properly
896
+ - Fix: WordPress excerpt description converted into the tooltip
897
+ - Fix: Notification added for template removal notice
898
+ - Fix: WordPress categories and tags can be removed
899
+ - Fix: Separator element thickness works properly
900
+ - Fix: Editor and device menus do not conflict
901
+ - Fix: Permalink for posts and pages works properly
902
+ - Fix: Visual Composer Dashboard buttons have proper IDs
903
+
904
+ ### Premium:
905
+ - Fix: Woo Commerce Product Category element works properly
906
+ - Fix: Dynamic content author description is correct
907
+ - Fix: Popup export and import works properly
908
+
909
+ = 32.0 =
910
+ *Release Date - 2020-12-22*
911
+
912
+ ### Free:
913
+ - New: Double click option added to open element edit form or activate the inline editor
914
+ - New: WordPress page and post settings added to the On-Page Settings for quick access (author, featured image, categories, tags, excerpts, discussions)
915
+ - New: Option to delete downloaded elements and templates added to the Add Content window
916
+ - New: Option to share editor usage data anonymously added to help plugin developers
917
+ - Update: Auto-complete attribute improved for better performance and UX
918
+ - Update: Device mockups are added to the responsive device preview
919
+ - Update: Information about available shortcut added on mouse hover for the editor controls
920
+ - Update: Tree View mode improved for better performance
921
+ - Update: Plugin path check added to the System Status page
922
+ - Update: Messages updated on the element, template, and add-on downloads
923
+ - Fix: Line height works properly in the TinyMCE editor
924
+ - Fix: Drag and Drop works properly for columns
925
+ - Fix: Version notification is displayed properly in the Getting Started screen
926
+ - Fix: Visual Composer Hub search works properly
927
+ - Fix: Twitter element works properly on the published pages
928
+ - Fix: Empty rows work properly in responsive view
929
+ - Fix: Assets are replaced properly after initial reset
930
+ - Fix: Templates with hidden rows work properly
931
+ - Fix: YouTube background works properly in Design Options
932
+
933
+ ### Premium:
934
+ - Update: Notification mechanism improved for the add-ons that require the editor reload to be activated after download
935
+ - Update: Header and Footer settings UX improved in the Visual Composer Dashboard
936
+ - Fix: Sandwich menu works properly in the Basic Menu element
937
+ - Fix: Layout icons are displayed properly in the Archive page editor for Twenty Twenty theme
938
+ - Fix: Image Gallery with Icons element works properly
939
+ - Fix: Timeline with Icon elements' inline editor works properly
940
+ - Fix: Mailchimp element works properly
941
+ - Fix: Maintenance mode page creation works properly
942
+
943
+ = 31.1 =
944
+ *Release Date - 2020-11-25*
945
+
946
+ #### Free:
947
+ - Fix: The stretching option works properly for rows and inner rows
948
+ - Fix: Custom elements are displayed properly in the Add Content window
949
+
950
+ = 31.0 =
951
+ *Release Date - 2020-11-17*
952
+
953
+ #### Free:
954
+ - New: A tutorial template has been added for beginners to learn Visual Composer
955
+ - New: Add Element and Add Template windows are merged into one window for a cleaner and better user interface
956
+ - New: Element grouping in Add Element window introduced
957
+ - New: Most Used elements section in Add Element window introduced
958
+ - New: Help Icons are added to the Visual Composer interface for a quick reference
959
+ - New: Editor help screen has been added for the first-time users to help to understand the user interface
960
+ - New: Option to share anonymous plugin usage statistics for the plugin improvement has been introduced
961
+ - Update: License activation and getting started flow has been updated for a better user experience
962
+ - Update: Row Layout is the first section in the Row edit window for a better user experience
963
+ - Update: Google Fonts library has been updated to include all the latest font families
964
+ - Update: Column resizing control interface has been improved
965
+ - Update: The license tab is always available for all users in Visual Composer Dashboard
966
+ - Update: Blank page wizard has been removed when creating a new page or post for a quicker start
967
+ - Update: Theme layout is made as default layout when creating a new page or post
968
+ - Update: Navigation bar icons are displayed properly on smaller devices
969
+ - Update: All free elements are available in Visual Composer Hub
970
+ - Update: Plugin titles and descriptions adjusted for a better interface understanding
971
+ - Update: Visual Composer Hub button URLs and titles updated for a better user interface
972
+ - Fix: Editing page with 3rd party scripts included works properly
973
+ - Fix: Insights title analysis works properly
974
+ - Fix: Insights alt tag analysis works properly
975
+ - Fix: Divider element works properly in Twenty Twenty theme
976
+ - Fix: Add Media option works properly
977
+ - Fix: Delete button in the Tree View mode works properly
978
+ - Fix: Images are displayed properly on retina displays
979
+ - Fix: Color picker shows the default value
980
+ - Fix: .entry-content is not overwritten by WordPress themes
981
+ - Fix: Scroll to element option works properly when editing element in the Tree View
982
+ - Fix: Scroll to element and template option works properly when adding a new element or template
983
+ - Fix: Replace element option is available for nested elements
984
+ - Fix: Visual Composer Dashboard works properly on Safari
985
+
986
+ #### Premium:
987
+ - New: Option to quickly access WordPress menu management has been added to the menu source dropdown
988
+ - New: A placeholder for menu elements has been introduced
989
+ - New: Compatibility with Ajax Search Pro added for the Archive page editor
990
+ - New: Compatibility with Woo Discount Rules added
991
+ - Update: Performance improvements for pageable container elements
992
+ - Update: Giphy tab is available in Media Library for all gif elements and TinyMCE
993
+ - Fix: Ninja Forms element works properly
994
+ - Fix: DynamicWPQuery pagination for post grids works properly
995
+ - Fix: Element presets work properly
996
+ - Fix: Template export and import option works properly
997
+ - Fix: Inner elements work properly within the param group
998
+ - Fix: Row margins works properly in header and footer editor
999
+ - Fix: Dropdowns with dynamic values work properly
1000
+ - Fix: Sandwich menu works properly in the Basic menu element
1001
+ - Fix: Menu elements are displayed properly within templates
1002
+ - Fix: Imported templates do not generate warnings
1003
+ - Fix: Phone Mockup element works properly in Twenty Twenty theme
1004
+ - Fix: ACF image field works properly when added as a background image
1005
+
1006
+ = 30.1 =
1007
+ *Release Date - 2020-09-16*
1008
+
1009
+ #### Free:
1010
+ - Fix: Animation Delay works properly
1011
+
1012
+ #### Premium:
1013
+ - Fix: Prevent empty <code><p></p></code> tag adding in header and footer layouts
1014
+
1015
+ = 30.0 =
1016
+ *Release Date - 2020-09-15*
1017
+
1018
+ #### Free:
1019
+ - Update: Row layout input is simplified for better UX
1020
+ - Fix: All element presets are displayed in the Add Element window
1021
+ - Fix: Sassy Social Plugin works properly with Visual Composer
1022
+ - Fix: Custom responsiveness values can be added properly
1023
+ - Fix: Toggle attributes have different IDs to avoid conflicts
1024
+ - Fix: Custom JavaScript is rendered properly
1025
+ - Fix: Default font option in TinyMCE fonts dropdown works properly
1026
+ - Fix: Submenu works without glitches in the Visual Composer Dashboard
1027
+ - Fix: Templates with advanced row layout renders properly
1028
+ - Fix: Visual Composer Insights updated properly
1029
+ - Fix: Media Library works properly in the editor
1030
+ - Fix: Image placeholders are displayed properly
1031
+
1032
+ #### Premium:
1033
+ - New: Giphy compatibility is introduced in the Visual Composer Hub to download gif animations right in the editor
1034
+ - New: Giphy tab is introduced in Media Library for gif elements
1035
+ - New: Giphy element is added to the Visual Composer Hub to insert gif animations
1036
+ - New: Gif Animation element is added to the Visual Composer Hub to insert gif animations
1037
+ - New: Mono Social Icons element added to the Visual Composer Hub
1038
+ - New: Post Grid With Hover Button element is added to the Visual Composer Hub
1039
+ - New: Double Title element is added to the Visual Composer Hub
1040
+ - Update: Accordion elements can be closed by clicking on the titles
1041
+ - Fix: Video element is not muted on Safari
1042
+ - Fix: Schema has been removed from all post grid elements
1043
+ - Fix: Dynamic Content works properly with the page scope
1044
+ - Fix: Close popup option in the Link Selector can be used on all pages
1045
+ - Fix: Popups work on pages not created in Visual Composer
1046
+ - Fix: Z-index works properly in headers
1047
+ - Fix: Global footer HTML works properly in the Preview mode
1048
+ - Fix: Header and Footer settings work properly with WPML
1049
+ - Fix: Popup works properly with inner elements triggering it
1050
+ - Fix: Popup Builder works properly after refreshing the page
1051
+ - Fix: Pages with enabled popup scroll properly
1052
+ - Fix: Gutenberg element works properly with the latest WordPress installed
1053
+ - Fix: Simple Contact Form elements' Submit button does not trigger Oops screen
1054
+ - Fix: EventOn elements' category filter works properly
1055
+ - Fix: All popup templates are displayed in the popup dropdown
1056
+ - Fix: the_content filter works properly with Header, Footer, Sidebar editors
1057
+
1058
+ = 29.0 =
1059
+ *Release Date - 2020-07-23*
1060
+
1061
+ #### Free:
1062
+ - New: Visual Composer Insights assistant for helping to build better sites launched
1063
+ - Update: User feedback survey updated
1064
+ - Update: Naming consistency improved in the user interface
1065
+ - Update: Saved templates appear at the top of the Templates list
1066
+ - Fix: Template source key works properly
1067
+ - Fix: Elements don’t disappear when changing Row Layout
1068
+ - Fix: Getting Started menu in WP Admin Dashboard displayed properly for Contributors role
1069
+ - Fix: Asset files are not removed after cloning the page
1070
+ - Fix: Loading spinner works properly in Visual Composer Hub
1071
+ - Fix: Single Image lightbox works properly
1072
+ - Fix: Yoast SEO display proper page status
1073
+ - Fix: Woo Commerce elements have a proper element height
1074
+ - Fix: Visual Composer Dashboard logo displayed properly
1075
+ - Fix: Static listener for enqueue actions works properly
1076
+ - Fix: Notifications are displayed in a proper location
1077
+ - Fix: Button element styles are consistent across the page
1078
+ - Fix: Icons are stacking properly in the Tree View
1079
+
1080
+ #### Premium:
1081
+ - Update: Element lock UI/UX updated for better visibility
1082
+ - Fix: Featured image works properly in Dynamic Content
1083
+ - Fix: Site-wide popup works properly
1084
+ - Fix: Food and Drink element has proper spacing
1085
+ - Fix: Loading spinner works properly in Dynamic Content
1086
+ - Fix: Logo Slider element works properly
1087
+ - Fix: Dynamic Archive in search results page works properly
1088
+ - Fix: Social Profile element Instagram icon works properly
1089
+ - Fix: Popup Builder option for returning to WP Dashboard works properly
1090
+ - Fix: Popup Builder settings for 'On first page load' work properly
1091
+
1092
+ = 28.0 =
1093
+ *Release Date - 2020-06-10*
1094
+
1095
+ #### Free:
1096
+ - New: Visual Composer Dashboard added under the WordPress Admin Dashboard
1097
+ - Update: Visual Composer navigation bar design changed
1098
+ - Update: Link to My Visual Composer Licenses section added for activation
1099
+ - Update: Editor notification display duration increased for better UX
1100
+ - Fix: ContentURL works properly
1101
+ - Fix: Instagram image element does not update on every change
1102
+ - Fix: Localizations work properly
1103
+ - Fix: Backslash is not removed in Custom JS
1104
+ - Fix: Templates with multiple images work properly
1105
+ - Fix: Deleting templates work properly
1106
+
1107
+ #### Premium:
1108
+ - New: Popup settings for display frequency added
1109
+ - Fix: Simple Contact Form element works properly in the page footer
1110
+ - Fix: Gutenberg element does display block sidebar
1111
+ - Fix: wp_print_scripts and Header, Footer, Sidebar editor does not conflict
1112
+ - Fix: Video Player element works properly on iOS
1113
+ - Fix: Custom post type limits work properly in Post Grid elements
1114
+ - Fix: Tabs with Slide works properly on replacement
1115
+ - Fix: tabs with Slide works properly with full-width rows
1116
+ - Fix: Background images work properly in Design Options attributes
1117
+
1118
+ = 27.1 =
1119
+ *Release Date - 2020-05-13*
1120
+
1121
+ #### Free:
1122
+ - Fix: Page preview works properly
1123
+
1124
+ = 27.0 =
1125
+ *Release Date - 2020-05-12*
1126
+
1127
+ #### Free:
1128
+ - New: Visual Composer News widget introduced in the WP Admin Dashboard
1129
+ - Update: New and easier Visual Composer Hub activation
1130
+ - Update: Deactivation feedback popup has display limits
1131
+ - Update: Images from the templates are added to the Media Library once downloaded from Visual Composer Hub
1132
+ - Fix: Drag and drop works properly on iPads
1133
+ - Fix: Blank page with layout changes can be saved properly
1134
+ - Fix: Source CSS works properly after plugin update
1135
+ - Fix: Twitter Button works properly with Dynamic content
1136
+ - Fix: LocalJS works properly
1137
+ - Fix: Single Image caption works properly
1138
+ - Fix: Page Settings are not saved after refresh
1139
+ - Fix: Layout is displayed properly in the responsive view
1140
+ - Fix: Gutenberg element UI is displayed properly
1141
+ - Fix: Source CSS does not contain Global CSS
1142
+ - Fix: Dynamic fields work properly
1143
+ - Fix: Column resize works properly
1144
+
1145
+ #### Premium:
1146
+ - New: Element lock option to restrict non-Administrator roles to edit elements. Available in Role Manager addon in Visual Composer Hub.
1147
+ - New: Visual Composer Hub addon section redesigned for better UX
1148
+ - New: Advanced Design Options added to the Popup Builder root element (Popup Container)
1149
+ - New: Option to close the popup via Link Selector option
1150
+ - Update: Addon download notification updated
1151
+ - Update: Popup Builder code optimized for performance
1152
+ - Fix: Gutenberg element has Visual Composer templates block
1153
+ - Fix: Header, Footer, Sidebar works properly with WPML
1154
+ - Fix: Visual Composer works properly in Woo Commerce Cart page
1155
+ - Fix: WordPress admin bar renders properly with custom header applied to the post/page
1156
+ - Fix: Global Template CSS and JS works properly
1157
+
1158
+ = 26.0 =
1159
+ *Release Date - 2020-04-01*
1160
+
1161
+ #### Free:
1162
+ - Update: Copying element with Element ID display warning that Element ID is not copied
1163
+ - Update: Visual Composer Settings menu structure is updated for better navigation (in WordPress Admin Dashboard)
1164
+ - Update: Global CSS applies to pages not created with Visual Composer
1165
+ - Fix: Non-working shortcodes do not impact the work of the Frontend editor
1166
+ - Fix: Unsplash lock icon displayed properly on local
1167
+ - Fix: Rows has correct positioning on iPhone devices
1168
+
1169
+ #### Premium:
1170
+ - New: Popup Builder that allows creating popup templates
1171
+ - New: Popup sitewide settings to trigger popups on all site (on load, cookie, exit-intent)
1172
+ - New: Popup page settings to trigger popups on a specific page (on load, exit-intent, element scroll)
1173
+ - New: Link Selector enhanced with popup triggering controls
1174
+ - New: Custom feedback popup for Premium users
1175
+ - New: New dynamic content values added to support Archive Page Editor
1176
+ - Update: Layer Slider element renamed to Kreatura Slider
1177
+ - Fix: Active menu class works properly
1178
+ - Fix: Layout assets loaded properly on Archive pages
1179
+ - Fix: Search element works properly after SiteURL change
1180
+ - Fix: Enqueue scripts loaded properly in custom headers and footers
1181
+ - Fix: Dynamic content images contain an alt attribute
1182
+ - Fix: Post Grid With Box element works properly on Twenty Twenty theme
1183
+ - Fix: Simple Contact Form element does not display warnings
1184
+ - Fix: Animation with fullscreen video works properly
1185
+
1186
+ = 25.0 =
1187
+ *Release Date - 2020-03-03*
1188
+
1189
+ #### Free:
1190
+ - New: Simplified element controls for easy getting started
1191
+ - Fix: Columns are added properly on a blank page
1192
+ - Fix: Row layout displays proper values in the edit form
1193
+ - Fix: Activation on OVH hosting works properly
1194
+ - Fix: Animation does not create glitches upon adding
1195
+ - Fix: <code><pre></code> tags work properly in TinyMCE
1196
+ - Fix: Drag and Drop works properly
1197
+ - Fix: Yoast integration works properly
1198
+
1199
+ #### Premium:
1200
+ - New: Element Presets addon added to the Visual Composer Hub with an option to save an element with custom parameters, rows and sections can be saved as a template
1201
+ - New: Option to set custom templates for categories, tags, and author pages
1202
+ - New: Option to set custom templates for the search results page
1203
+ - Element: Portfolio Post Grid added to the Visual Composer Hub
1204
+ - Fix: Premium activation has a proper link to the Premium pricing
1205
+ - Fix: Premium license key is displayed with a mask for privacy
1206
+ - Fix: Dynamic content fields work properly in Global Templates
1207
+ - Fix: Theme editor for custom header and footer work properly with WPML installed
1208
+
1209
+ = 24.0 =
1210
+ *Release Date - 2020-01-14*
1211
+
1212
+ #### Free:
1213
+ - New: Delay option added to CSS Animations in Design Options
1214
+ - Fix: Google Fonts search in TinyMCE size is correct
1215
+ - Fix: Blank page bottom space size reduced
1216
+ - Fix: Post and page permalinks work properly
1217
+ - Fix: Editor type change works properly
1218
+ - Fix: Inline controls have proper styling
1219
+ - Fix: Global CSS is not removed
1220
+ - Fix: Content saving works properly
1221
+
1222
+ #### Premium:
1223
+ - New: New Account my.visualcomposer.com launched for license and subscription management
1224
+ - New: New Premium activation mechanism launched with the easier activation process
1225
+ - New: Archive Page Editor to create custom archive page templates
1226
+ - Update: Unsplash API updated
1227
+ - Element: Faq Group element added
1228
+ - Element: Link Dropdown element added
1229
+ - Element: Star Testimonials element added
1230
+ - Element: Shadow Pricing Table element added
1231
+ - Element: Toggle Container element added
1232
+ - Element: Content Slider element added
1233
+ - Fix: Basic menu element has no extra space when collapsed
1234
+ - Fix: Menu element size is calculated correctly
1235
+ - Fix: Basic menu displayed properly in Safari
1236
+ - Fix: Gutenberg editor compatibility improved
1237
+ - Fix: Tabs with custom ids have proper links
1238
+ - Fix: Multiple dropdown attribute works properly
1239
+ - Fix: Template import works properly even if elements are missing
1240
+ - Fix: Imported header can be added to the site
1241
+ - Fix: Image slider works properly within accordions
1242
+ - Fix: PublicJS files are not loaded twice
1243
+
1244
+ = 23.0 =
1245
+ *Release Date - 2019-11-25*
1246
+
1247
+ #### Free:
1248
+ - New: Google Fonts search and preview in TinyMCE editor
1249
+ - Update: Settings panel width reduced in size to see the settings and content
1250
+ - Fix: Using a proper wp-admin URL for staging sites
1251
+ - Fix: Admin panel notices displayed properly
1252
+ - Fix: Fontawesome categories and search works properly
1253
+ - Fix: Background image radius works properly
1254
+ - Fix: Animation effect works properly in Firefox
1255
+
1256
+ #### Premium:
1257
+ - New: Dynamic Content is available in a single image link selector
1258
+ - Update: Option to edit the selected template in a Theme Template page
1259
+ - Update: New premium activation flow with license input
1260
+ - Fix: Dynamic content with HTML works properly in TinyMCE
1261
+ - Fix: WooCommerce variable product page works properly
1262
+ - Fix: Toolset custom fields displayed properly in Dynamic Content
1263
+ - Fix: Dynamic Content works properly in Faq elements
1264
+ - Fix: Mouse follow animation works properly in Preview mode
1265
+ - Element: Star ranking element to display customer feedback
1266
+ - Fix: Tilt parallax effect works properly after template import
1267
+
1268
+ = 22.0 =
1269
+ *Release Date - 2019-10-18*
1270
+
1271
+ #### Free:
1272
+ - Update: Settings window displayed in full width for a better user experience
1273
+ - Update: Text domain updated to “visualcomposer” for proper translations
1274
+ - Update: Custom element order updated and displayed after default elements
1275
+ - Fix: Shortcode element works properly
1276
+ - Fix: Settings save works properly
1277
+ - Fix: Raw JS element works properly
1278
+ - Fix: Element update works properly
1279
+ - Fix: Save button display proper state upon save
1280
+
1281
+ #### Premium:
1282
+ - New: Tilt parallax effects added to a row, column, and section Design Options
1283
+ - New: Mouse follow parallax background added to a row, column, and section Design Options
1284
+ - New: Dynamic content works with Toolset plugin
1285
+ - New: Post Slider element available in Visual Composer Hub
1286
+ - Update: Parallax controls moved to the separate section
1287
+ - Update: Dynamic content works properly with Yoast SEO
1288
+ - Update: Post grid elements can be replaced
1289
+ - Fix: Dynamic content dropdown works properly
1290
+ - Fix: Template export works properly
1291
+ - Fix: Icons in message box display properly
1292
+ - Fix: Post Grid with Box element works properly
1293
+
1294
+ = 21.0 =
1295
+ *Release Date - 2019-10-01*
1296
+
1297
+ #### Free:
1298
+ - Update: Parallax settings moved from Design Options to the separate section
1299
+ - Update: Cache is cleared for the most popular plugins and hostings on the editor save
1300
+ - Update: Unsplash featured image preview available for the free version users
1301
+ - Fix: Gravity Forms, ACF, and WooCommerce works properly with Visual Composer
1302
+
1303
+ #### Premium:
1304
+ - New: Dynamic Content is available in Link Selector
1305
+ - Fix: Header and Footer settings display/hide properly
1306
+
1307
+ = 20.0 =
1308
+ *Release Date - 2019-09-26*
1309
+
1310
+ #### Free:
1311
+ - New: Plugin upload to WordPress.org plugin repository
1312
+ - New: Templates are added to the editor page with smooth loading
1313
+ - Update: Icon library sets updated
1314
+ - Update: License updated from GPLv2 to GPLv3
1315
+ - Update: Video autoplay options updated in the video elements
1316
+ - Fix: System Status message works properly in WordPress Dashboard
1317
+ - Fix: All Google Fonts work properly
1318
+ - Fix: Column width works properly on iOS
1319
+ - Fix: Free template downloading works properly
1320
+ - Fix: Yoast SEO analyzes content properly
1321
+
1322
+ #### Premium:
1323
+ - New: Maintenance mode controls to set site under maintenance
1324
+ - New: Dynamic Content option is available for advanced elements with parameter groups
1325
+ - New: Dynamic Content works with ACF in Global Templates
1326
+ - Update: Dynamic Content works with RTL
1327
+ - Fix: SoundCloud element Design Options works properly
1328
+ - Fix: Visual Composer Widget element and Global Templates work without compatibility issues
1329
+ - Fix: Sandwich menu square style displayed properly
1330
+ - Fix: Simple Image Slider works properly
1331
+ - Fix: Post grid elements work properly in the editor
1332
+ - Fix: Post Grid buttons work properly with Dynamic Content
1333
+
1334
+ = 19.0 =
1335
+ *Release Date - 2019-08-28*
1336
+
1337
+ - New: Dynamic Content UI/UX improvements and popup window
1338
+ - New: Dynamic Content works for the param group attributes for complex elements
1339
+ - New: Dynamic Content works with Advanced Custom Fields (ACF)
1340
+ - New: All Dynamic Content fields are available in Global Templates
1341
+ - New: Visual Composer automatically adjusts links after site migration
1342
+ - Update: Dynamic Content grouping introduced in the field drop-down
1343
+ - Update: Editor performance improvements
1344
+ - Fix: Single Image sizes works properly
1345
+ - Fix: Background image works properly with Dynamic Content featured image
1346
+ - Fix: Dynamic Content does not cause Fatal error for WordPress version lower than 5.0
1347
+ - Fix: Visual Composer works properly with URLs in Multisite
1348
+ - Fix: Visual Composer works properly with Polylang when editing the home page
1349
+ - Fix: System reset does not remove downloaded elements
1350
+ - Fix: Countdown timer date attribute works properly
1351
+
1352
+ = 18.2 =
1353
+ *Release Date - 2019-08-15*
1354
+
1355
+ - Fix: Image display works properly
1356
+ - Fix: Post data fetch for dynamic content works properly
1357
+
1358
+ = 18.1 =
1359
+ *Release Date - 2019-08-14*
1360
+
1361
+ - Fix: Text block editing does not cause the editor error
1362
+ - Fix: Range attribute updates properly
1363
+ - Fix: TinyMCE controls are available in Classic Editor
1364
+ - Fix: Tabs element works correctly in Global Template
1365
+ - Fix: Text Block TinyMCE text mode handleChange works properly
1366
+ - Fix: WooCommerce product dimensions are displayed properly in dynamic content
1367
+
1368
+ = 18.0 =
1369
+ *Release Date - 2019-08-08*
1370
+
1371
+ - New: Dynamic content feature to replace static content with WordPress fields (ex. post titles, featured images, author name, etc.)
1372
+ - New: Dynamic content feature to replace static content with WordPress custom fields
1373
+ - New: API for dynamic content introduced to add this option to custom elements
1374
+ - New: Dynamic content integration with WooCommerce
1375
+ - New: Unsplash library access available in the Media Library
1376
+ - New: Data list attributed added and available for custom elements via API
1377
+ - Update: Single Image element improved
1378
+ - Update: Global element CSS split to reduce the size and improve performance
1379
+ - Update: Custom filter added to support block nesting
1380
+ - Fix: Free predefined templates updated properly
1381
+ - Fix: Full width works properly on iPad with Safari 4
1382
+ - Fix: Compatibility with Contact Form 7 improved to avoid duplication issues
1383
+ - Fix: YouTube cover image is displayed properly in the video elements
1384
+ - Fix: Element controls work properly
1385
+ - Fix: Template description name is displayed properly
1386
+ - Fix: Self-hosted video background on mobile
1387
+ - Fix: Border Radius and Gradient
1388
+ - Fix: Update Icon Libraries
1389
+ - Fix: Full path disclosure in addon output fixed
1390
+ - Fix: Global Elements CSS file URL option works properly
1391
+
1392
+ = 17.2 =
1393
+ *Release Date - 2019-05-09*
1394
+
1395
+ - Fix: Control hover states work properly
1396
+ - Fix: PCSS mixins working properly for Post Grid elements
1397
+ - Fix: Unsplash stock image download works properly
1398
+
1399
+ = 17.1 =
1400
+ *Release Date - 2019-04-24*
1401
+
1402
+ - Fix: Slug option controls doesn't overwrite the default slug
1403
+ - Fix: Instagram filters apply properly
1404
+
1405
+ = 17.0 =
1406
+ *Release Date - 2019-04-15*
1407
+
1408
+ - New: Set and change slug (permalink) in Visual Composer
1409
+ - New: Spanish translation added
1410
+ - New: Swedish translation added
1411
+ - Update: Editor controls respond to clicks for a better user experience
1412
+ - Update: Editor loads faster for pages with a large amount of content
1413
+ - Update: Share buttons added to the Visual Composer About page
1414
+ - Fix: Column margins are applied correctly
1415
+ - Fix: Option to set custom header and footer for product categories available
1416
+ - Fix: Param group works properly with inner elements and nesting
1417
+ - Fix: Template import sends fewer requests
1418
+
1419
+ = 16.0 =
1420
+ *Release Date - 2019-03-27*
1421
+
1422
+ - New: Unsplash stock image library integration with Visual Composer Hub
1423
+ - New: Shadow Box option added to the container elements in Design Options
1424
+ - New: Blank Page allows specify the page title
1425
+ - Update: License re-activation for the same site simplified
1426
+ - Update: Editor controls updated for performance
1427
+ - Fix: Theme editor works properly with multisite
1428
+ - Fix: Column margin applied properly
1429
+ - Fix: Missing server extensions deactivate the plugin to avoid errors
1430
+
1431
+ = 15.0 =
1432
+ *Release Date - 2019-03-14*
1433
+
1434
+ - New: Visual Composer Template block for Gutenberg
1435
+ - Update: Drag and drop functionality improved
1436
+ - Update: Editor performance improvements
1437
+ - Update: Assets storage removed after inline editing and drag and drop for performance
1438
+ - Update: The Persian language pack added to the editor
1439
+ - Fix: Row copy/paste doesn’t affect row layout
1440
+ - Fix: Gutenberg editor sidebar available in Visual Composer Gutenberg block
1441
+ - Fix: Device icons displayed properly in attribute
1442
+ - Fix: Tab title applied properly
1443
+ - Fix: Header and Footer global controls applied properly for backward compatibility
1444
+
1445
+ = 14.0 =
1446
+ *Release Date - 2019-03-04*
1447
+
1448
+ - New: Option to apply custom headers and footers to all site, specific post types, or default WordPress pages
1449
+ - New: Ability to activate Visual Composer Premium on staging and live environments with the same license
1450
+ - Update: Bulgarian translation added
1451
+ - Update: Theme default value added to the font family drop-down in TinyMCE
1452
+ - Update: Element attribute excluding mechanism added to the Visual Composer API
1453
+ - Update: Miscellaneous category is set as default category for elements
1454
+ - Fix: Plugin update popup has a proper information
1455
+ - Fix: Element widget works properly with field method action
1456
+ - Fix: Radio button attribute works properly
1457
+ - Element: Search Widget element
1458
+
1459
+ = 13.0 =
1460
+ *Release Date - 2019-02-25*
1461
+
1462
+ - New: New inline editor with more text formatting options
1463
+ - New: Calendar attribute added to the plugin
1464
+ - New: Google Fonts, font-weight, letter spacing, and line-height added to the TinyMCE editor
1465
+ - Update: ReactJs version updated to 16.8
1466
+ - Fix: Compatibility with WPForms
1467
+ - Fix: Adding row does not break row order
1468
+ - Fix: Assets are not missing for custom elements
1469
+ - Fix: Video Player autoplay works properly
1470
+ - Fix: Block template type added to template window drop-down
1471
+ - Fix: Instagram element works properly
1472
+ - Fix: CSS animation does not create a horizontal scroll
1473
+
1474
+ = 12.0 =
1475
+ *Release Date - 2019-02-04*
1476
+
1477
+ - New: Blocks templates introduced in Visual Composer Hub
1478
+ - New: Category choice for custom post types in post grid element
1479
+ - Update: Element naming UI updated
1480
+ - Update: Element edit window section UI updated
1481
+ - Fix: Global templates work properly in the editor
1482
+ - Fix: Blank page title capitalization
1483
+ - Fix: Template Export/Import addon working properly
1484
+ - Element: Testimonials element
1485
+ - Element: Hover image element
1486
+
1487
+ = 11.0 =
1488
+ *Release Date - 2019-01-16*
1489
+
1490
+ - New: System Status page and requirement auto-check added to the plugin
1491
+ - New: Global JavaScript can be added for the header and footer
1492
+ - Update: Elements can be added to a page by dragging them from the Add Element window to the bottom placeholder
1493
+ - Update: Blank Page update with template selection option
1494
+ - Update: TinyMCE full controls are opened by default for elements
1495
+ - Update: Performance improvements for initial editor load
1496
+ - Update: Editor UI font update for better readability
1497
+ - Update: Optimized icon library loading
1498
+ - Update: Checkbox and Radio buttons added as an attribute option for the API
1499
+ - Fix: Video background with parallax works properly in Preview mode
1500
+ - Fix: Compatibility improved with WPML
1501
+ - Fix: Disable 'Gutenberg' option works for all WordPress user roles
1502
+ - Fix: Compatibility with plugin Contact Form 7 Style
1503
+ - Fix: Video embed works with copy/paste within TinyMCE editor
1504
+ - Fix: Progress bar element values are displayed properly
1505
+ - Fix: Envira Gallery compatibility improved for the latest versions
1506
+
1507
+ = 10.0 =
1508
+ *Release Date - 2018-11-26*
1509
+
1510
+ * New: Basic editor elements added to the plugin .zip file
1511
+ * New: Radial gradient added to the Design Options
1512
+ * Update: New Visual Composer logo added
1513
+ * Update: Visual Composer Hub UI update
1514
+ * Update: User Interface for element and template search results
1515
+ * Update: Simplified plugin activation mechanism
1516
+ * Update: Compatibility with WordPress 5.0
1517
+ * Update: Compatibility with Gutenberg editor in WordPress 5.0
1518
+ * Update: Optimized plugin .zip file
1519
+ * Update: Authorization token removed for the Free version to simplify activation
1520
+ * Update: Activation of the plugin available via Visual Composer Hub
1521
+ * Update: Amount of activation related requests minimized for better performance
1522
+ * Update: Error handling mechanism improvements to track possible activation failures
1523
+ * Fix: Template can be added to the page after update
1524
+ * Fix: BeTheme compatibility improvements for editor loading in Safari
1525
+ * Fix: Template update renew media files within the template if necessary
1526
+ * Fix: Visual Composer Hub teaser is updated after Premium activation
1527
+ * Fix: Styles of the editor are applied correctly
1528
+ * Fix: Basic menu works properly without sandwich menu element download
1529
+ * Fix: TinyMCE display external plugin options in Frontend editor
1530
+ * Fix: Global template preview contains assets
1531
+ * Fix: Global Gallery works properly in Visual Composer
1532
+ * Fix: Custom CSS/JS in Settings not missing border
1533
+ * Fix: Console error for Safari fixed
1534
+ * Fix: Controls border is rounded
1535
+ * Fix: Template can be added to the page right after download
1536
+ * Content Elements: Side Post Grid element added to the Visual Composer Hub
1537
+ * Content Element: News Post Grid element added to the Visual Composer Hub
1538
+ * Content Element: Grow Shadow Button element added to the Visual Composer Hub
1539
+ * Content Element: Social Profile Icons added to the Visual Composer Hub
1540
+
1541
+ = 2.12.1 =
1542
+ *Release Date - 2018-10-16*
1543
+
1544
+ * Fix: Single Image does not remove all elements
1545
+ * Fix: Page builder detection disabled
1546
+
1547
+ = 2.12 =
1548
+ *Release Date - 2018-10-11*
1549
+
1550
+ * Update: Optimized the plugin by using default WordPress code editor
1551
+ * Update: SlideOut Post Grid element button is defined as a section
1552
+ * Update: CSS attributes are rebuilt on-demand
1553
+ * Update: Drag and drop logic optimized for performance
1554
+ * Update: Classic editor button removed if the page builder is activated
1555
+ * Update: PHP download controllers optimized
1556
+ * Update: PostCSS code optimized
1557
+ * Update: Ability to insert an element into already nested element via API
1558
+ * Fix: Editor does not overwrite fonts of WordPress theme
1559
+ * Fix: Image placeholders removed for post grid elements
1560
+ * Fix: Google Fonts loaded with subsets
1561
+ * Fix: Custom CSS editor correctly removes backslashes on save
1562
+ * Fix: Category pages source-css not enqueued
1563
+ * Fix: Drag and drop helper works correctly in Tree View attribute
1564
+ * Fix: Hover box elements working on IOS mobile devices
1565
+ * Fix: Flip Box issue on mobile
1566
+ * Fix: 'Onclick action' link selector works properly
1567
+ * Fix: Initial editor Ajax loading fixed
1568
+ * Fix: Layout calculations performed properly
1569
+ * Fix: Backward compatibility works properly in the sandwich menu
1570
+ * Fix: Jetpack does not break WordPress TinyMCE
1571
+ * Fix: Nested elements contain proper image data
1572
+ * Fix: Sandwich menu closes after clicking on an item
1573
+ * Fix: Default margin-bottom placeholder added to the Basic Menu in Design Options
1574
+ * Fix: Design Options for WooCommerce elements work properly
1575
+ * Fix: Post Update does not break Global CSS and Design Options
1576
+ * Fix: Design options works for WooCommerce elements
1577
+ * Fix: Gutenberg saving does not add additional brackets
1578
+ * Fix: Row stretching displayed properly in Header and Footer editors
1579
+ * Fix: Top Rated Products Order property of WooCommerce works properly
1580
+ * Fix: All styles are applied to the theme section
1581
+ * Fix: My Account property of WooCommerce has correct styles applied
1582
+ * Fix: Masonry Image Gallery with Icon displayed properly on mobile
1583
+
1584
+ = 2.11 =
1585
+ *Release Date - 2018-09-17*
1586
+
1587
+ * Update: CSS-cache issues eliminated by adding a checksum to asset URL
1588
+ * Update: Improved performance with editor-style compilation on the initial editor load
1589
+ * Update: Notification about 3rd party elements added to the element preview
1590
+ * Update: Empty space element updated to accept the various type of sizes
1591
+ * Update: Visual Composer and page builder buttons are aligned in height
1592
+ * Update: 'Lock' icon in the Visual Composer Hub opens the Premium section of www.visualcomposer.com site
1593
+ * Fix: Goodreads widget works properly
1594
+ * Fix: Bold and Italic options of inline editor works properly with Total theme
1595
+ * Fix: Compatibility with One.com hosting environment
1596
+ * Fix: 'Show on sticky' option works properly
1597
+ * Fix: Inline editor works properly for paramGroup items
1598
+ * Fix: Editor doesn't overwrite theme fonts
1599
+ * Fix: Google Fonts are rendering properly on Safari
1600
+ * Fix: Boxed template warnings removed
1601
+ * Fix: Widgets ajaxForm attribute gets updated automatically
1602
+ * Fix: Column styles are loaded properly on the public side
1603
+ * Fix: TypeError window.vcvSandwichModal resolved
1604
+ * Fix: Drag and Drop helper is added to 'Add Element'
1605
+ * Fix: Template data loading working properly
1606
+ * Fix: Pageable container work properly
1607
+ * Fix: Row cssmixins (Design Options) are not called twice to improve performance
1608
+ * Fix: vcvtitle and the_title hook
1609
+ * Fix: Blank template for templates editor/import fixed
1610
+ * Fix: 'Edit with Visual Composer' button is not displayed on WordPress Edit Menu
1611
+ * Fix: Compatibility with Contact Form 7 redirection plugin
1612
+ * Fix: Params group items work properly
1613
+
1614
+ = 2.10 =
1615
+ *Release Date - 2018-08-09*
1616
+
1617
+ * Update: Page layout options updated to choose between boxed and stretched for all layouts
1618
+ * Fix: Theme editor width works properly
1619
+ * Fix: Checkbox attribute has proper styling
1620
+ * Fix: Loading spinner displayed on template save
1621
+ * Fix: Sticky option related to parent works properly with correct height calculations
1622
+ * Fix: CSS animations work properly on IE11
1623
+ * Fix: Header, Footer, Sidebar selector remembers the state
1624
+ * Fix: Element 'Hide' toggle is synchronized with the Tree View
1625
+ * Fix: Slick slider library initialize properly within Pageable Container element
1626
+
1627
+ = 2.9 =
1628
+ *Release Date - 2018-06-26*
1629
+
1630
+ * New: Row layout responsive settings to control column width and appearance on various devices
1631
+ * New: Compatibility with wpDataTables plugin added
1632
+ * New: Option to display sticky elements only when they become sticky
1633
+ * Fix: Design Options values apply properly within Global Templates
1634
+ * Fix: Custom element name apply properly for element controls
1635
+ * Fix: Element hide option synchronized with the Tree view
1636
+
1637
+ = 2.8 =
1638
+ *Release Date - 2018-06-18*
1639
+
1640
+ * New: Sticky row, column, and section option allows to fix on upon scroll and scroll the next row on top of it
1641
+ * New: Compatibility with Caldera Forms plugin added
1642
+ * New: API hooks added as a part of API implementation stage
1643
+ * New: Ukrainian language po/mo files added to the plugin
1644
+ * Update: Option to disable element and template image preview image and description
1645
+ * Update: Global elements .css file is optimized for performance
1646
+ * Fix: Woo Commerce page edit with Visual Composer
1647
+ * Fix: Headers, Footers, and Sidebars can be used in Woo Commerce pages
1648
+ * Fix: Design Options applies to proper tag within a Section element
1649
+ * Fix: Visual Composer works properly on Pantheon hosting
1650
+
1651
+ = 2.7 =
1652
+ *Release Date - 2018-05-27*
1653
+
1654
+ * New: Import/Export Hub addon for Visual Composer Premium to migrate templates between sites
1655
+ * New: Template Widget Hub addon for Visual Composer Premium template display in the sidebar
1656
+ * New: Button and Icon group elements to display buttons and icons inline
1657
+ * New: Remove All options is added to the Tree view to delete all content with one click
1658
+ * Update: Free and Premium sorting options in the Visual Composer Hub
1659
+ * Update: Tree View interface optimized for multi-level layouts
1660
+ * Update: Element dependency mechanism enhanced to support element groups and inner elements
1661
+ * Update: Option to remove header, footer, and sidebar for the Visual Composer page layouts
1662
+ * Fix: Custom CSS styles applied properly for a stretched button in advanced content elements
1663
+ * Fix: Default video shortcode works in templates
1664
+ * Fix: wp_remote_get function works properly in older WordPress versions
1665
+ * Fix: Visibility toggle in Design Options display proper state
1666
+ * Fix: Element animation in Design Options works for custom devices
1667
+ * Fix: Undo removes whole element set of a row, column, and element if they were added with one action
1668
+ * Fix: Empty space element works properly on custom devices
1669
+ * Fix: Post grid elements displayed properly on the home page
1670
+ * Fix: Featured Image Post Grid element properly applies text and category colors
1671
+ * Fix: Logo Slider element works properly with RTL
1672
+
1673
+ = 2.6.1 =
1674
+ *Release Date - 2018-05-22*
1675
+
1676
+ * Fix: Tabs displayed properly in IE11
1677
+ * Fix: Global templates element compatibility with the latest version
1678
+ * Fix: An image gallery and Image masonry gallery downloaded with the template from the Hub
1679
+ * Fix: WooCommerce compatibility improvements
1680
+
1681
+ = 2.6 =
1682
+ *Release Date - 2018-05-21*
1683
+
1684
+ * New: Gutenberg element allows to insert Gutenberg editor blocks within Visual Composer layout
1685
+ * New: Compatibility with Gutenberg editor introduced
1686
+ * New: Option to disable Gutenberg editor via Visual Composer Settings
1687
+ * Update: Header, Footer, and Sidebar Hub templates are displayed in the Global Templates section
1688
+ * Update: User Experience (UX) for Visual Composer editor via mobile devices improved
1689
+ * Fix: Multiple posts selected in link selector with WPML
1690
+ * Fix: Full-height Row works properly in Global Templates
1691
+
1692
+ = 2.5 =
1693
+ *Release Date - 2018-05-10*
1694
+
1695
+ * New: Rows can be copied and pasted after row, on blank pages, and into other rows
1696
+ * New: Columns can be copied and pasted in rows
1697
+ * New: Visual Composer Hub templates can be modified via Global Templates and creates a new copy of the template
1698
+ * Update: Option to skip automatic post update after plugin update in case of an error
1699
+ * Fix: Woocommerce Cart tab is compatible with Visual Composer
1700
+ * Fix: Default shortcode values for Woo Commerce works properly
1701
+ * Fix: Max width added to the Single Image element wrapper for IE browser compatibility
1702
+ * Fix: Initial children settings moved to settings.json
1703
+
1704
+ = 2.4 =
1705
+ *Release Date - 2018-04-24*
1706
+
1707
+ * New: Global Templates addon added to allow manage multiple instances of template from a single place
1708
+ * New: New category 'Addons' added to the Visual Composer Hub
1709
+ * Update: Post Grid elements instantly receive WordPress data after download from the Visual Composer Hub
1710
+ * Update: Amount of editable objects debounced to improve performance of TinyMCE
1711
+ * Update: Image Collage element size parameters updated with percentage helper
1712
+ * Update: Template name and save mechanism updated for better performance
1713
+ * Fix: Single Image element cropping adapted for Large size images
1714
+ * Fix: Single Image element canvas resize apply correctly
1715
+ * Fix: Synchronous transition on button hover effects for smooth animation
1716
+ * Fix: Basic button custom hover colors apply correctly
1717
+ * Fix: Header, Footer, and Sidebar template styles not overwritten by content styles
1718
+ * Fix: Basic menu in Header templates displayed properly
1719
+ * Fix: Device section of Design Options works properly on edit window resize
1720
+ * Fix: Shape Divider apply to bottom correctly on FireFox
1721
+ * Fix: Featured Image Post Grid image apply properly
1722
+
1723
+ = 2.3 =
1724
+ *Release Date - 2018-04-05*
1725
+
1726
+ * Update: Single Image Element rebuilt for performance
1727
+ * Update: Edit form inputs optimized in size for better usability
1728
+ * Improve: Add, Move, and Clone operations improved for performance
1729
+ * Fix: Post Grid Element Categories
1730
+ * Fix: Shape divider is not affected by Balance tag from various themes
1731
+ * Fix: Featured Image and Title are visible in FireFox
1732
+ * Fix: Cross-browser scripting errors removed
1733
+ * Fix: Shape divider background color applied properly
1734
+ * Fix: WPML compatibility improvements for language URL format
1735
+ * Fix: URLs replaced on plugin reset option
1736
+ * Fix: Show/Hide element toggle works properly
1737
+ * Fix: Radius in Design Options applied to columns
1738
+ * Fix: Row layout display for Edge 16
1739
+ * Fix: Disable Title toggle switch displayed properly
1740
+
1741
+ = 2.2.1 =
1742
+ *Release Date - 2018-03-23*
1743
+
1744
+ * Fix: Source CSS files don't enqueue
1745
+ * Fix: Contributor role is allowed to create templates for Header, Footer, and Sidebar
1746
+ * Fix: Post Grid titles don't have clickable links
1747
+
1748
+ = 2.2 =
1749
+ *Release Date - 2018-03-22*
1750
+
1751
+ * Update: Add New with Visual Composer added to the navigation bar
1752
+ * Update: Assets in a multisite network are now independent
1753
+ * Update: Reset option in Settings extended to auto-configure site path after migration
1754
+ * Update: Assets are downloaded to Uploads folder to resolve permission issues
1755
+ * Update: Performance improvements by caching editor controls
1756
+ * Update: Re-render only related elements on an update for better performance
1757
+ * Fix: Visual Composer templates affect archive page
1758
+ * Fix: Page title modifications affect page title display in menu
1759
+ * Fix: Radius for columns in Design Options assigned to the wrong wrapper
1760
+
1761
+ = 2.1 =
1762
+ *Release Date - 2018-03-19*
1763
+
1764
+ * Update: Editor loading happens on post_content rendering to improve compatibility with themes
1765
+ * Fix: Custom link selector search returns all results without number limits
1766
+ * Fix: Theme template dropdown display was chosen template in page layout settings
1767
+ * Fix: Environment variable fixed for PHP version 5.2
1768
+ * Fix: <p> tag is not stripped out when saving a page in WordPress admin editor
1769
+ * Fix: Single Image resize mechanism accept custom values
1770
+ * Fix: Proper activation link generated for custom PHP versions
1771
+ * Fix: Header, Footer, and Sidebar templates are not displayed in page search results
1772
+ * Fix: 'Add New with Visual Composer' button is available in WordPress in a different language
1773
+ * Fix: Invalid argument fix for Subscriber in Header, Footer, and Sidebar editor.
1774
+ * Fix: Custom widget element update works properly
1775
+ * Fix: Metabox output performed before HTML
1776
+ * Fix: Disabling page title in the editor does not affect menu title
1777
+
1778
+ = 2.0 =
1779
+ *Release Date - 2018-03-02*
1780
+
1781
+ * Update now and check new content elements in the Hub.
1782
+ * New: Page layout selector to select from Visual Composer defined layouts or theme layout
1783
+ * New: Header, Footer, and Sidebar editor to create a fully custom website
1784
+ * New: Header, Footer, and Sidebar templates added to the Visual Composer Hub
1785
+ * New: Instantly replace any content element from the same category with the Replace Element option
1786
+ * New: Compatibility with Slider Revolution, Gravity Forms, Ninja Forms, Layer Slider, Essential Grid, EventsOn Calendar, WP
1787
+ * Forms, NextGen Gallery, Envira Gallery, MailChimp for WP, and AddtoAny Share Buttons added
1788
+ * New: Compatibility with Advanced Custom Fields (ACF) added to display custom fields on your page
1789
+ * Update: Save button removed from Settings for instant changes
1790
+ * Update: Elements and Templates can be added with the 'Enter' button
1791
+ * Update: Row stretch works with CSS when using Visual Composer page layouts
1792
+ * Fix: WordPress revisions are compatible with Visual Composer
1793
+ * Fix: Outline button borders of normal state not visible on hover
1794
+ * Fix: Wrong response data fixed on editor loading
1795
+
1796
+ = 1.14 =
1797
+ *Release Date - 2018-02-09*
1798
+
1799
+ * Update now and check new content elements in the Hub.
1800
+ * Update: Coding standard updates for better compatibility with WPEngine;
1801
+ * Update: Minimized package size for saving content operations to increase performance;
1802
+ * Update: Exclude option for attributes added to control attribute list for inner elements;
1803
+ * Fix: Wrong image data URL in templates downloaded from the Visual Composer Hub;
1804
+ * Fix: Editor loading issue for a body without classes;
1805
+
1806
+ = 1.13.1 =
1807
+ *Release Date - 2018-02-01*
1808
+
1809
+ * Update now and check new content elements in the Hub.
1810
+ * New: Video Player - add self-hosted video from Media Library to your website and control 'Play' icon design
1811
+ * New: Typewriter Heading - add an interactive heading with typewriter animation to drag your customer attention to a specific title or keyword
1812
+ * Fix: Changed post access check-in Post grid
1813
+ * Fix: JavaScript error in a tree view which was fired in certain scenarios
1814
+ * Fix: Background zoom effect in Design Options
1815
+ * Fix: WPML integration improvements for Design Options
1816
+
1817
+ = 1.13 =
1818
+ *Release Date - 2018-01-18*
1819
+
1820
+ * Update now and check new content elements in the Hub.
1821
+ * New: Featured Image Post Grid - show your portfolio to the whole world in a beautiful way
1822
+ * New: Centered Post Grid - classic layout which is perfect for blog archives, news sections, and other structured content
1823
+ * New: Multiple Image Collage - an attention grabber media element. Showcase your products with style
1824
+ * New: Recent colors in the color picker. No one wants to open a brand book every time to look for #HEX color. Now your colors are saved in the recent color section and are just a click away
1825
+ * Update: WooCommerce integration is a must and we improved integration between the two plugins in this release
1826
+ * Update: License activation is better at handling specific server configurations
1827
+ * Update: Notification system received a facelift and now system messages look better than ever
1828
+ * Fix: In some cases, CSS animation was fired two times instead of one
1829
+
1830
+ = 1.12 =
1831
+ *Release Date - 2018-01-12*
1832
+
1833
+ * New: Added Backend editor represented for accordion-style elements;
1834
+ * Update: Element controls code has been updated for performance;
1835
+ * Update: Visual Composer Hub window alignment for Safari improved;
1836
+ * Fix: Drag and Drop elements in a tree;
1837
+ * Fix: Post Grid type element display for not logged in users are visible;
1838
+ * Fix: Custom device values in Design Options for separate devices accepted;
1839
+ * Fix: Blank Page proper save if the page is added via 'Create a blank page';
1840
+ * Fix: Custom template placeholder image generation;
1841
+ * Fix: Template saving error message display;
1842
+
1843
+ = 1.11 =
1844
+ *Release Date - 2018-01-04*
1845
+
1846
+ * New: Sorting for Visual Composer Hub allows to switch between elements and templates;
1847
+ * New: Photoswipe lightbox option added to image elements as an alternative to default lightbox;
1848
+ * New: Option to disable row/column stacking on mobile for a specific row;
1849
+ * New: Add Instagram style filters to your images with one click;
1850
+ * Update: Update of React JS version up to the latest release;
1851
+ * Fix: Vimeo video scale improved to support full width in Firefox browser;
1852
+ * Fix: Compatibility with the latest Yoast SEO premium version;
1853
+
1854
+ = 1.10 =
1855
+ *Release Date - 2017-12-27*
1856
+
1857
+ * New: Premium users can set the category of their site so Visual Composer can focus on your industry
1858
+ * New: Create a blank page template with boxed content by using Visual Composer page settings
1859
+ * New: Parallax effect that reacts on mouse movement added to Design Options of row and column
1860
+ * New: Show/Hide element for all devices has been introduced in Design Options
1861
+ * Update: Google Heading element offers the whole set of Google Fonts to choose from
1862
+ * Update: Template bundle has been divided into separate bundles for each template
1863
+ * Update: Error report mechanism allows adding comments to specify issues
1864
+ * Fix: Faq toggle element glitch removed on resize
1865
+ * Fix: Bundle size has been optimized for proper download
1866
+
1867
+ = 1.9 =
1868
+ *Release Date - 2017-12-18*
1869
+
1870
+ * Added: Upgrade to Visual Composer Premium
1871
+ * Added: Templates in Visual Composer Hub (elements for templates are downloaded automatically with template)
1872
+ * Update: Option to submit error automatically if activation failed
1873
+ * Update: Google Heading display on instant edit improved
1874
+ * Update: Optimize JS and CSS enqueue for better performance
1875
+ * Update: Downloaded elements get auto-updated if a new version is available
1876
+ * Update: Visual Composer automatically update layout after changes in layout Settings
1877
+ * Update: Smart JS loading logic - enqueue only used assets
1878
+ * Update: Border radius can be applied to YouTube and Vimeo videos
1879
+ * Update: Error message enhancement
1880
+ * Update: System requirements check added before the activation process
1881
+ * Fix: YouTube background video display
1882
+ * Fix: Local CSS saving after page update
1883
+ * Fix: RTL display in Tree View mode
1884
+ * Fix: Border radius available for background images
1885
+ * Fix: Autocomplete, auto-indent, and highlight syntax option in the ACE editor
1886
+ * Fix: Form links are disabled on Frontend editor
1887
+ * Fix: Icon picker ReactJS error on search
1888
+ * Fix: Undo must refresh row layout
1889
+ * Fix: Work with revisions on post saving
1890
+ * Fix: Bottom margin for Separators
1891
+ * Fix: Lightbox class has been changed to less generic
1892
+ * Fix: Custom CSS override default styles
1893
+ * Fix: Image gallery custom links applied correctly
1894
+ * Fix: Element controls fixed in Safari
1895
+ * Fix: Backend editor display in Edge
1896
+ * Fix: Revolution Slider render in Frontend editor
1897
+ * Fix: Ninja Forms render in Frontend editor
1898
+
1899
+ = 1.8 =
1900
+ *Release Date - 2017-11-01*
1901
+
1902
+ * New: Edit your Visual Composer content from any mobile device with new UI/UX for Mobile Editing
1903
+ * New: Add video from YouTube or Vimeo as a background to your row shape dividers with simple URL copy/paste
1904
+ * New: Add custom JavaScript to your page and site directly from Visual Composer Settings
1905
+ * New: Control your layout templates directly from Visual Composer Settings. Remove header, footer, and sidebar with a single click
1906
+ * Update: Tree View window now opens as a separate window for better visibility
1907
+
1908
+ = 1.7 =
1909
+ *Release Date - 2017-10-24*
1910
+
1911
+ * New: Shape design update in a divider
1912
+ * New: Shape divider bottom option for row
1913
+ * New: Post update mechanism for element updates
1914
+ * Update: Shape divider scale mechanism
1915
+ * Update: Shape divider sections in the element window
1916
+ * Update: CSS loading on Frontend editor
1917
+ * Fix: New attributes added to existing elements
1918
+
1919
+ = 1.6 =
1920
+ *Release Date - 2017-10-16*
1921
+
1922
+ * New: Blank page option in Backend Page Attributes
1923
+ * Update: Size attribute for Basic and Outline button
1924
+ * Update: JS enqueue in Frontend editor
1925
+ * Update: Delay for element controls
1926
+ * Update: Icon color attribute for Message Box element
1927
+ * Fix: Paragraph bottom-margin for elements
1928
+ * Fix: Activation process improvements
1929
+
1930
+ = 1.5 =
1931
+ *Release Date - 2017-10-09*
1932
+
1933
+ * Added: Recycle bin to delete elements with drag and drop
1934
+ * Added: Tel attribute for link selector
1935
+ * Added: Premium element teaser section
1936
+ * Update: Drag and Drop helper line animation
1937
+ * Update: Shape divider self-hosted video background
1938
+ * Fix: Image position in Design Options for predefined templates added
1939
+ * Fix: Faq Toggle element position
1940
+
1941
+ = 1.4 =
1942
+ *Release Date - 2017-09-29*
1943
+
1944
+ * Added: Row and column shape divider with colors and images
1945
+ * Added: Keyboard shortcuts for basic operations
1946
+ * Added: Background image Zoom In/Out effects in Design Options
1947
+ * Added: Carousel slideshow effect for the background image in Design Options
1948
+ * Update: Reverse parallax effect added to Design Options
1949
+ * Update: Single image markup and caption output
1950
+ * Fixed: Design Options values in the Backend editor
1951
+ * Fixed: Faq toggle icons display position on Chrome
1952
+ * Fixed: Design Options placeholder display on Edge
1953
+ * Fixed: Backend editor loading on FireFox
1954
+ * Fixed: Feature section left padding removed
1955
+ * Fixed: Tree view scroll to top removed
1956
+
1957
+ = 1.3 =
1958
+ *Release Date - 2017-09-08*
1959
+
1960
+ * Added: Image position attribute in Design Options
1961
+ * Added: Image position attribute for Hero Section
1962
+ * Added: Range control attribute in Separator
1963
+ * Added: Factory reset option in Settings
1964
+ * Update: New icon libraries
1965
+ * Update: Extension download in the editor on update
1966
+
1967
+ = 1.2 =
1968
+ *Release Date - 2017-08-31*
1969
+
1970
+ * New: copy/paste elements across columns
1971
+ * New: option to name elements with custom titles
1972
+ * New: temporary hide elements with ‘eye’ control
1973
+ * Update: settings and custom CSS window user interface
1974
+ * Update: Faq Toggle element rename
1975
+
1976
+ = 1.1.1 =
1977
+ *Release Date - 2017-08-18*
1978
+
1979
+ * Update: German translation. Credits to Hajo Hagelstein.
1980
+ * Fix: error on activation
1981
+ * Fix: file caching issues
1982
+
1983
+
1984
+ = 1.1 =
1985
+ *Release Date - 2017-08-17*
1986
+
1987
+ * New: attribute for content elements with icons and text
1988
+ * New: changelog with native WordPress design
1989
+ * Update: improved edit form design (reduced spaces and font size)
1990
+ * Update: plugin activation process
1991
+ * Update: extension bundle split download
1992
+ * Fix: global CSS duplication
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit4cfcfa9eda58bb4eb29b4e68ba33475f::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit98815bd71daf5b79f0d9b8a0788c591f::getLoader();
vendor/composer/InstalledVersions.php CHANGED
@@ -14,24 +14,24 @@ class InstalledVersions
14
  private static $installed = array (
15
  'root' =>
16
  array (
17
- 'pretty_version' => '45.0.x-dev',
18
- 'version' => '45.0.9999999.9999999-dev',
19
  'aliases' =>
20
  array (
21
  ),
22
- 'reference' => 'cd7c57816c7bbbbedc80f328e5bee533e189120b',
23
  'name' => '__root__',
24
  ),
25
  'versions' =>
26
  array (
27
  '__root__' =>
28
  array (
29
- 'pretty_version' => '45.0.x-dev',
30
- 'version' => '45.0.9999999.9999999-dev',
31
  'aliases' =>
32
  array (
33
  ),
34
- 'reference' => 'cd7c57816c7bbbbedc80f328e5bee533e189120b',
35
  ),
36
  ),
37
  );
14
  private static $installed = array (
15
  'root' =>
16
  array (
17
+ 'pretty_version' => '45.x-dev',
18
+ 'version' => '45.9999999.9999999.9999999-dev',
19
  'aliases' =>
20
  array (
21
  ),
22
+ 'reference' => '11a35100fca8f99cbb6f79b4609b412b174c891e',
23
  'name' => '__root__',
24
  ),
25
  'versions' =>
26
  array (
27
  '__root__' =>
28
  array (
29
+ 'pretty_version' => '45.x-dev',
30
+ 'version' => '45.9999999.9999999.9999999-dev',
31
  'aliases' =>
32
  array (
33
  ),
34
+ 'reference' => '11a35100fca8f99cbb6f79b4609b412b174c891e',
35
  ),
36
  ),
37
  );
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit4cfcfa9eda58bb4eb29b4e68ba33475f
6
  {
7
  private static $loader;
8
 
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit4cfcfa9eda58bb4eb29b4e68ba33475f
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInit4cfcfa9eda58bb4eb29b4e68ba33475f', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
- spl_autoload_unregister(array('ComposerAutoloaderInit4cfcfa9eda58bb4eb29b4e68ba33475f', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
  require __DIR__ . '/autoload_static.php';
34
 
35
- call_user_func(\Composer\Autoload\ComposerStaticInit4cfcfa9eda58bb4eb29b4e68ba33475f::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit98815bd71daf5b79f0d9b8a0788c591f
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit98815bd71daf5b79f0d9b8a0788c591f', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit98815bd71daf5b79f0d9b8a0788c591f', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
  require __DIR__ . '/autoload_static.php';
34
 
35
+ call_user_func(\Composer\Autoload\ComposerStaticInit98815bd71daf5b79f0d9b8a0788c591f::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit4cfcfa9eda58bb4eb29b4e68ba33475f
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'V' =>
@@ -306,9 +306,9 @@ class ComposerStaticInit4cfcfa9eda58bb4eb29b4e68ba33475f
306
  public static function getInitializer(ClassLoader $loader)
307
  {
308
  return \Closure::bind(function () use ($loader) {
309
- $loader->prefixLengthsPsr4 = ComposerStaticInit4cfcfa9eda58bb4eb29b4e68ba33475f::$prefixLengthsPsr4;
310
- $loader->prefixDirsPsr4 = ComposerStaticInit4cfcfa9eda58bb4eb29b4e68ba33475f::$prefixDirsPsr4;
311
- $loader->classMap = ComposerStaticInit4cfcfa9eda58bb4eb29b4e68ba33475f::$classMap;
312
 
313
  }, null, ClassLoader::class);
314
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit98815bd71daf5b79f0d9b8a0788c591f
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'V' =>
306
  public static function getInitializer(ClassLoader $loader)
307
  {
308
  return \Closure::bind(function () use ($loader) {
309
+ $loader->prefixLengthsPsr4 = ComposerStaticInit98815bd71daf5b79f0d9b8a0788c591f::$prefixLengthsPsr4;
310
+ $loader->prefixDirsPsr4 = ComposerStaticInit98815bd71daf5b79f0d9b8a0788c591f::$prefixDirsPsr4;
311
+ $loader->classMap = ComposerStaticInit98815bd71daf5b79f0d9b8a0788c591f::$classMap;
312
 
313
  }, null, ClassLoader::class);
314
  }
vendor/composer/installed.php CHANGED
@@ -1,24 +1,24 @@
1
  <?php return array (
2
  'root' =>
3
  array (
4
- 'pretty_version' => '45.0.x-dev',
5
- 'version' => '45.0.9999999.9999999-dev',
6
  'aliases' =>
7
  array (
8
  ),
9
- 'reference' => 'cd7c57816c7bbbbedc80f328e5bee533e189120b',
10
  'name' => '__root__',
11
  ),
12
  'versions' =>
13
  array (
14
  '__root__' =>
15
  array (
16
- 'pretty_version' => '45.0.x-dev',
17
- 'version' => '45.0.9999999.9999999-dev',
18
  'aliases' =>
19
  array (
20
  ),
21
- 'reference' => 'cd7c57816c7bbbbedc80f328e5bee533e189120b',
22
  ),
23
  ),
24
  );
1
  <?php return array (
2
  'root' =>
3
  array (
4
+ 'pretty_version' => '45.x-dev',
5
+ 'version' => '45.9999999.9999999.9999999-dev',
6
  'aliases' =>
7
  array (
8
  ),
9
+ 'reference' => '11a35100fca8f99cbb6f79b4609b412b174c891e',
10
  'name' => '__root__',
11
  ),
12
  'versions' =>
13
  array (
14
  '__root__' =>
15
  array (
16
+ 'pretty_version' => '45.x-dev',
17
+ 'version' => '45.9999999.9999999.9999999-dev',
18
  'aliases' =>
19
  array (
20
  ),
21
+ 'reference' => '11a35100fca8f99cbb6f79b4609b412b174c891e',
22
  ),
23
  ),
24
  );
visualcomposer/Helpers/Hub/Categories.php CHANGED
@@ -507,6 +507,7 @@ class Categories implements Helper
507
  'sliderRevolution',
508
  'translatePressLanguageSwitcher',
509
  'wpForms',
 
510
  ],
511
  'icon' => $urlHelper->to('public/categories/icons/WordPress.svg'),
512
  'iconDark' => $urlHelper->to('public/categories/iconsDark/WordPress.svg'),
507
  'sliderRevolution',
508
  'translatePressLanguageSwitcher',
509
  'wpForms',
510
+ 'hubSpotForms',
511
  ],
512
  'icon' => $urlHelper->to('public/categories/icons/WordPress.svg'),
513
  'iconDark' => $urlHelper->to('public/categories/iconsDark/WordPress.svg'),
visualcomposer/Helpers/Hub/Groups.php CHANGED
@@ -177,6 +177,7 @@ class Groups implements Helper
177
  'sliderRevolution',
178
  'translatePressLanguageSwitcher',
179
  'wpForms',
 
180
  ],
181
  ],
182
  'Menus' => [
177
  'sliderRevolution',
178
  'translatePressLanguageSwitcher',
179
  'wpForms',
180
+ 'hubSpotForms',
181
  ],
182
  ],
183
  'Menus' => [