version 4.5.4 ( updated 08-07-2020 )
- Fixed missing backward compatibility function to handle Gutenberg data for block editor.
- Hide block inserter button when Divi Layout is not activated yet.
- Fixed responsive custom border styles not being applied to the module preview.
- Fixed extra space being added in the end of the page whenever a Divider is used.
- Normalized the height of video sliders.
- Fixed the issue where it was impossible update a preset with current styles for columns.
- Fixed error when using the portfolio module as homepage.
- Fixed premade Layouts loading from the Divi Library in Safari and Edge.
- Fixed issue with the rendering of full-width sliders which was causing wrong size calculations when navigating through the slides.
* core/admin/js/portability.js
* core/components/data/Utils.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/module/Portfolio.php
* js/src/custom.js
* js/src/theme-customizer.js

version 4.5.3 ( updated 08-03-2020 )
- Fixed arbitrary file upload vulnerability. For more information, please read the full disclosure: https://us7.campaign-archive.com/?u=9ae7aa91c578052b052b864d6&id=cb6b4b1ed3.
- Fixed issue with Portfolio module pagination which was not being displayed on single pages.
- Fixed Theme Builder template pages search which was displaying duplicated results.
* core/components/Portability.php
* core/components/data/Utils.php
* includes/builder/core.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/i18n/portability.php
* includes/builder/frontend-builder/theme-builder/ThemeBuilderApiErrors.php
* includes/builder/frontend-builder/theme-builder/api.php
* includes/builder/module/Portfolio.php

version 4.5.2 ( updated 07-30-2020 )
- Fixed issue when changing the colors of the Circle Counter in different responsive view contexts.
- Fixed the issue when module settings were not saved in some cases.
- Fixed uncaught addEventListener error when hover over Divi Layout Block and it's not activated yet.
- Updated Divi Layout placeholder button class names and fixed deprecated properties and methods warnings.
- Restricted the Divi Presets functional for non admin users.
- Theme Builder will now disable some filters (like Blur) on hover to match Visual Builder behavior.
- Fixed the issue when any Custom CSS settings assigned through a module preset were not displayed in Visual Builder.
- Fixed an issue where the body text style overwrote the company text style when a company link was set.
- Increased reCAPTHA badge z-index to ensure it's always on top.
- Fixed broken Divi Layout block preview and styles when Gutenberg preview device is on tablet or mobile type.
- Hides actions control on the builder metabox.
- Handles deprecated function wp_make_content_images_responsive() on rendering layout.
- Improved embedded video performance by caching the result.
- Fixed undefined text on new editable block element on 3rd party extensions.
- Fixed PHP 7.4+ deprecated passing parameters to join() (implode() alias) in reverse order.
- Updated the Support Center to verify the WP Debug Log setting points to a file (not a directory) before attempting to load its recent entries.
* core/components/SupportCenter.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/global-presets/History.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/module/Portfolio.php
* includes/builder/module/SliderItem.php
* includes/builder/module/Testimonial.php
* includes/builder/module/Video.php
* includes/builder/module/VideoSliderItem.php
* includes/builder/module/helpers/HoverOptions.php
* includes/builder/scripts/src/bfb_admin_script.js

version 4.5.1 ( updated 07-13-2020 )
- Fixed the issue preventing to switch between the tabs of the responsive options.
- Added hover background when button is hovered in Visual Builder.
- Allow 3rd Party Extension to use builder editable elements on their custom modules.
- Fixed PHP 7.4+ deprecated passing parameters to implode in reverse order.
- Fixed bug with Parallax effect on iPad with iOS 13.
- Prevent setting selected option on the 2nd position in select control when total results size is 1.
- Fixed Blog Module conflict with Video widget.
- Fixed issue with dynamic categories on custom post types.
- Fixed the Button Icon option description text.
- Fixed CSS filter's hover transition effect on desktop.
- Fixed contact form rendering issue when option filed was added with keyboard shortcut.
- Fixed products per page plugin compatibility.
- Fixed the issue where module attributes were empty while importing a layout either through Divi Library or Divi Builder.
- Fixed the issue caused by incompatibility with PHP 5.4.
- Changed blacklist and whitelist terms to blocklist and allowlist throughout codebase.
- Fixed a typo in the Theme Options "Grab the first post image" option description.
* core/admin/js/support-center.js
* core/components/Portability.php
* core/components/SupportCenter.php
* core/components/VersionRollback.php
* core/components/api/ElegantThemes.php
* core/components/data/Utils.php
* core/components/mu-plugins/SupportCenterSafeModeDisablePlugins.php
* core/functions.php
* core/ui/utils/utils.js
* epanel/custom_functions.php
* includes/builder/ab-testing.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/deprecations.php
* includes/builder/feature/dynamic-content.php
* includes/builder/feature/global-presets/History.php
* includes/builder/feature/global-presets/Settings.php
* includes/builder/feature/woocommerce-modules.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/theme-builder/theme-builder.php
* includes/builder/functions.php
* includes/builder/module/Blurb.php
* includes/builder/module/ContactFormItem.php
* includes/builder/module/helpers/HoverOptions.php
* includes/builder/plugin-compat/eventon.php
* includes/builder/plugin-compat/woocommerce.php
* includes/builder/scripts/frontend/scripts.js
* includes/builder/scripts/src/builder.js
* options_divi.php
version 4.5 ( updated 07-09-2020 )
- Added new Divi Presets system

version 4.4.9 ( updated 07-01-2020 )
- Fixed conflict "Use Current Page" option with "Product Category" view type in Shop Module.
- In order to increase the rating of page loading speed and to eliminate the warning from Lighthouse "Ensure text remains visible during webfont loading", the directive font-display has been added to css rules@font-face (for the Divi fonts and for Opens Sans fonts, which loading from googleapis.com).
- Fixed an issue that caused the color picker of 3rd party plugins to not be visible in some cases.
- Fixed background images from Smush CDN is not saved in the static resources.
- Fixed bug with using Fullwidth slider below theme builder global header with negative margin.
- Fixed accordion editable text on Visual Builder when Section/Row is locked.
- Introduces custom fields registration for 3rd party extensions and ability to disable context menu on these fields.
- Fixed bug with video height in slider.
- Improved UX for the Layers in Layers panel that doesn't have respective plugin activated.
- Fixed video module can't be played when overlay is being used and lazyload for iframe is enabled on Smush plugin.
- Disabled stripping the [embed] shortcode on the frontend, which was added via Custom Fields by Dynamic Content feature to the content area.
- Fixed bug with video positioning inside the slider.
- Fixed full width slider editable text when module or section is set to locked.
- Fixed gallery module background parallax issue on the Front-End.
- Fixed the appearance of php-warnings when using the Contact Form module that has a layout with the hover mode enabled for Fields Letter Spacing with the same 0px value for both.
- Fixed inner width styling option for Speciality Section when used in a Product Page.
- Fixed bug with play icon color when multiple sliders are added to the page.
- Fixed bug with module gradient background applied on top of a row which has a video background set.
- Fixed an issue that caused the looping animations to be removed from elements.
- Added title attribute to Theme Builder's vertical menu items.
- Added selective sync options on transforms settings.
- Updated Layers panel to not allow ESC key to close it.
- Avoid transforms on click mode when a module is selected but not when settings modal is open.
- Fixed The Event Calendar Event Community compatibility issue when TB overrides the layouts.
- Fixed bug with settings modal when visual builder is disabled.
- Fixed bug with dynamic categories when they are added to a post via Divi library.
- Fixed animations for sections that are located right after the fullscreen header.
- Added auto-function when rendering content in Woo Tab modules.
- Fixed bug with positioning in visual builder when vh unit is used.
- Fixed adding modules/rows to locked sections when interaction mode is set to "Click Mode".
- Fixed Email Optin subscription fail error.
- Changed row right/left draggable margin behaviour when right/left margin is set to auto.
- Changed module right/left draggable margin behaviour when right/left margin is empty.
- Fixed a bug in Layers panel to allow Multi-select to work properly.
- Fixed issue with un-clickable buttons in Full-Width Header in some cases.
- Fixed bug with Admin Label control icons.
- Fixed a styling issue when section/row was set to Locked and Interaction mode was set to "Click Mode".
- Fixed image inner shadow styling for Blog module.
- Fixed incorrect Contact Form module captcha input autocomplete attribute value.
- Fixed an issue with wpautop not getting properly applied in Code module in certain cases.
- Fixed a bug that prevented user from moving sections if Split Testing option was off in Divi Role Editor.
- Fixed failing intentional-error test because Divi loads another product's core.
- Fixed bug with reset field options in Contact Form module.
- Fixed bug with a search results page that has a custom post type posts with the visual builder enabled.
- Fixed bug with background-repeat when button background color on hover is set in Customizer.
* core/components/data/Utils.php
* core/cypress.json
* core/ui/components/controls/sortable-list/sortable-list.jsx
* functions.php
* includes/builder/api/DiviExtension.php
* includes/builder/autoload.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-settings.php
* includes/builder/core.php
* includes/builder/feature/BlockEditorIntegration.php
* includes/builder/feature/I18n.php
* includes/builder/feature/dynamic-content.php
* includes/builder/feature/woocommerce-modules.php
* includes/builder/framework.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/frontend-builder/i18n/generic.php
* includes/builder/frontend-builder/i18n/library.php
* includes/builder/frontend-builder/i18n/quick-actions.php
* includes/builder/functions.php
* includes/builder/main-structure-elements.php
* includes/builder/module/Accordion.php
* includes/builder/module/AccordionItem.php
* includes/builder/module/Audio.php
* includes/builder/module/BarCounters.php
* includes/builder/module/BarCountersItem.php
* includes/builder/module/Blog.php
* includes/builder/module/Blurb.php
* includes/builder/module/Button.php
* includes/builder/module/CircleCounter.php
* includes/builder/module/Code.php
* includes/builder/module/Comments.php
* includes/builder/module/ContactForm.php
* includes/builder/module/ContactFormItem.php
* includes/builder/module/CountdownTimer.php
* includes/builder/module/Cta.php
* includes/builder/module/Divider.php
* includes/builder/module/FilterablePortfolio.php
* includes/builder/module/FullwidthCode.php
* includes/builder/module/FullwidthHeader.php
* includes/builder/module/FullwidthImage.php
* includes/builder/module/FullwidthMap.php
* includes/builder/module/FullwidthMenu.php
* includes/builder/module/FullwidthPortfolio.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/FullwidthPostTitle.php
* includes/builder/module/FullwidthSlider.php
* includes/builder/module/Gallery.php
* includes/builder/module/Image.php
* includes/builder/module/Login.php
* includes/builder/module/Map.php
* includes/builder/module/MapItem.php
* includes/builder/module/Menu.php
* includes/builder/module/NumberCounter.php
* includes/builder/module/Portfolio.php
* includes/builder/module/PostSlider.php
* includes/builder/module/PostTitle.php
* includes/builder/module/PostsNavigation.php
* includes/builder/module/PricingTables.php
* includes/builder/module/PricingTablesItem.php
* includes/builder/module/Search.php
* includes/builder/module/Shop.php
* includes/builder/module/Sidebar.php
* includes/builder/module/Signup.php
* includes/builder/module/SignupItem.php
* includes/builder/module/Slider.php
* includes/builder/module/SliderItem.php
* includes/builder/module/SocialMediaFollow.php
* includes/builder/module/SocialMediaFollowItem.php
* includes/builder/module/Tabs.php
* includes/builder/module/TabsItem.php
* includes/builder/module/TeamMember.php
* includes/builder/module/Testimonial.php
* includes/builder/module/Text.php
* includes/builder/module/Toggle.php
* includes/builder/module/Video.php
* includes/builder/module/VideoSlider.php
* includes/builder/module/VideoSliderItem.php
* includes/builder/module/field/BoxShadow.php
* includes/builder/module/field/Divider.php
* includes/builder/module/field/Height.php
* includes/builder/module/field/MaxWidth.php
* includes/builder/module/field/Overflow.php
* includes/builder/module/field/Position.php
* includes/builder/module/field/Scroll.php
* includes/builder/module/field/Transform.php
* includes/builder/module/type/PostContent.php
* includes/builder/module/type/WithSpamProtection.php
* includes/builder/module/woocommerce/AddToCart.php
* includes/builder/module/woocommerce/AdditionalInfo.php
* includes/builder/module/woocommerce/Breadcrumb.php
* includes/builder/module/woocommerce/CartNotice.php
* includes/builder/module/woocommerce/Description.php
* includes/builder/module/woocommerce/Gallery.php
* includes/builder/module/woocommerce/Images.php
* includes/builder/module/woocommerce/Meta.php
* includes/builder/module/woocommerce/Price.php
* includes/builder/module/woocommerce/Rating.php
* includes/builder/module/woocommerce/RelatedProducts.php
* includes/builder/module/woocommerce/Reviews.php
* includes/builder/module/woocommerce/Stock.php
* includes/builder/module/woocommerce/Tabs.php
* includes/builder/module/woocommerce/Title.php
* includes/builder/module/woocommerce/Upsells.php
* includes/builder/plugin-compat/advanced-custom-fields.php
* includes/builder/plugin-compat/the-events-calendar-community-events.php
* includes/builder/plugin-compat/wp-smushit.php
* includes/builder/post/type/Layout.php
* includes/builder/scripts/frontend/scripts.js
* includes/builder/tests/codeception/wpunit/Translations.php
- Fixed the first embedded video for Video slider module not being rendered in the builder.
- Fixed wrong method used while sync the image metadata cache.
- Fixed inability to extend button options to other modules.
- Fixed module text alignment issue in FE when video in slider is used.
- Removed Text Text Alignment option, then migrate Text Text Alignment value into Text Alignment.
- Fixed too much spacing below responsive tabs for custom spacing options.
- Fixed third party extension child modules not receiving their dynamic prop in the Visual Builder.
- Fixed the issue when Theme Customizer Buttons settings were not retained after updating to a new theme version.
- Fixed missing separator when date is disabled for post title module.
- Removed inherit property value on padding, width, and display of Blurb content & image container when user set different image & icon position on mobile.
- Fixed the issue when Global Defaults settings became incorrect after importing Theme Customizer settings.
- Fixed the issue when image inner shadow assigned globally wasn't applied within the Visual Builder in some situations.
- Fixed alignment issue between contact form captcha and submit button.
- Fixed default title font size not being rendered as placeholder.
- Fixed unwanted empty paragraph tag added into responsive/hover content.
- Fixed PHP warning on FE due to incorrect Grunt translation.
- Fixed the "Use Background Color" field on the CTA module not working on tablet and phone.
- Fixed issue displaying images when using relative URL.
- Fixed background color rendering issue on bar counter module.
- Fixed JS error when we are editing background gradient then we close settings modal with ESC button.
- Fixed the issue when it was possible to paste unsupported elements on library items.
- Fixed the issue when copying styles between the modules under the global section/row did not get saved correctly.
- Fixed issue with Quick Access being unable to open Fields options group on Contact Form, Email Optin, Search, Comments, and Login.
- Fixed issue where image URL was not replaced when importing layout having images with unicode characters in file name.
* core/components/Portability.php
* core/components/cache/File.php
* core/functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-global-settings.php
* includes/builder/core.php
* includes/builder/feature/custom-defaults/Settings.php
* includes/builder/feature/search-posts.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/languages/sr_RS.po
* includes/builder/module/BarCounters.php
* includes/builder/module/BarCountersItem.php
* includes/builder/module/Cta.php
* includes/builder/module/PostTitle.php
* includes/builder/module/SliderItem.php
* includes/builder/module/Text.php
* includes/builder/module/helpers/MultiViewOptions.php
* includes/builder/module/helpers/ResponsiveOptions.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/TextAlignment.php
* includes/builder/scripts/frontend-builder-scripts.js

version 3.27.3 ( updated 08-21-2019 )
- Fixed infinite loop when blog module showing content that has blog based module.
- Fixed slow loading issue for blog module.
- Fixed Visual Builder getting stuck in click mode after leaving and entering the page while pressing CTRL/CMD key.
- Fixed the spinner sometimes showing twice when loading Visual Builder on slow servers.
- Fixed first section and first module controls being offset to the bottom in certain cases.
- Fixed view mode always set to desktop when closing setting modal.
- Fixed Media Link Dynamic Content option not returning any results.
- Fixed SRCSET not showing full size when image size above 1280px resolution.
* core/components/cache/File.php
* core/functions.php
* includes/builder/core.php
* includes/builder/feature/search-posts.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/module/Blog.php
* includes/builder/module/Blurb.php
* includes/builder/module/CircleCounter.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/NumberCounter.php
* includes/builder/module/PostSlider.php
* includes/builder/module/TabsItem.php
* includes/builder/module/Video.php
* includes/builder/module/VideoSliderItem.php
* includes/builder/module/helpers/MultiViewOptions.php
* includes/builder/scripts/frontend-builder-scripts.js

version 3.27.2 ( updated 08-19-2019 )
- Fixed posts having incorrect post excerpt in the Blog module.
- Fixed posts having extra top padding than intended while editing in the Visual Builder.
- Stripped empty dynamic content shortcode attributes on save.
- Added support for copy & pasting nested options.
- The default image size in the WordPress Media popup will now be Full when the Builder is used.
- Added support for links using the SMS protocol.
- Removed the PHP warning appeared when some Theme Customizer's options were incorrectly migrated into Global Defaults system.
* core/functions.php
* includes/builder/feature/custom-defaults/Settings.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/module/helpers/MultiViewOptions.php
* includes/module-customizer/migrations.php

version 3.27.1 ( updated 08-16-2019 )
- Fixed error that broke body content controls in 3rd party modules.
- Reset additional CSS on the contact form honeypot field.
- Fixed issue where window resize was triggered in a recursive loop for full screen sliders.
- Fixed PHP warning that could occur when all meta fields were enabled for the blog module.
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/module/Blog.php

version 3.27 ( updated 08-15-2019 )
- Added new feature to enable different content on hover or tablet/phone devices.
- Added SRCSET support for responsive images.
- Improved builder loading times significantly for websites using many global defaults.
* core/components/Portability.php
* core/components/data/init.php
* core/functions.php
* epanel/custom_functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/module/AccordionItem.php
* includes/builder/module/Audio.php
* includes/builder/module/BarCounters.php
* includes/builder/module/BarCountersItem.php
* includes/builder/module/Blog.php
* includes/builder/module/Blurb.php
* includes/builder/module/Button.php
* includes/builder/module/CircleCounter.php
* includes/builder/module/Code.php
* includes/builder/module/Comments.php
* includes/builder/module/ContactForm.php
* includes/builder/module/ContactFormItem.php
* includes/builder/module/CountdownTimer.php
* includes/builder/module/Cta.php
* includes/builder/module/Divider.php
* includes/builder/module/FilterablePortfolio.php
* includes/builder/module/FullwidthCode.php
* includes/builder/module/FullwidthHeader.php
* includes/builder/module/FullwidthImage.php
* includes/builder/module/FullwidthPortfolio.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/FullwidthPostTitle.php
* includes/builder/module/FullwidthSlider.php
* includes/builder/module/Gallery.php
* includes/builder/module/Image.php
* includes/builder/module/Login.php
* includes/builder/module/MapItem.php
* includes/builder/module/NumberCounter.php
* includes/builder/module/Portfolio.php
* includes/builder/module/PostSlider.php
* includes/builder/module/PostTitle.php
* includes/builder/module/PostsNavigation.php
* includes/builder/module/PricingTables.php
* includes/builder/module/PricingTablesItem.php
* includes/builder/module/Search.php
* includes/builder/module/Shop.php
* includes/builder/module/Signup.php
* includes/builder/module/Slider.php
* includes/builder/module/SliderItem.php
* includes/builder/module/SocialMediaFollow.php
* includes/builder/module/SocialMediaFollowItem.php
* includes/builder/module/Tabs.php
* includes/builder/module/TabsItem.php
* includes/builder/module/TeamMember.php
* includes/builder/module/Testimonial.php
* includes/builder/module/Text.php
* includes/builder/module/Toggle.php
* includes/builder/module/Video.php
* includes/builder/module/VideoSlider.php
* includes/builder/module/VideoSliderItem.php
* includes/builder/module/helpers/HoverOptions.php
* includes/builder/module/helpers/MultiViewOptions.php
* includes/builder/scripts/frontend-builder-scripts.js
* options_divi.php
* post_thumbnails_divi.php
version 3.26.5 ( updated 07-27-2019 )
- Prevent contact form's required field being bypassed via editing frontend attribute by checking form map against integrity hash.
- Improve spam mitigation techniques for Divi's Contact Form module.
* includes/builder/frontend-builder/bundle.js
* includes/builder/module/ContactForm.php
* includes/builder/scripts/frontend-builder-scripts.js

version 3.26.4 ( updated 07-25-2019 )
- Fixed Syntax error, unrecognized expression: issue when adding mailchimp custom field on email optin module in backend visual builder if the mailchimp account uses email address as its username.
- Fixed an error that would prevent some Text element from being edited in the Visual Builder.
- Fixed exclude category option not showing initially in the Search Module.
- Fixed issue with resetting gradient removing default value for the gradient on settings modal.
- Fixed "Cannot read property 'tagName' of undefined" error that appeared if there is an active plugin which enqueued the latest version of jQuery.
- Fixed Builder crash when moving duplicated modules in some cases.
- Fixed error when extending border styles and removed unsupported find & replace from border styles option.
- Fixed image width setting getting applied to the icon in Blurb module.
- Hid row and section settings popover during draggle sizing.
- Fixed an error that could be triggered in the Divi Builder while updating or importing Global Defaults in some cases.
- Fixed Dynamic Content having extra slashes in the Visual Builder.
- Fixed inability to copy and paste background options group into other modules.
- Fixed the issue where slides of the Gallery Module wasn't rotated properly.
- Introduced play icon color and size settings on video slider item module.
- Fixed the issue where it was impossible to access to the Global Defaults editor from the module context menu.
- Fixed a bug that could, under certain conditions, result in duplicate images being added to the media library when importing an exported Divi layout multiple times.
- Fixed transparent primary navigation not being correctly offset by the secondary navigation when the navigation is not fixed to the top.
* core/components/Portability.php
* core/components/SupportCenter.php
* includes/builder/feature/post-content.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/module/Search.php
* includes/builder/module/VideoSlider.php
* includes/builder/module/VideoSliderItem.php
* includes/builder/scripts/frontend-builder-scripts.js
* js/custom.js

version 3.26.3 ( updated 07-16-2019 )
- Fixed double animation on buttons while viewing in Safari.
- Fixed a bug in the Classic Divi Builder that caused the save process to fail in the Page Settings Modal.
- Fixed an error that could be triggered in the Visual Builder when no Global Defaults were defined.
- Removed significant lag while editing module settings in Multiselect mode.
- Fixed the issue when the last slide of the Posts Carousel Module module was not displayed correctly.
- Fixed Columns Removing function which could remove wrong column in some cases.
- Fixed the issue when the last slide of the Post Slider module remained visible after switching to the first one.
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-settings.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/scripts/frontend-builder-scripts.js

version 3.26.2 ( updated 07-15-2019 )
- Fixed the issue where Global Defaults settings caused an increase in the load time of the Divi Builder.
- Introduced new reset icon on each individual background options.
- Fixes the issue where user roles were not applied in the Divi Builder.
- Fixed Empty Columns rendering in Divi Builder Plugin.
- Fixed issue where background field icons sometimes disappear when hovering over the background field.
- Fixed inability to launch the Quick Actions modal after editing inline editable content.
* includes/builder/frontend-builder/bundle.js

version 3.26.1 ( updated 07-12-2019 )
- Fixed the issue when it was not possible to clone and delete the Columns from within the Row settings window.
- Fixed Modules Copy/Paste functionality.
- Fixed Page Settings Custom CSS problems with selecting styles.
- Fixed an issue where the Row width options don't work in Divi Builder.
* core/components/Portability.php
* core/components/VersionRollback.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/custom-defaults/History.php
* includes/builder/feature/custom-defaults/Settings.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/main-structure-elements.php
* includes/builder/module/Text.php

version 3.26 ( updated 07-11-2019 )
- Added a mechanism to allow to set site-wide section/row/module defaults from right inside the builder.
- Fixed disabling Portability for specific modules not always disabling the Portability button.
- Fixed unwanted default values inheritance between Row and Columns.
- Fixed unsupported Row structure conversion to supported structure after manual Columns re-arrangement.
- Fixed Row Sizing migration that removed row custom gutter width.
- Fixed module align control missing buttons in Legacy Divi Builder.
- Fixed a PHP error that occurred when importing Divi Builder layouts that included post-based modules.
- Fixed Columns Migration issue with even columns structures in some cases in Legacy Divi Builder.
- Fixed rendering of the new 1/3 column inside the 2/3 Specialty Column on Frontend.
- Fixed Blurb Image inner box shadow.
- Fixed overflow options not saving in Legacy Divi Builder.
- Fixed incorrect main element selector on Blog and Portfolio modules when processing custom CSS on VB.
- Fixed LearnPress custom meta boxes disappearing when the Divi Builder is enabled.
- Fixed incorrect border and box shadow selectors used on Slider & Fullwidth Slider image element.
- Added hover support on blockquote border weight and border color.
- Fixed an issue that caused global loading spinner to be shown unnecessarily when opening module settings right after the builder loads.
* core/admin/css/core.css
* core/admin/js/portability.js
* core/components/Portability.php
* core/components/SupportCenter.php
* core/components/VersionRollback.php
* epanel/core_functions.php
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-settings.php
* includes/builder/class-et-global-settings.php
* includes/builder/core.php
* includes/builder/feature/custom-defaults/History.php
* includes/builder/feature/custom-defaults/Settings.php
* includes/builder/framework.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/frontend-builder/i18n/quick-actions.php
* includes/builder/functions.php
* includes/builder/main-structure-elements.php
* includes/builder/module/Accordion.php
* includes/builder/module/Blog.php
* includes/builder/module/Blurb.php
* includes/builder/module/FilterablePortfolio.php
* includes/builder/module/FullwidthPortfolio.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/FullwidthSlider.php
* includes/builder/module/Portfolio.php
* includes/builder/module/PostSlider.php
* includes/builder/module/Slider.php
* includes/builder/module/SliderItem.php
* includes/builder/module/Testimonial.php
* includes/builder/module/Text.php
* includes/builder/module/Toggle.php
* includes/builder/module/VideoSlider.php
* includes/builder/module/field/MarginPadding.php
* includes/builder/module/field/Overflow.php
* includes/builder/module/settings/migration/RowCustomWidthToSizing.php
* includes/builder/module/settings/migration/RowZeroGutter.php
* includes/builder/module/type/PostBased.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/bb_bfb_common.css
* includes/module-customizer/migrations.php
* js/theme-customizer.js

version 3.25.4 ( updated 07-03-2019 )
- Fixed the Visual Builder re-loading after opening a settings modal quickly after the builder loaded.
- Fixed Visual Builder double loading issue that occured when using CPT Layout Injector plugins.
- Fixed Visual Builder double loading issue that occured when using different language settings for WordPress and user.
- Fixed Visual Builder double loading issue that occured once after rolling back to an older Divi version.
- Fixed Visual Builder double loading issue that occured while Divi Safe Mode was active.
- Fixed Visual Builder double loading issue that occured on some servers that added extra white spaces to builder definitions.
- Fixed Border Options controls mobile and hover icons disappearing.
- Fixed a bug in the Classic Divi Builder that caused module setting migrations to not be performed when importing layouts using the Divi Library and Portability features.
- Further reduced PHP memory usage.
- Fixed an error when Backend Visual Builder was used with WP versions prior 5.0.
- In some cases after using settings modal select control, the select did not lose it's hover state even after cursor hovered over another option.
- Added Slider Content Width and Content Max Width options.
- Updated Deutsch translations from the community.
- Prevent draggable padding getting hidden while dragging and holding shift key.
- Fixed module Parallax Background conflict with module overflow options.
- Fixed list style type, list style position, list style item indent, blockquote border weight, and blockquote border color not being rendered on the FE.
- Fixed Add New Column functionality when adding modules with Insert Module Quick Action.
- Fixed undefined content error that causes VB to not be able to paste module after deleting the last module on the column.
- Fixed border styles not working on Fullwidth Header Image element.
- Fixed background color when it was set as initial on incorrect condition by removing duplicated background image properties when background image and gradient are activated at the same time.
- Fixed section add row button spacing.
- Fixed button custom padding not working on various modules when the custom icon is disabled.
- Improved mouse cursor appearance when moving over Locked Module content.
- Fixed undefined variable when processing background image on button element.
- Fixed issue with Blurb module text center alignment on tablet and phone.
- Fixed javascript warning when grid mode is enabled.
- Fixed Module Alignment control not working.
- Updated Deutsch translations from the community.
- Fixed button options styles not being rendered on Theme Customizer.
- Fixed background image not being displayed when setting background color on theme customizer on button element.
* core/components/Portability.php
* core/components/SupportCenter.php
* core/languages/de_DE.po
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/framework.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/languages/de_DE.po
* includes/builder/main-structure-elements.php
* includes/builder/module/BarCountersItem.php
* includes/builder/module/FullwidthHeader.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/FullwidthSlider.php
* includes/builder/module/PostSlider.php
* includes/builder/module/Slider.php
* includes/builder/module/SliderItem.php
* includes/builder/module/field/MarginPadding.php
* includes/builder/post/type/Layout.php
* includes/builder/scripts/builder.js
* js/theme-customizer.js
* lang/de_DE.po

version 3.25.3 ( updated 06-25-2019 )
- Changed the default Shop module sorting option to match the configured value in the Customizer.
- Added a new "Sort by Menu Order" option to the Shop module to match the previous default. All current users will automatically be switched to this mode for backwards compatibility.
- Fixed Parent Row/Section Hover Buttons Stuck On After Adding Column.
- Fixed Modules Animation preview in Visual Builder.
- Fixed console warning about react incorrect prop name.
- Fixed a case of Visual Builder page loading being slow with PHP 5.X.
- Fixed cases when module add button is not appearing.
- Fixed box shadow not being rendered on blog image when using fullwidth layout.
- Fixed inability to change Circle Counter margin left & right settings.
- Fixed VB not being updated correctly after we extend layout setting on Filterable Portfolio and Portfolio module.
- Fixed Mailchimp List select option reset.
- Fixed incorrect target when copy and paste Meta Text options group or individual option to Blog, Comments, Post Slider, and Fullwidth Post Slider on module level.
- Fixed inability to set border image to use solid style on Blog module when using Grid layout.
- Fixed module alignment not working on VB when responsive settings is enabled on Width, but disabled on Module Alignment.
- Fixed title font size not rendered properly in Visual Builder phone mode for Audio module.
- Fixed Fullwidth Modules should appear after Regular Modules in Quick Actions modal.
- Add hover settings support for Circle Color, Circle Background Color, and Circle Background Opacity of Circle Counter module.
- Fixed reset styles doesn't work on multiple selected items.
- Fixed background glitch when editing any fields with range control type.
- Added hover support for Slider navigation.
- Fixed Settings Modal Scrolling at the Edit Row step in Product Tour.
- Fixed header showing then hiding on page load.
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/module/Blog.php
* includes/builder/module/CircleCounter.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/FullwidthSlider.php
* includes/builder/module/PostSlider.php
* includes/builder/module/Shop.php
* includes/builder/module/Slider.php
* includes/builder/module/SliderItem.php
* includes/builder/module/field/Border.php
* includes/builder/module/helpers/Slider.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/ShopOrderByDefault.php
* includes/builder/scripts/frontend-builder-scripts.js
* js/custom.js

version 3.25.2 ( updated 06-21-2019 )
- Fixed missing default padding for Columns in Specialty Sections in some cases.
- Fixed Column Options Migration in Classic Editor.
- Fixed inability to set global background color from Theme Customizer.
- Fixed Divider height set to 0px after theme update.
- Fixed PHP warning undefined module_id on column.
- Fixed Background Image rendering for Specialty Section Columns in Visual Builder.
- Disabled insert column hover line when Row has max Columns.
- Fixed empty column minimum height in Safari.
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/main-structure-elements.php
* includes/builder/module/settings/migration/DividerHeight.php
* includes/builder/scripts/builder.js

version 3.25.1 ( updated 06-20-2019 )
- Fixed parallax class adding for columns without parallax images.
- Fixed Column Settings Migration.
- Fixed an error when Visual Builder was used with WP versions prior 5.0.
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/assets/backports/hooks.js
* includes/builder/frontend-builder/bundle.js
* includes/builder/main-structure-elements.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/ColumnOptions.php

version 3.25 ( updated 06-20-2019 )
- Fixed broken contact form layout on tablet.
- Fixed text color not working on tablet and phone when we define it on text element of Text module, title text element of Blog module, and filter criteria text of Filterable Portfolio module.
- Fixed incorrect target when copy and paste Fields options group or individual option to Contact Form, Comments, Login, and Email Optin on module level.
- Fixed issue when quick actions shortcut is enabled when the editable block is active or editing admin label in wireframe mode.
- Added new Column Options into Divi Builder.
- Improved free search results sorting priority for Go To items in Quick Actions.
- Fixed a Builder error that could happen when Visual Editor was disabled in User Profile.
- Disable draggable sizing for user roles that do not have permissions for Design setting.
- Fixed PHP cache files not being deleted on some systems.
- Added hover tooltips to Transparent and Current Color swatches.
- Fixed third party modules having incorrect button styling when used on custom post types.
- Fixed some errors that could be triggered while trying to load or save the PHP Cache.
- Fixed copy/paste issue between Speciality and Normal section, when Speciality Inner row Sizing settings was copied on Normal section.
- Fixed Speciality Section Inner Module Alignment.
- Fixed cases when user could not focus on inline text editor for modules in 1/4 columns.
- Added the "Really Simple SSL" plugin to Support Center's Safe Mode whitelist.
- Fixed Project meta section appearing twice on projects that use the "No Sidebar" layout and do not use the builder.
* core/components/SupportCenter.php
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/main-structure-elements.php
* includes/builder/module/field/MaxWidth.php
* includes/builder/module/helpers/ResponsiveOptions.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/Animation.php
* includes/builder/module/settings/migration/BackgroundUI.php
* includes/builder/module/settings/migration/BorderOptions.php
* includes/builder/module/settings/migration/ColumnOptions.php
* includes/builder/module/settings/migration/ContactFormItemOptionsSerialization.php
* includes/builder/module/settings/migration/DiscontinueHtmlEncoding.php
* includes/builder/module/settings/migration/DividerHeight.php
* includes/builder/module/settings/migration/DropShadowToBoxShadow.php
* includes/builder/module/settings/migration/EmailOptinContent.php
* includes/builder/module/settings/migration/FilterOptions.php
* includes/builder/module/settings/migration/FullwidthHeader.php
* includes/builder/module/settings/migration/FullwidthHeader2.php
* includes/builder/module/settings/migration/HoverOptions.php
* includes/builder/module/settings/migration/InnerShadowToBoxShadow.php
* includes/builder/module/settings/migration/OptionsHarmony.php
* includes/builder/module/settings/migration/OptionsHarmony2.php
* includes/builder/module/settings/migration/RowCustomWidthToSizing.php
* includes/builder/module/settings/migration/RowZeroGutter.php
* includes/builder/module/settings/migration/ShopModuleSlugs.php
* includes/builder/module/settings/migration/TeamMemberIconHover.php
* includes/builder/module/settings/migration/UIImprovements.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/style.css
* single-project.php

version 3.24.1 ( updated 06-12-2019 )
- Fixed row mobile max width overwriting max width provided by user.
- Fixed Draggble Spacing controls size when margin/padding value is a non numeric value.
- Fixed module styles affecting module popover styles.
- Prevented draggable padding controls rendering when editing in inline editor.
- Removed unnecessary Google Maps reinit process and use Google Maps set options method to update grayscale filters on mobile.
- Fixed Quick Access not rendering options under heading sub toggle.
- Introduced background preview delete and reset functionalities to enable or disable background entirely on specific preview mode.
- Added smooth scroll support for link modules.
- Improved loading method for Support Center.
- Fixed scrolling to comment reply form.
* core/components/PageResource.php
* core/components/SupportCenter.php
* core/components/SupportCenterMUAutoloader.php
* core/components/init.php
* core/functions.php
* epanel/custom_functions.php
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/feature/ErrorReport.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/main-structure-elements.php
* includes/builder/module/helpers/ResponsiveOptions.php
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-style.less
* js/custom.js

version 3.24 ( updated 06-06-2019 )
- Prevented possibility to edit draggable sizing of modules inside locked section.
- Fixed Map and FullWidth Map height.
- Fixed ability to use valid CSS string values, like auto, inherit, etc. as the value for Custom Margin field.
- Prevent transition animation on VB when the mouse leaves any module.
- Added several PHP Optimizations.
- Fixed draggable spacing indicator hiding too early.
- Fixed issue where units were defaulting to the wrong value in some cases.
- Fixed legacy builder issue where Width / Max-Width values didn't have any unit set and will save as px instead of %.
- Fixed Blurb Image getting responsive width even when it is disabled.
- Fixed issue where section rows get full width even when the row width is not updated.
- Updated contact form field validation so that spaces and dashes are now allowed.
- Fixed draggable spacing controls size when window is resized.
- Added Z-Index and Overflow support for Accordion Items.
- Prevent adding Height values without unit.
- Adjusted Background Video MP4/WebM help text.
- Fixed hover styles were not being extended into other modules.
- Fixed fade animation with transforms on FE.
- Removed unused lang directory on builder repo.
- Improved Divi Error Reporting.
- Fixed the formatting of a Support Center plugin error message.
- Modified Support Center to recommend a minimum of 1000 (down from 3000) for PHP's max_input_vars setting.
- Improved the method used by the Support Center's Safe Mode toggle to verify that the "mu-plugins" directory exists.
- Improved error handling for Support Center's Remote Access activation.
- Fixed row default Max Width being different from customizer content width.
* core/admin/css/support-center.css
* core/admin/js/core.js
* core/admin/js/support-center.js
* core/components/SupportCenter.php
* core/components/api/email/Providers.php
* core/functions.php
* et-pagebuilder/et-pagebuilder.php
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/ErrorReport.php
* includes/builder/framework.php
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/lang/ar.po
* includes/builder/lang/bg_BG.po
* includes/builder/lang/cs_CZ.po
* includes/builder/lang/da_DK.po
* includes/builder/lang/de_DE.po
* includes/builder/lang/el.po
* includes/builder/lang/en_US.po
* includes/builder/lang/es_ES.po
* includes/builder/lang/fi.po
* includes/builder/lang/fr_FR.po
* includes/builder/lang/he_IL.po
* includes/builder/lang/hu_HU.po
* includes/builder/lang/id_ID.po
* includes/builder/lang/it_IT.po
* includes/builder/lang/ja.po
* includes/builder/lang/ko_KR.po
* includes/builder/lang/ms_MY.po
* includes/builder/lang/nb_NO.po
* includes/builder/lang/nl_NL.po
* includes/builder/lang/pl_PL.po
* includes/builder/lang/pt_BR.po
* includes/builder/lang/ro_RO.po
* includes/builder/lang/ru_RU.po
* includes/builder/lang/sk_SK.po
* includes/builder/lang/sr_RS.po
* includes/builder/lang/sv_SE.po
* includes/builder/lang/th.po
* includes/builder/lang/tl.po
* includes/builder/lang/tr_TR.po
* includes/builder/lang/uk.po
* includes/builder/lang/vi.po
* includes/builder/lang/zh_CN.po
* includes/builder/module/ContactFormItem.php
* includes/builder/module/FullwidthMap.php
* includes/builder/module/Map.php
* includes/builder/module/Signup.php
* includes/builder/module/field/Height.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/DividerHeight.php
* includes/builder/plugin-compat/sitepress-multilingual-cms.php
* includes/builder/scripts/builder.js
* includes/builder/styles/frontend-builder-style.less
* js/custom.js

version 3.23.3 ( updated 05-24-2019 )
- Fixed issue where you couldn't hex color on background gradient color start and end.
- Fixed PHP warning on Library due to incorrect translation on closed anchor tag.
- Fixed WooCommerce PhotoSwipe gallery z-index position.
* css/main-styles.css
* includes/builder/frontend-builder/bundle.js
* includes/builder/languages/ja.po

version 3.23.2 ( updated 05-23-2019 )
- Fixed animations on modules that had transforms options on hover.
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js

version 3.23.1 ( updated 05-22-2019 )
- Fix issue where animations would be triggered immediately on page load instead of when scrolled into view.
* includes/builder/scripts/frontend-builder-scripts.js

version 3.23 ( updated 05-16-2019 )
- Added hundreds of new module design settings.
- Enabled responsive editing for all module design options.
- Enabled hover editing for many more module design options.
- Added missing help text to all options.
- Filled in missing translations for all languages.
- Added new option overflow icon to all areas of the builder so that important features are more easily accessible.
- Improved options harmony between parent and child modules.
- Improved the reliability of copying/pasting styles between different modules types.
- Improved the reliability of extending styles between different modules types.
- Added missing reset icons to various options.
- Added color manager UI to background color options.
- Added new margin and padding options to form fields and buttons.
- Added button design options to all modules.
- Added image box shadow options to all modules with image elements.
- Fixed draggable sizing tooltip being hidden after module settings tooltip.
- Fixed issue with removed module not receiving settings toolbar.
- Fixed Width and Height capability to add auto and none values.
- Fixed Accordion incorrect Sizing default values.
- Prevent removing transforms when settings modal is open.
- Fixed modules margin settings overwriting module alignment.
- Fixed a typo in a data attribute inside the Support Center's Documentation & Help video player.
- Added responsive behavior to auto-save modal.
- Fixed a permissions bug that prevented the Support Center's Remote Access feature from interacting with content and settings related to The Events Calendar plugin.
- Added a check to hide the Email (and Phone) fields from the Header if they only contain whitespace characters.
- Fixed FullWidth Section inability to add custom padding for mobile devices.
- Fixed infinite loop of events when fullwidth module is set to fullscreen and blank template is used caused by et-pb-header-height-calculated and resize event being triggered due to false check.
- Fixed module alignment on tablet and phone.
- Fixed Audio Module player timer custom CSS selector.
- Fixed a styling issue in the Classic Divi Builder introduced in WordPress 5.2.
- Improved how we compare some server settings against our recommended values in the Support Center.
- Fixed a bug where an active child theme's PHP functions would still be loaded while in Safe Mode.
- Improved the Support Center's evaluation of file and directory permissions.
- If the Support Center's Remote Access feature is active, switching to or from a child theme will no longer automatically deactivate it.
- Fixed module alignment on tablet and phone.
- Fixed undefined value supplied when opening Find & Replace feature.
- Fixed PHP warning issue on 3rd Party Plugin because additional parameter on generating background fields.
- Fixed animations not working with transformed modules.
- Fixed columns spacing on mobile devices.
- Fixed "Minified React error #188" JavaScript error that occurred in some cases.
- Fixed number of columns on portfolio and gallery grid on landscape size.
- Fixed issue with gravity forms signature field not working.
* core/admin/css/core.css
* core/components/mu-plugins/SupportCenterSafeModeDisableChildThemes.php
* core/components/SupportCenter.php
* et-pagebuilder/et-pagebuilder.php
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/module/Audio.php
* includes/builder/module/field/Height.php
* includes/builder/module/field/MaxWidth.php
* includes/builder/module/field/Transform.php
* includes/builder/styles/style.css
* js/custom.js
* js/theme-customizer.js
* includes/builder/scripts/frontend-builder-scripts.js

version 3.22.7 ( updated 05-03-2019 )
- Fixed being able to add Gutenberg blocks in some cases while the Divi placeholder was active.
* includes/builder/frontend-builder/bundle.js

version 3.22.6 ( updated 04-30-2019 )
- Prevent rendering Draggable Sizing during Split Testing Configuration.
- Fixed casual draggable spacing control rendering when module is not hovered.
- Fixed cases when module popover not appear even if user hover module.
- Fixed draggable margin controls when module has overflow hidden and margin in %.
- Improved Divi / Gutenberg integration in WordPress 5.2.
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/scripts/builder.js

version 3.22.5 ( updated 04-26-2019 )
- Prevented module alignment option from overriding custom margin values.
- Fixed unexpected confirmation alert when exiting from The New Divi Builder in some cases.
- Fixed the issue when The New Divi Experience Optin Modal was wrongly displayed in some cases.
- Fixed modules settings popover delay on hover.
- Fixed Gallery and Filtered Portfolio Modules Breakdown.
- Fixed Gallery and Filtered Portfolio Modules Spacing if they are on the last module of the column.
- Fixed the issue when a box shadow of an image of the Portfolio Module was not applied within the builder.
- Prevent showing draggable sizing controls when doing a quick action.
- Fixed the issue when Right Click menu wasn't opened if clicked on the Settings Modal header.
- Fixed Right Click Menu position when Settings Modal is on top of the screen.
- Fixed a bug that would sometimes prevent text from being selectable in the Visual Builder.
- Fixed a bug where the ET Support user was unable to access Divi Library features.
- Fixed custom post types row width.
* core/components/SupportCenter.php
* core/ui/components/icon/icon.jsx
* et-pagebuilder/et-pagebuilder.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/module/AccordionItem.php
* includes/builder/module/BarCountersItem.php
* includes/builder/module/FilterablePortfolio.php
* includes/builder/module/Portfolio.php
* includes/builder/scripts/frontend-builder-global-functions.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-grid.less
* includes/builder/styles/frontend-builder-shared-conditional-style.less
* includes/builder/styles/frontend-builder-style.less

version 3.22.4 ( updated 04-18-2019 )
- Improved The New Divi Builder Optin Modal logic, so it won't appear if Backend Builder activated intentionally.
- Fixed deprecated variable call when rendering Global Modules.
- Fixed big loading icon over the Yoast section during Divi Builder content analysis.
- Fixed missing styles in Portability Modal when using the New Divi Experience.
- Prevent Draggable Sizing controls render on Product Tour.
- Fixed issue when module Add button is under draggable margin control when margin is negative.
- Fixed specialty section inner width settings not working on blog posts.
* core/components/Portability.php
* et-pagebuilder/et-pagebuilder.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/scripts/builder.js

version 3.22.3 ( updated 04-17-2019 )
- Fixed rows and speciality sections with gutter width 0 Width and Max Width.
- Fixed errors that would prevent the Visual Builder from working correctly when the page structure got corrupted.
- Fixed Row Custom Width migration.
- Fixed a compatiblity issue with some Divi Plugins that was recently introduced.
- Fixed background video issue when video get margins.
- Fixed an error in the Support Center when there is a mismatch between the contents of the WordPress plugins directory and Active Plugin records in the WP database.
- Fixed images not being embedded in export files in certain cases.
* core/admin/js/portability.js
* core/components/Portability.php
* core/components/SupportCenter.php
* includes/builder/core.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/RowCustomWidthToSizing.php
* includes/builder/module/settings/migration/RowZeroGutter.php
* includes/builder/scripts/frontend-builder-scripts.js

version 3.22.2 ( updated 04-15-2019 )
- Fixed row width options not working correctly on blog post types.
- Fixed fullwidth rows not extending full width when Boxed Layout was enabled in the Divi Theme Customizer.
- Fixed a bug that caused settings modals to close when hovering over the content area of a module sub item, such as tabs or accordion items.
- Fixed row alignment settings not working when no customer width was applied.
- Fixed draggable width tooltip styles being overwritten by custom module styles.
* et-pagebuilder/et-pagebuilder.php
* includes/builder/core.php
* includes/builder/feature/ErrorReport.php
* includes/builder/main-structure-elements.php
* includes/builder/frontend-builder/app/stores/et-builder-store.js
* includes/builder/class-et-builder-element.php

version 3.22.1 ( updated 04-12-2019 )
- Fix incorrect default value for border controls in the Classic Divi Builder.
- Fixed modules width and max_width support on front end.
* includes/builder/class-et-builder-element.php
* includes/builder/scripts/builder.js

version 3.22 ( updated 04-12-2019 )
- Implemented new Draggable Sizing interface.
- Added new Height, Max Height and Max Width settings to all modules.
- Added Overflow settings to all modules.
- Fixed incorrect background size.
- Added transform options to child items.
- Fixed unwanted window scroll when user scrolls inside modal in new builder experience.
- Preserve transform linked settings on modal reopen and page save.
- Fixed z-index option not taking effect on some cases.
- Added filters to allow plugin developers to append custom User capabilities to the Support Center's Remote Access User's "Standard" and "Elevated" roles.
- Fixed an issue where the Remote Access user account was not granted sufficient permissions to save code in Integration fields or Page Builder modules.
- Fixed unwanted footer bottom spacing after WooCommerce store notice is dismissed.
- Fixed Home hotkey not scrolling to the top with Smooth Scroll enabled.
* core/components/SupportCenter.php
* epanel/core_functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-settings.php
* includes/builder/core.php
* includes/builder/feature/ErrorReport.php
* includes/builder/frontend-builder/assets/css/responsive-preview.css
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/main-structure-elements.php
* includes/builder/module/Accordion.php
* includes/builder/module/AccordionItem.php
* includes/builder/module/BarCounters.php
* includes/builder/module/BarCountersItem.php
* includes/builder/module/Blog.php
* includes/builder/module/Button.php
* includes/builder/module/CircleCounter.php
* includes/builder/module/ContactFormItem.php
* includes/builder/module/Divider.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/FullwidthSlider.php
* includes/builder/module/Image.php
* includes/builder/module/Portfolio.php
* includes/builder/module/PostSlider.php
* includes/builder/module/PricingTablesItem.php
* includes/builder/module/Slider.php
* includes/builder/module/SliderItem.php
* includes/builder/module/SocialMediaFollowItem.php
* includes/builder/module/TabsItem.php
* includes/builder/module/VideoSliderItem.php
* includes/builder/module/field/Height.php
* includes/builder/module/field/MaxWidth.php
* includes/builder/module/field/Overflow.php
* includes/builder/module/field/Transform.php
* includes/builder/module/helpers/Alignment.php
* includes/builder/module/helpers/Height.php
* includes/builder/module/helpers/MaxHeight.php
* includes/builder/module/helpers/MaxWidth.php
* includes/builder/module/helpers/MinHeight.php
* includes/builder/module/helpers/Overflow.php
* includes/builder/module/helpers/ResponsiveOptions.php
* includes/builder/module/helpers/Sizing.php
* includes/builder/module/helpers/Width.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/RowCustomWidthToSizing.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js
* js/custom.js
* js/smoothscroll.js

version 3.21.4 ( updated 04-04-2019 )
- Added Error Report system to the Divi Builder and improved Divi Builder error output.
- Fixed customizer's broken design preview link in Divi.
- Fixed Backend Builder Iframe being loaded twice.
* core/components/Portability.php
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/ErrorReport.php
* includes/builder/framework.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/plugin-compat/coursepress.php
* includes/builder/plugin-compat/photo-gallery.php

version 3.21.3 ( updated 04-03-2019 )
- Fixed a compatibility issue with Photo Gallery Plugin.
- Fixed visibility of Role Editor settings for ET Support when remote access is enabled in Support Center.
- Fixed a compatibility issue with CoursePress Pro Plugin.
- Fixed Polylang compatibility.
- Fixed an issue where the ET Support user account would be deactivated prematurely if that user visited the Support Center admin page.
- Improved rendering of modal windows generated by the Support Center's Safe Mode.
* core/admin/js/support-center.js
* core/components/SupportCenter.php
* core/functions.php
* includes/builder/core.php
* includes/builder/frontend-builder/bfb-template.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/frontend-builder/init.php
* includes/builder/frontend-builder/view.php
* includes/builder/functions.php
* includes/builder/plugin-compat/coursepress.php
* includes/builder/plugin-compat/photo-gallery.php
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/scripts/roles_admin.js

version 3.21.2 ( updated 04-02-2019 )
- Fixed a bug that would cause "Unsaved Changes" popup to show up when it should have not.
- Inline Editor Popup now only shows when text is selected.
- Fixed a bug that would prevent certain Custom Post Types from being listed in Post Type Integration.
- Fixed a fatal error with WordPress 5.2.
- Fixed a Warning that would sometimes show up in console when editing Page Settings.
- Fixed a bug in the Button Module where custom icons appeared at the wrong size/position in IE11.
- Fixed transform control not showing modified tabs on responsive view.
- Fixed transform control values showing as place holders on responsive view.
- Fixed a case where jump to top would randomly occur when page included a Slider Module with empty Slides.
- Fixed transforms modified responsive tab color.
- Fixed go to option action not going to transform options.
- Fixed search and replace modal not going to transform option after closing it.
- Fix a PHP error that occured on certain sites with non-standard configurations.
- Only add Safe Mode files when it is enabled and then remove the files when it is disabled.
- Add file permissions for the wp-content directory to Support Center stats.
- Add display_errors property to Support Center stats.
- Improved Safe Mode descriptive text when no plugins will be disabled by Safe Mode activation.
- Improved UI confirmation when the Support Center's Safe Mode is disabled.
- Fixed a display error in the WP Admin when Gravity Forms was running in No-Conflict Mode.
- Fixed a bug where the Support User auto-deactivation script could fail due to downgrading Divi/Extra or restoring a backup made prior to Remote Access activation.
- Prevented module customizer from being rendered when current page doesn't use builder to avoid unnecessary cached styling.
* core/admin/css/core.css
* core/admin/css/support-center.css
* core/admin/js/support-center.js
* core/components/Cache.php
* core/components/PageResource.php
* core/components/SupportCenter.php
* core/functions.php
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-global-settings.php
* includes/builder/core.php
* includes/builder/feature/dynamic-content.php
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/plugin-compat/pilotpress.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js

version 3.21.1 ( updated 03-21-2019 )
- Fixed Google Map marker info window not being show when its content was empty.
- Fixed z-index default value.
- Fixed a compatibility issue with Visual Builder and MU Domain Mapping Plugin.
- Fixed js error when trying to open Builder Settings in Category Builder.
- Fixed abnormal transform scale behavior after linking and unlinking.
- Fixed a compatibility issue with PilotPress Plugin.
- Fixed a PHP warning occurring in some cases.
- Fixes Save To Library tooltip which is initiated via right click menu retains its position on visible viewport window when the window is scrolled on Visual Builder's wireframe and desktop modes.
- Fixed a bug where the ET Support User account was unable to access Theme Options unless Full Admin Privileges were enabled.
- Fixed access to WooCommerce settings by ET Support User account when Remote Access is active.
- Fixed an issue with Smoothscroll and latest Chrome.
* core/components/SupportCenter.php
* epanel/core_functions.php
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-settings.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/module/MapItem.php
* includes/builder/plugin-compat/pilotpress.php
* includes/builder/plugin-compat/wordpress-mu-domain-mapping.php
* js/smoothscroll.js

version 3.21 ( updated 03-14-2019 )
- Added CSS transform options to all sections, rows, and modules, allowing users to scale, rotate, skew, and offset the position of any element.
- Fixed copy/paste altering the wrong setting under some circumstances.
- Fixed a case where pasting the same styles multiple times could result in them to be reset.
- Fixed a bug that could cause loading a layout from existing pages not to work correctly.
- Fixed Events Manager compatibility.
- Fixed issue with rendering multiple of the same module in the category builder.
- Fixed an encoding issue that could occur while saving options as Network Admin.
- Fixed a compatibility issue with Events Schedule Plugin.
- Improved logging of informational messages for Support Center functionality.
- Fixed a PHP warning that occurred when trying to locate and use a file from the wrong directory when using multiple ET products.
* core/admin/js/support-center.js
* core/components/SupportCenter.php
* core/components/SupportCenterMUAutoloader.php
* core/components/mu-plugins/SupportCenterSafeModeDisablePlugins.php
* epanel/core_functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/Library.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/frontend-builder/i18n/library.php
* includes/builder/functions.php
* includes/builder/module/field/Border.php
* includes/builder/module/field/Transform.php
version 3.20.2 ( updated 03-11-2019 )
  • Security Update: Fixed a vulnerability that could allow some cross-site request forgery checks within our core product framework to be bypassed. In all cases, these checks were also hardened by user permission checks, however, user permissions checks alone are not sufficient to protect against all CSRF vectors. View the full disclosure here: https://us7.campaign-archive.com/?u=9ae7aa91c578052b052b864d6&id=917542a075.
  • Fixed an issue with Paid Membership Pro Plugin.
  • Fixed a display glitch when dragging sections in Wireframe View.
  • Added support for third party modules to use Dynamic Content.
  • Fixed Builder app overflow by header in some cases.
  • Fixed locking/unlocking multiple Global Modules in the same page not working correctly.
  • Fixed "Add Media Modal" appearance in Divi Builder Plugin when uploading media.
  • Fixed an issue where Support Center documentation videos would start at the five second mark.
  • Added a message that appears in the System Status card when all system checks have passed.
  • Fixed how we compare some system settings against our recommended values in Support Center.
  • Fixed a JavaScript error that loaded YouTube player code outside of the Support Center.
  • Fixed an issue where Support Center helper functions were loaded for all site visitors, rather than only users with Admin access.
  • Fixed an issue where the ET Support Plugin can trigger a fatal error when auto-deactivated by the Support Center.
* core/admin/css/support-center.css
* core/admin/js/support-center.js
* core/components/Logger.php
* core/components/SupportCenter.php
* core/components/Updates.php
* core/functions.php
* et-pagebuilder/et-pagebuilder.php
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-value.php
* includes/builder/core.php
* includes/builder/feature/Library.php
* includes/builder/feature/dynamic-content.php
* includes/builder/framework.php
* includes/builder/frontend-builder/assets/css/fb-top-window.css
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/frontend-builder/i18n/library.php
* includes/builder/functions.php
* includes/builder/plugin-compat/paid-memberships-pro.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js

version 3.20.1 ( updated 03-07-2019 )
- Fixed issue with dynamic content not rendering properly on the front end.
* includes/builder/class-et-builder-element.php
* includes/builder/functions.php

version 3.20 ( updated 03-07-2019 )
  • Added Support Center, a new WP Admin page that provides System Status, Remote Access Support, and Documentation.
  • Improved the New Divi Builder loading speed.
  • Fixed Section Dividers default background color not considering previous/next Section background color.
  • Fixed a compatibility issue with the Visual Builder and Toolset View Plugin.
  • Added Multiselect support to Visual Builder Global Clipboard.
  • Fixed an error that would sometimes show in console when Visual Builder page lost focus while still loading.
  • Fixed Inline Editor Popup position when Admin Bar is disabled.
  • Optimized Yoast Sitemaps generation.
  • Fixed an error that occurred when running 3rd-Party Divi Extensions in development mode.
  • Fixed options values update after pasting in Settings Modal.
  • Fixed hover mode reset when closing Settings Modal.
  • Fixed page settings' Custom CSS which didn't get updated when previewing an edited page.
  • Fixed Theme Customizer Styles not being applied to password protected posts.
  • Fixed a bug that would prevent Visual Builder from loading when certain script content was embedded in a custom widget.
  • Fixed Fullscreen Menu not working correctly in the Visual Builder when switching to Tablet / Phone View.
  • Added Instagram icon support to the theme header and footer.
  • Improved search.
* core/admin/css/core.css
* core/admin/css/support-center.css
* core/admin/js/support-center.js
* core/components/PageResource.php
* core/components/SupportCenter.php
* core/components/SupportCenterMUAutoloader.php
* core/components/init.php
* core/components/mu-plugins/SupportCenterSafeModeDisablePlugins.php
* core/functions.php
* css/main-styles.css
* epanel/css/panel.css
* epanel/custom_functions.php
* epanel/js/functions-init.js
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-settings.php
* includes/builder/core.php
* includes/builder/feature/BlockEditorIntegration.php
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/plugin-compat/wordpress-seo.php
* includes/builder/plugin-compat/wp-views.php
* includes/builder/styles/bb_bfb_common.css
* includes/social_icons.php
* js/custom.js
* options_divi.php

version 3.19.18 ( updated 02-26-2019 )
  • Fixed an issue with Divi Library Import caused by custom configuration for temporary directory.
  • Fix disappearing content on custom module with no module_classname() usage when animation style is used.
  • Fixed Text Options not highlighting Tabs that include modified values.
  • Fixed module items' label on settings modal not being updated when being changed.
  • Fixed warning message on console when previewing video input from Vimeo / Daily Motion on settings modal.
  • Fixed a case where Builder would still try to use Rich Editor even when it was disabled.
  • Fixed PHP error in PHP < 5.3.
  • Fixed a bug that could remove backslashes from Page Settings.
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/Library.php
* includes/builder/feature/dynamic-content.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/module/PricingTablesItem.php
* includes/builder/plugin-compat/landing-pages.php
* includes/builder/scripts/bfb_admin_script.js
* includes/builder/scripts/builder.js
* includes/builder/scripts/ext/jquery-ui-timepicker-addon.js
* includes/builder/scripts/ext/wp-color-picker-alpha.js

version 3.19.17 ( updated 02-22-2019 )
  • Fixed cursors being forced to the end of inputs when editing text and settings in the builder.
  • Fixed error in Firefox that caused in the Classic Builder to crash in some cases.
  • Fixed a PHP error that occurred on some websites due to missing PHP module.
* core/admin/js/react-dom.production.min.js
* core/admin/js/react.production.min.js
* core/components/data/init.php
* includes/builder/scripts/builder.js
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/module/Blog.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/PostSlider.php

version 3.19.16 ( updated 02-21-2019 )
  • Fixed Save Changes Dialog not appearing in some cases.
  • Fixed a crash in custom Divi Builder modules caused by loading multiple copies of ReactJS.
  • Fixed errors in Specialty Sections with Global Rows.
  • Fixed a case where mixing http and https could cause Visual Builder to reload itself.
  • Fixed Visual Builder not loading on some web hosting providers with WordPress < 5.0.
  • Removed non-working Calder Forms TinyMCE button from Visual Builder.
  • Fixed custom field update getting rendered one step behind on settings modal and layout area.
  • Fixed Divi Code Snippet Module Plugin causing Visual Builder to reload.
  • Fixed hidden Google Maps Icon being shown in Visual Builder.
  • Fixed styles reset generating incorrect attributes in the shortcode.
  • Fixed html paragraphs being sometimes replaced with a different tag when multiple code modules were used in the same page.
* core/admin/js/react-dom.production.min.js
* core/admin/js/react.production.min.js
* includes/builder/.github/main.workflow
* includes/builder/api/DiviExtension.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/plugin-compat/caldera-forms.php
* includes/builder/plugin-compat/divi-module-code-snippet.php
* includes/builder/scripts/builder.js

version 3.19.15 ( updated 02-15-2019 )
  • Updated webpack to latest version.
  • Fixed broken Split Test activation/deactivation sequence after recent performance update.
  • Fixed Yoast warning in console in some cases.
  • Fixed a bug that could prevent a Section from being saved as Global Module.
  • Fixed Google Maps control in The New Divi Builder.
  • Prevented Visual Builder reloads when some 3rd party Divi plugins were enabled.
  • Fixed Divi Builder plugin not working correctly with Onetone Pro theme.
  • Fixed Visual Builder sometimes reloading when site used multiple languages.
  • Fixed Progress Map by Code Spacing missing metabox by only prioritizing Divi Builder metabox order on custom post type which has Divi Builder enabled.
  • Fixed Google Maps sometimes not working in Visual Builder.
  • Fixed a bug where Video Slider thumbnail navigation was not showing up in some columns.
  • Fixed contact field module's field options type drag and drop UI which cannot be dragged.
  • Fixed Danish (da_DK) translation for 'Right Sidebar'.
  • Updated CSS to use default font family in input fields.
* css/main-styles.css
* et-pagebuilder/et-pagebuilder.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/scripts/frontend-builder-scripts.js
* lang/da_DK.mo
* lang/da_DK.po

version 3.19.14 ( updated 02-11-2019 )
  • Fixed Post Slider, Fullwidth Post Slider and Blog module rendering in Visual Builder for websites with Chinese language.
  • Fixed incorrect slider / fullwidth slider's height on smaller device breakpoint(s) due to conflicting CSS of Gallery Post Format's slider min-height.
  • Fixed app crash when editing Global Modules in Visual Builder in some cases.
  • Fixed error which appeared when adding more Access Condition on Memberpress' rules editor if heartbeat is disabled.
  • Fixed The New Divi Builder loading on Library items in some cases.
  • Fixed a React error that would show up on browser console when closing modals in some situations.
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/module/Blog.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/PostSlider.php

version 3.19.13 ( updated 02-08-2019 )
  • Fixed bouncing component control tooltip of a module which is set as split test subject when subject is switched.
  • Fixed unwanted Visual Builder reloads when editing multi-language content after theme update.
  • Fixed insert module tooltip which unexpectedly scrolled to top 1 second after tooltip is opened.
  • Significantly improved performance in the Visual Builder and new Divi Builder experience, especially in Firefox where previous slowness was most noticeable.
  • Fixed Go To Quick Actions not getting updated after the layout import.
  • Fixed section divider horizontal repeat option to support any numerical value.
  • Fixed broken fullwidth slider and slider module in visual builder if WOOF - WooCommerce Products Filter is activated.
  • Fixed PHP error message when saving theme options after theme options settings are being reset.
* core/functions.php
* epanel/core_functions.php
* epanel/custom_functions.php
* includes/builder/feature/BlockEditorIntegration.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/module/field/Divider.php

version 3.19.12 ( updated 02-05-2019 )
  • Fixed PHP Fatal error: Call to undefined function lcfirst for PHP 5.2.
  • Fixed unwanted folded admin sidebar animation when loading the builder.
  • Added Gravityforms support into the New Divi Builder.
  • Fixed excessive loading lag in the WordPress Dashboard caused by post type compatibility check on page load.
  • Fixed incorrect copy & paste options on right click menu due to unexpected mouseenter/leave "bubbling" event.
  • Fixed Map Module not working in Visual Builder.
  • Fixed jQuery notice Empty string passed to getElementById() on Firefox.
  • Fixed module link escaping logic causing issues with URLs with multiple parameters in certain cases.
  • Added missing text domain to "Choose a premade Layout" string.
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/BlockEditorIntegration.php
* includes/builder/framework.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/plugin-compat/gravityforms.php
* includes/builder/scripts/bfb_admin_script.js
* includes/builder/scripts/frontend-builder-scripts.js

version 3.19.11 ( updated 02-01-2019 )
  • Fixed shortcode rendering error in Visual Builder.
  • Fixed Visual Bulder not loading when using KeyCDN.
  • Fixed countdown timer doesn't work in Safari in visual builder.
  • Fixed French (fr_FR) translation for 'on' and 'off'.
  • Fixed slow list scroll when you hold down arrow in Quick Actions modal.
  • Fix module setting control flashing when switching between responsive modes.
  • Fixed inconsistency styling for "No results" text in Quick Actions modal.
  • Fixed AJAX spinner displayed twice when opening the Quick Actions modal for the first time.
  • Fixed "Uncaught Error: Call to undefined function et_core_is_gutenberg_active()" that occured on some multisite installs in certain situations.
* core/functions.php
* core/init.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/languages/fr_FR.mo
* includes/builder/languages/fr_FR.po
* includes/builder/plugin-compat/cdn-enabler.php

version 3.19.10 ( updated 01-29-2019 )
  • Fixed two crashes that would occur when viewing Saved Layouts in the Divi Builder in some cases.
  • Fixed Visual Builder reloading when being opened alternately over http and https.
  • Fixed Polylang plugin often causing Visual Builder to reload.
  • Fixed a bug with "&&" being sometimes replaced with other text when used inside a script tag in a code module.
  • Fixed Save To Library modal position when opened from Right Click menu.
  • Fixed broken front-end page if the page is loaded inside iframe.
  • Fixed incorrect URL for Quick Actions Open Pages/Posts.
  • Fixed a bug that caused a duplicate WordPress Admin Bar to appear when using the Divi Builder Plugin with certain themes.
  • Fixed broken front-end page if the page is loaded inside iframe.
* core/components/api/email/SalesForce.php
* core/ui/utils/frames.js
* core/ui/utils/property-resolver.js
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/Library.php
* includes/builder/framework.php
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/module/Code.php
* includes/builder/module/FullwidthCode.php
* includes/builder/module/Signup.php
* includes/builder/scripts/frontend-builder-scripts.js
* js/custom.js

version 3.19.9 ( updated 01-24-2019 )
  • Fixed the position of preloader in the New Divi Builder to make sure its always visible.
  • Fixed copy/paste module styles that were not working from right click menu in some cases.
  • Divi Builder Plugin now uses separate settings for VB and BFB.
  • Fixed a bug with Global Section ordering.
  • Fix a crash that occurred in the Divi Builder when Drop Loading files.
  • Removed unwanted Selective Sync option when editing Global Rows and Sections from Library.
  • Added Divi Builder support for custom post type (CPT) which can't be publicly queryable.
* includes/builder/core.php
* includes/builder/framework.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
version 3.19.4 ( updated 01-07-2019 )
- Fixed issue where using a empty code module would cause the page content to not display.
- Unified Mapping For Copy Paste Styles.
- Added extend styles for module child items.
- Fixed a bug where disable item capability were not applied properly.
- Fixed two places in our Nederlands (nl_NL) translation file where "height" was incorrectly translated "breedte" ("width").
- Fixed a bug where excerpt field in Visual Builder Page Settings were not preserving HTML content.
- Removed unwanted "Your Existing Pages" tab appear in the layout library modal.
- Fixed Extend Styles modal not resizing properly in some situations.
- Fixed typo for "Find This" field description in Find & Replace modal.
- Fixed broken default value on app settings builder in Divi Builder Plugin which is used on legacy theme which saved options not in a single row.
- Prevent some Mailchimp integration scripts from breaking the Visual Builder.
- Fixed save keyboard shortcut not working when editing content inside the Settings Modal text editor.
- Fixed shift+W when typing inside Yoast fields.
- Fixed a bug that would cause an error when editing content inline while Settings Modal was open.
- Fixed Shop module rendering in some cases.
- Fixed audio player controls styles on audio devices.
- Fixed Responsive Styles for the Email Optin module.
- Fixed Product Tour buttons highlighting animation on some steps.
- Fixed unwanted 'p' tags adding into Code module when it's inside the Global Row or Global Section.
- Fixed incorrect page settings bar which is positioned vertically centered when settings_bar_location option value is not valid.
- Fixed visual builder not being loaded on Divi Builder Plugin if wp_footer() action hook is not direct child of .
* core/ui/utils/frames.js
* epanel/custom_functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/Library.php
* includes/builder/frontend-builder/assets/scripts/preboot.js
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/languages/nl_NL.mo
* includes/builder/languages/nl_NL.po
* includes/builder/module/Shop.php
* includes/builder/styles/frontend-builder-style.less
version 3.15 ( updated 09-13-2018 )
- Added Multiselect and Bulk Editing to the Visual Builder.
- Fixed missing "Reply To" in Contact Form module email when the email field is not set to required.
- Fixed Grid Mode UI being shown from hovered section/rows/modules even after it is turned off.
- Fixed a bug where the wrong information was given in a debug message.
- Included the missing screen-reader-text class style in Divi.
- Fixed contact form not accepting 0 (zero) as a valid field value for required fields.
- Added shift key support for the range control.
- Fixed a bug where the Drag & Drop File Upload system was rejecting some files that should have been accepted due to file extension not being all lowercase.
- Fixed issue with inability to set tablet and phone responsive options to their default values.
- Fixed the font dropdown overlap with the options underneath in VB.
- Fixed Tooltip Modals animation when opening new modal from Page Settings Bar while another modal is not closed and vice versa.
- Fixed the inverted view on the Row Builder button group in the VB.
- Updated custom fields retrieval and processing functions for Mailchimp to make it work with custom field names.
* core/components/api/email/MailChimp.php
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/module/ContactForm.php
* includes/builder/styles/frontend-builder-style.less

version 3.14 ( updated 09-06-2018 )
- Added "Extend Styles" right click option to menus for Modules, Option Groups and Individual Options.
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/main-structure-elements.php
* includes/builder/module/Accordion.php
* includes/builder/module/AccordionItem.php
* includes/builder/module/Audio.php
* includes/builder/module/BarCounters.php
* includes/builder/module/BarCountersItem.php
* includes/builder/module/Blog.php
* includes/builder/module/Blurb.php
* includes/builder/module/Button.php
* includes/builder/module/CircleCounter.php
* includes/builder/module/Code.php
* includes/builder/module/Comments.php
* includes/builder/module/ContactForm.php
* includes/builder/module/ContactFormItem.php
* includes/builder/module/CountdownTimer.php
* includes/builder/module/Cta.php
* includes/builder/module/Divider.php
* includes/builder/module/FilterablePortfolio.php
* includes/builder/module/FullwidthCode.php
* includes/builder/module/FullwidthHeader.php
* includes/builder/module/FullwidthImage.php
* includes/builder/module/FullwidthMap.php
* includes/builder/module/FullwidthMenu.php
* includes/builder/module/FullwidthPortfolio.php
* includes/builder/module/FullwidthPostSlider.php
* includes/builder/module/FullwidthPostTitle.php
* includes/builder/module/FullwidthSlider.php
* includes/builder/module/Gallery.php
* includes/builder/module/Image.php
* includes/builder/module/Login.php
* includes/builder/module/Map.php
* includes/builder/module/MapItem.php
* includes/builder/module/NumberCounter.php
* includes/builder/module/Portfolio.php
* includes/builder/module/PostSlider.php
* includes/builder/module/PostTitle.php
* includes/builder/module/PostsNavigation.php
* includes/builder/module/PricingTables.php
* includes/builder/module/PricingTablesItem.php
* includes/builder/module/Search.php
* includes/builder/module/Shop.php
* includes/builder/module/Sidebar.php
* includes/builder/module/Signup.php
* includes/builder/module/SignupItem.php
* includes/builder/module/Slider.php
* includes/builder/module/SliderItem.php
* includes/builder/module/SocialMediaFollow.php
* includes/builder/module/SocialMediaFollowItem.php
* includes/builder/module/Tabs.php
* includes/builder/module/TabsItem.php
* includes/builder/module/TeamMember.php
* includes/builder/module/Testimonial.php
* includes/builder/module/Text.php
* includes/builder/module/Toggle.php
* includes/builder/module/Video.php
* includes/builder/module/VideoSlider.php
* includes/builder/module/VideoSliderItem.php

version 3.13.1 ( updated 09-1-2018 )
- Fixed broken font uploader modal.
- Fixed unwanted padding in font uploader modal.
* includes/builder/frontend-builder/bundle.js

version 3.13 ( updated 08-30-2018 )
- Added new column structures to the Divi Builder.
- Added new footer column layouts.
- Improved the Visual Builder tooltip modal automatic sizing and positioning.
- Fixed a bug that prevented loading premade layouts on some servers.
- Removed extra space that appeared in the Visual Builder when there was an empty TinyMCE area on the page.
- Fixed an error that occurred when subscribing to a MailPoet list due to malformed custom fields.
- Fixed broken accordion module animation in Safari.
- Removed dashes from contact form field titles in the Visual Builder.
- Fixed a bug that caused the portability tooltip to open in the wrong location when triggered by drag and drop file upload.
* css/theme-customizer-controls-styles.css
* functions.php
* images/footer-layouts.png
* includes/functions/choices.php
* includes/functions/sidebars.php
* sidebar-footer.php
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/class-et-builder-element.php
* includes/builder/functions.php
* includes/builder/main-structure-elements.php
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-global-style.css
* includes/builder/styles/frontend-builder-grid.less
* includes/builder/styles/frontend-builder-shared-conditional-style.css
* includes/builder/styles/frontend-builder-shared-conditional-style.less
* includes/builder/styles/frontend-builder-style.css
* includes/builder/styles/frontend-builder-style.less
* includes/builder/styles/style.css
* includes/builder/frontend-builder/assets/css/responsive-preview-wrapped.css
* includes/builder/frontend-builder/assets/css/responsive-preview.css
* includes/builder/feature/Library.php
* core/components/api/email/_MailPoet3.php

version 3.12.2 ( updated 08-16-2018 )
- Fixed a bug that caused animations to remove module design styles such as background colors.
* includes/builder/scripts/frontend-builder-scripts.js
version 3.12.2 ( updated 08-16-2018 )
- Fixed a bug that caused animations to remove module design styles such as background colors.
* includes/builder/scripts/frontend-builder-scripts.js

version 3.12.1 ( updated 08-13-2018 )
- Updated translation files.
- Fixed issue with partial support for modules with child modules.
- Fixed playback issues of Facebook videos in the Video module.
- Fixed display issue with Video Module, with animation applied, in when playing the video in fullscreen, in Chrome.
- Fixed fullwidth mobile menu not working in Visual Builder.
- Updated Testimonial module so that it doesn't show the "," when Job Title is empty.
- Fixed ability to find and replace Gutter Width setting.
- Fixed Visual Builder tooltips and modals from appearing behind the floating navbar on custom post types in certain cases.
- Fixed the Tabs module from malfunctioning when triple clicked on the Tab module content as soon as it was added on the page using VB.
- Fixed a bug where the Drag & Dropload interface would process files already being processed by the WP Media Library upload system.
- Fixed a PHP warning related to Post / Project tag/category.
- Fixed BB not loading when Gutenberg and Classic Editor plugins were both active.
- Fixed inconsistency between the front-end and visual builder's button module when using an icon and the margins didn't match.
- Fixed the issue when Visual Builder was not correctly initiated on WordPress sample pages.
- Fixed unwanted horizontal scroll when specialty section options are fullwidth and gutter 1 and height equalized.
- Fixed the background image being covered up when Parallax is enabled when using Fullwidth Slider Module.
- Corrected German translation of button text in WP Admin.
- Fixed issue with Google API key not working properly if an extra space was accidentally added the to key.
* core/languages/de_DE.mo
* core/languages/de_DE.po
* epanel/core_functions.php
* includes/builder/class-et-builder-settings.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/languages/ar.mo
* includes/builder/languages/ar.po
* includes/builder/languages/bg_BG.mo
* includes/builder/languages/bg_BG.po
* includes/builder/languages/cs_CZ.mo
* includes/builder/languages/cs_CZ.po
* includes/builder/languages/da_DK.mo
* includes/builder/languages/da_DK.po
* includes/builder/languages/de_DE.mo
* includes/builder/languages/de_DE.po
* includes/builder/languages/el.mo
* includes/builder/languages/el.po
* includes/builder/languages/en_US.pot
* includes/builder/languages/es_ES.mo
* includes/builder/languages/es_ES.po
* includes/builder/languages/fi.mo
* includes/builder/languages/fi.po
* includes/builder/languages/fr_FR.mo
* includes/builder/languages/fr_FR.po
* includes/builder/languages/he_IL.mo
* includes/builder/languages/he_IL.po
* includes/builder/languages/hu_HU.mo
* includes/builder/languages/hu_HU.po
* includes/builder/languages/id_ID.mo
* includes/builder/languages/id_ID.po
* includes/builder/languages/it_IT.mo
* includes/builder/languages/it_IT.po
* includes/builder/languages/ja.mo
* includes/builder/languages/ja.po
* includes/builder/languages/ko_KR.mo
* includes/builder/languages/ko_KR.po
* includes/builder/languages/ms_MY.mo
* includes/builder/languages/ms_MY.po
* includes/builder/languages/nb_NO.mo
* includes/builder/languages/nb_NO.po
* includes/builder/languages/nl_NL.mo
* includes/builder/languages/nl_NL.po
* includes/builder/languages/pl_PL.mo
* includes/builder/languages/pl_PL.po
* includes/builder/languages/pt_BR.mo
* includes/builder/languages/pt_BR.po
* includes/builder/languages/ro_RO.mo
* includes/builder/languages/ro_RO.po
* includes/builder/languages/ru_RU.mo
* includes/builder/languages/ru_RU.po
* includes/builder/languages/sk_SK.mo
* includes/builder/languages/sk_SK.po
* includes/builder/languages/sr_RS.mo
* includes/builder/languages/sr_RS.po
* includes/builder/languages/sv_SE.mo
* includes/builder/languages/sv_SE.po
* includes/builder/languages/th.mo
* includes/builder/languages/th.po
* includes/builder/languages/tl.mo
* includes/builder/languages/tl.po
* includes/builder/languages/tr_TR.mo
* includes/builder/languages/tr_TR.po
* includes/builder/languages/uk.mo
* includes/builder/languages/uk.po
* includes/builder/languages/vi.mo
* includes/builder/languages/vi.po
* includes/builder/languages/zh_CN.mo
* includes/builder/languages/zh_CN.po
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-style.css
* options_divi.php

version 3.12 ( updated 8-9-2018 )
- Added new Drag & Drop File Upload system to the Divi Builder.
* includes/builder/core.php
* includes/builder/frontend-builder/helpers.php

version 3.11.1 ( updated 07-30-2018 )
- Added support for using the Divi Builder when Gutenberg is enabled.
- Fixed JavaScript Error: "TypeError: E.AllHtmlEntities is not a constructor".
* css/meta-box-styles.css
* functions.php
* includes/builder/class-et-builder-settings.php
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/plugin-compat/gutenberg.php
* includes/builder/scripts/ext/media-library.js
* includes/builder/styles/frontend-builder-shared-conditional-style.css
* includes/builder/styles/frontend-builder-style.css

version 3.11 ( updated 07-26-2018 )
- Added a new option, Find & Replace, to right click menus on individual options.
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php

version 3.10.2 ( updated 07-23-2018 )
- Fixed a jQuery error that occurred in the VB when various third party plugins were installed.
- Fixed 1/4 column rows with gutter widths of 1 having unwanted margin bottom on mobile.
- Fixed the issue where padding was not removed when Use Background Color option was disabled in Login Module.
- Fixed PHP notice that was occurring since introduction of rollback feature.
- Fixed custom code color picker not appearing in the Visual Builder settings.
- Fixed gutter width issues on mobile that occurred due to CSS priority changes in the previous Divi feature release.
- Fixed website content width option in Customizer not taking effect when boxed layout is enabled.
* core/components/VersionRollback.php
* includes/builder/frontend-builder/bundle.js
* functions.php
* style.css

version 3.10.1 ( updated 07-16-2018 )
- Fixed Visual Builder responsive preview in the TwentySeventeen theme.
- Fixed TinyMCE dropdowns not being visible in Visual Builder modals.
- Fixed section padding not taking effect on custom post types.
- Fixed column margin regression for pages in Visual Builder.
- Fixed button hover interaction in Visual Builder.
- Added in the ability to copy, paste and reset individual Text module heading levels.
* includes/builder/frontend-builder/assets/css/responsive-preview.css
* includes/builder/frontend-builder/bundle.js

version 3.10 ( updated 07-12-2018 )
- Created a system for enabling the Divi Builder on custom post types.
- Automatically enabled the Divi Builder on popular post types that we have tested.
- Updated MailChimp API wrapper to properly handle resubscribing a previously unsubscribed and/or deleted subscriber.
- Fixed the issue where "Use Custom Styles for Button" option was disabled after pasting any button custom style options.
- Fixed the issue where "Use Custom Styles for Button" option was disabled after resetting any button custom style options.
- Fixed incorrect ability to add new row/module even when the parent module is locked in VB Click View.
- Fixed issues with some styles are not working in Divi Builder Plugin because of error in minification function.
- Removed favicon option from epanel.
- Added checkerboard pattern to palette and currently selected color swatches in to Divi Color Manager.
- Reverted back the visual appearance of color picker launcher when no color/default is selected.
* core/components/PageResource.php
* core/components/api/email/MailChimp.php
* core/components/data/Utils.php
* core/functions.php
* core/ui/components/controls/sortable-list/sortable-list.scss
* css/main-styles.css
* css/style-header.css
* epanel/core_functions.php
* epanel/css/panel.css
* epanel/js/functions-init.js
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-settings.php
* includes/builder/core.php
* includes/builder/framework.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/frontend-builder/webpack.config.js
* includes/builder/frontend-builder/webpack.production.config.js
* includes/builder/functions.php
* includes/builder/module/Toggle.php
* includes/builder/plugin-compat/easy-digital-downloads.php
* includes/builder/plugin-compat/eventon.php
* includes/builder/plugin-compat/events-manager.php
* includes/builder/plugin-compat/the-events-calendar.php
* includes/builder/plugin-compat/woocommerce.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-global-style.css
* includes/builder/styles/frontend-builder-shared-conditional-style.css
* includes/builder/styles/frontend-builder-shared-style.css
* includes/builder/styles/frontend-builder-style.css
* includes/builder/styles/preview.css
* includes/builder/template-preview.php
* js/custom.js
* js/theme-customizer.js
* options_divi.php
* sidebar.php
* single-project.php
* single.php
version 3.9 ( updated 06-28-2018 )
- Added new color manager to the Visual Builder, including new recent colors and suggested colors systems.
* includes/builder/frontend-builder/helpers.php
* includes/builder/images/no-color.png

version 3.8.1 ( updated 06-26-2018 )
- Fixed "$ is not a function" error that occurred when editing some layouts in the Visual Builder.
- Fixed alignment of custom fields when using the half width option inside of the Email optin module.
- Fixed react warning on contact form module that occurred only in dev environment.
- Fixed an issue where responsive tabs would get updated randomly when editing a row's column spacing.
- Fixed an inconsistency where a contact form with an empty field ID would be output on the VB but not on the front end.
- Fixed no results notice for filtered search still being visible after undoing changes.
- Fixed Divi shortcuts conflicts with Yoast Snippet Editor.
- Fixed a compatibility issue where WooCommerce taxonomy pages would not have a sidebar area.
- Fixed a compatibility issue with GD bbPresss Tools and GD bbPress Toolbox where the forum quote was not using the correct markup.
- Fixed display issue with Facebook videos when using an overlay.
- Fixed bug that caused search filters to be cleared on all keyboard keystrokes.
- Fixed a bug that allowed keyboard shortcuts to fire while using the modal search bar.
- Fixed a dispatch error that occurred when closing a settings modal using the ESC key while a quick access outline was being rendered on the page.
* core/languages/ar.po
* core/languages/bg_BG.po
* core/languages/cs_CZ.po
* core/languages/da_DK.po
* core/languages/de_DE.po
* core/languages/el.po
* core/languages/en_US.po
* core/languages/en_US.pot
* core/languages/es_ES.po
* core/languages/fi.po
* core/languages/fr_FR.po
* core/languages/he_IL.po
* core/languages/hu_HU.po
* core/languages/id_ID.po
* core/languages/it_IT.po
* core/languages/ja.po
* core/languages/ko_KR.po
* core/languages/ms_MY.po
* core/languages/nb_NO.po
* core/languages/nl_NL.po
* core/languages/pl_PL.po
* core/languages/pt_BR.po
* core/languages/ro_RO.po
* core/languages/ru_RU.po
* core/languages/sk_SK.po
* core/languages/sr_RS.po
* core/languages/sv_SE.po
* core/languages/th.po
* core/languages/tl.po
* core/languages/tr_TR.po
* core/languages/uk.po
* core/languages/vi.po
* core/languages/zh_CN.po
* epanel/shortcodes/shortcodes.php
* functions.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/module/ContactFormItem.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-style.css

version 3.8 ( updated 06-21-2018 )
- Added new Quick Access design system to the Visual Builder.
* includes/builder/frontend-builder/bundle.js

version 3.7.1 ( updated 06-20-2018 )
- Security Update: Added permission checks on all heartbeat callbacks. For more information, please read: https://us7.campaign-archive.com/?u=9ae7aa91c578052b052b864d6&id=3b5811b076
- Separated page fetching into a separate ajax call to reduce peek memory usage during post.php loading.
- Fixed a bug that caused Theme Customizer button padding to overwrite custom button module padding added in the Divi Builder.
- Exclude current post/page from Existing Pages in Divi Library.
- Fixed an error that could sometime happen in Divi Library when loading a layout.
- Fixed a bug that could cause the 'Add Module' modal to show no content.
- Added in page creation UI animation dependency on builder settings.
- Decreased PHP memory usage to avoid possible server errors.
- Updated styling for contact module's checkbox field.
- Fixed never-before-published draft pages not showing up in Existing Pages in Library.
- Fixed an issue where dragging a section to the very top while in wireframe mode was not easy.
- Fixed a Javascript error that occurred when changing a value in a numeric input field and clicking out of the field quickly.
- Fixed tooltip still visible after the module buttons clicked.
* includes/builder/core.php
* includes/builder/feature/Library.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/module/Button.php
* includes/builder/scripts/builder.js
* includes/builder/styles/frontend-builder-style.css

version 3.7 ( updated 06-14-2018 )
- Added new page creation workflow for the Visual Builder
- Any page can now be duplicated/imported into the builder.
- Added in ability to copy individual font options across different type of modules.
- Fixed selector used for custom CSS styles targeting form fields in the Email Optin module.
- Fixed an issue where the tooltip modal would not align correctly while in wireframe mode on the VB.
- Fixed an issue when zooming would cause a 1 pixel line when using section dividers.
- Fixed js error occurring in Blog and Portfolio modules when using pagination in Divi Builder Plugin.
- Fixed bug CSS selectors syntax when Divi Builder plugin is active.
- Updated the styling of the error message within the optin module.
- Fixed a PHP compatibility issue for version 5.2 where a function did not exist.
- Fixed Mailchimp newsletter subscribe option resulting in double optin even when single optin was chosen.
- Fixed an issue in the Constant Contact API Wrapper that made it impossible to subscribe an existing subscriber to any additional lists.
- Fixed a PHP error that was triggered on some AJAX calls when ET_DEBUG constant was set to true.
* core/components/Logger.php
* core/components/api/email/ConstantContact.php
* core/components/api/email/MailChimp.php
* core/components/init.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/feature/Library.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/frontend-builder/i18n/library.php
* includes/builder/frontend-builder/webpack.config.js
* includes/builder/frontend-builder/webpack.production.config.js
* includes/builder/functions.php
* includes/builder/images/clone.gif
* includes/builder/images/clone.png
* includes/builder/images/existing.gif
* includes/builder/images/existing.png
* includes/builder/images/premade.gif
* includes/builder/images/premade.png
* includes/builder/images/scratch.gif
* includes/builder/images/scratch.png
* includes/builder/module/Signup.php
* includes/builder/module/settings/migration/ContactFormItemOptionsSerialization.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-style.css
* includes/builder/styles/style.css

version 3.6 ( updated 06-07-2018 )
- Added rollback feature which allows users to rollback to the version of Divi that they previously had installed before updating.
- Fixed Javascript error when configuring Global Modules selective sync in Visual Builder.
- Updated behavior of numeric controls so that they increment by the appropriate interval for the control.
- Fixed an issue where the bottom modal position option wouldn't display the correct setting.
- Fixed an issue with CSS style generation for Divi Builder modules that use another module's render method.
- Adjusted the settings modal's border radii to prevent rough edges displaying on the corners against dark backgrounds.
- Fixed fullwidth header responsive preview for desktop when setting a center layout design.
- Fixed ability to delete a module while the module settings modal is open when in wireframe mode in Visual Builder.
- Fix issue in the Email Optin module where description and footer content that included links would be lost upon saving the page in the classic Divi Builder.
- Fixed an error caused by contact form checkbox, radio and select fields with quotes in their options' labels.
- Fixed display issue with custom date and number inputs with CampaignMonitor provider for Email Optin Module.
- Enabled conditional parent options If child styles are copied & pasted.
- Fixed email optin migration bug where description disappears after being saved on VB without any modification.
- Fixed migration inconsistencies when the migrated value is being migrated to the same attribute name.
* core/admin/css/core.css
* core/admin/css/version-rollback.css
* core/admin/js/core.js
* core/admin/js/version-rollback.js
* core/components/README.md
* core/components/VersionRollback.php
* core/components/api/ElegantThemes.php
* core/components/api/email/CampaignMonitor.php
* core/components/lib/SilentThemeUpgraderSkin.php
* core/functions.php
* core/languages/ar.mo
* core/languages/ar.po
* core/languages/bg_BG.mo
* core/languages/bg_BG.po
* core/languages/cs_CZ.mo
* core/languages/cs_CZ.po
* core/languages/da_DK.mo
* core/languages/da_DK.po
* core/languages/de_DE.mo
* core/languages/de_DE.po
* core/languages/el.mo
* core/languages/el.po
* core/languages/en_US.mo
* core/languages/en_US.po
* core/languages/en_US.pot
* core/languages/es_ES.mo
* core/languages/es_ES.po
* core/languages/fi.mo
* core/languages/fi.po
* core/languages/fr_FR.mo
* core/languages/fr_FR.po
* core/languages/he_IL.mo
* core/languages/he_IL.po
* core/languages/hu_HU.mo
* core/languages/hu_HU.po
* core/languages/id_ID.mo
* core/languages/id_ID.po
* core/languages/it_IT.mo
* core/languages/it_IT.po
* core/languages/ja.mo
* core/languages/ja.po
* core/languages/ko_KR.mo
* core/languages/ko_KR.po
* core/languages/ms_MY.mo
* core/languages/ms_MY.po
* core/languages/nb_NO.mo
* core/languages/nb_NO.po
* core/languages/nl_NL.mo
* core/languages/nl_NL.po
* core/languages/pl_PL.mo
* core/languages/pl_PL.po
* core/languages/pt_BR.mo
* core/languages/pt_BR.po
* core/languages/ro_RO.mo
* core/languages/ro_RO.po
* core/languages/ru_RU.mo
* core/languages/ru_RU.po
* core/languages/sk_SK.mo
* core/languages/sk_SK.po
* core/languages/sr_RS.mo
* core/languages/sr_RS.po
* core/languages/sv_SE.mo
* core/languages/sv_SE.po
* core/languages/th.mo
* core/languages/th.po
* core/languages/tl.mo
* core/languages/tl.po
* core/languages/tr_TR.mo
* core/languages/tr_TR.po
* core/languages/uk.mo
* core/languages/uk.po
* core/languages/vi.mo
* core/languages/vi.po
* core/languages/zh_CN.mo
* core/languages/zh_CN.po
* epanel/css/panel.css
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/functions.php
* includes/builder/module/Signup.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/Animation.php
* includes/builder/module/settings/migration/BackgroundUI.php
* includes/builder/module/settings/migration/BorderOptions.php
* includes/builder/module/settings/migration/ContactFormItemOptionsSerialization.php
* includes/builder/module/settings/migration/DropShadowToBoxShadow.php
* includes/builder/module/settings/migration/EmailOptinContent.php
* includes/builder/module/settings/migration/FilterOptions.php
* includes/builder/module/settings/migration/FullwidthHeader.php
* includes/builder/module/settings/migration/FullwidthHeader2.php
* includes/builder/module/settings/migration/InnerShadowToBoxShadow.php
* includes/builder/module/settings/migration/OptionsHarmony.php
* includes/builder/module/settings/migration/ShopModuleSlugs.php
* includes/builder/module/settings/migration/UIImprovements.php
* includes/builder/plugin-compat/sitepress-multilingual-cms.php
* includes/builder/scripts/builder.js
* options_divi.php

version 3.5.1 ( updated 06-01-2018 )
- Fixed an issue with copying styles of an Accordion Module Item not working correctly.
- Fixed js error when opening Module Settings while "Add To Library" modal is opened.
- Fixed an issue where you could no longer close module settings modal with ESC keyboard shortcut.
- Fixed rendering issue with global Code Module in Visual Builder.
- Fixed an error that occurred when editing the Social Follow module in the Visual Builder.
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js

version 3.5 ( updated 05-31-2018 )
- Added feature that enables users to filter the settings modal options in addition to searching.
- Added new element right click menu option "View Modified Styles".
- Added new Go To Option item to settings modal right click menu.
- Fixed the issue where native browser context menu wouldn't display within textarea in settings modal.
- Fixed an issue where the context menu of the settings modal header displayed wrong menu items.
- Fixed PHP error occurring when using the module preview in the Classic Divi Builder.
- Fixed the issue where background colors of Social Media Follow items were not reset correctly during resetting styles.
- Fixed a bug where column background settings wouldn't reset while resetting entire section or row styles.
- Fixed the issue where some style options of "Tab Text" options group, within Tabs Module, were not copied correctly.
- Fixed Image Align Bottom option not working on mobile for Fullwidth Header module.
- Fixed certain Visual Builder UI elements not working properly when disabling various things in the role editor.
- Fixed locked specialty sections having wrong color for the Lock and Collapse button.
- Fixed issue with duplicating checkboxes where link wouldn't properly get duplicated as well.
- Fixed a compatibility with Easy Forms for MailChimp that prevented section background colors from being changed.
- Added keyboard shortcut hint into builder helper for reset module styles.
- Fixed issue with custom margin value working incorrectly for the blog module.
- Fixed logo preloading failing on Safari 11.
- Added extra security hardening to the OAuth2 authorization callback.
* core/components/api/OAuthHelper.php
* core/components/api/Service.php
* core/components/api/email/Providers.php
* core/ui/components/controls/sortable-list/sortable-list.jsx
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/module/Blog.php
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/style.css
* includes/builder/template-preview.php
* js/custom.js

version 3.4.1 ( updated 05-26-2018 )
- Fixed a bug that caused unwanted line breaks to be added to the email optin module when saving in the classic Divi Builder.
- Fixed a bug that caused line breaks to be mistakenly stripped from the email optin module's description field after a successful settings migration occurred.
- Fixed a bug that broke content migration when the migrated module existed inside of a specialty section and the migration occurred when using the classic Divi Builder.
* includes/builder/scripts/builder.js
* includes/builder/class-et-builder-element.php

version 3.4 ( updated 05-25-2018 )
- Added custom field integration for the email optin module.
- Added the ability to add links to email optin checkbox fields and contact form checkbox fields.
- Added an option to disable Google Fonts in the Divi Theme Options.
- Removed IP Address logging in the Divi Leads split testing system.
- Fixed a ReactJS warning for video uploads.
- Fixed an issue where the Help Button would disappear when searching for options in the Visual Builder Settings Modal.
- Fixed Shop module compatibility issue with WPML.
- Replaced ip address with cookie-based tracking for split test to comply to GDPR.
- Fixed issue where inner row styles were unable to be copied in some cases.
- Fixed Feedburner email optin.
- Added ability to use keyboard shortcuts with modifiers when the search field of the module settings window is focused.
- Fixed Javascript error that occurred when saving module settings if app modal was still opened while opening the module settings.
- Fixed the issue where column padding settings were not reset/copied/pasted in case of working with entire design tab for Sections and Rows.
- Added a new (Cmd/Ctrl + R) keyboard shortcut for reset styles.
- Fixed issue with value 'linking' for custom padding on columns.
- Fixed double quotes error on Contact Form Module checkbox and radio options.
- Fixed an issue where a person module had extra spacing on the Visual Builder and not on the front-end.
- Fixed button module custom margin not working in some cases.
- Customer friendly one liner explaining what was Fixed/Added etc for use in the changelog. Capitalized first word and ending in a period.
- Fixed issue with adding Email Optin custom fields while the user is in wireframe mode.
- Fixed undefined error on PHP versions 7.1 and above.
- Fixed Gallery Module global selective sync.
- Fixed the rendering of the bottom curve SVG section divider so it will display smooth as intended.
- Fixed Inline Editor from showing up when right clicking in TinyMCE.
- Fixed uiwebview class being added when it should not have been on non-mobile devices.
- Fixed an issue where a WooCommerce shortcode could lead to issues with WooCommerce product gallery not changing the column settings.
* core/admin/fonts/modules.eot
* core/admin/fonts/modules.svg
* core/admin/fonts/modules.ttf
* core/admin/fonts/modules.woff
* core/admin/js/common.js
* core/admin/js/react-dom.production.min.js
* core/admin/js/react.production.min.js
* core/components/HTTPInterface.php
* core/components/api/OAuthHelper.php
* core/components/api/Service.php
* core/components/api/email/ActiveCampaign.php
* core/components/api/email/Aweber.php
* core/components/api/email/CampaignMonitor.php
* core/components/api/email/ConstantContact.php
* core/components/api/email/ConvertKit.php
* core/components/api/email/Emma.php
* core/components/api/email/Feedblitz.php
* core/components/api/email/Fields.php
* core/components/api/email/GetResponse.php
* core/components/api/email/HubSpot.php
* core/components/api/email/Infusionsoft.php
* core/components/api/email/MadMimi.php
* core/components/api/email/MailChimp.php
* core/components/api/email/MailPoet.php
* core/components/api/email/MailerLite.php
* core/components/api/email/Mailster.php
* core/components/api/email/Ontraport.php
* core/components/api/email/Provider.php
* core/components/api/email/Providers.php
* core/components/api/email/SalesForce.php
* core/components/api/email/SendinBlue.php
* core/components/api/email/_MailPoet2.php
* core/components/api/email/_MailPoet3.php
* core/components/api/email/iContact.php
* core/components/api/email/init.php
* core/components/data/Utils.php
* core/components/lib/OAuth.php
* core/functions.php
* epanel/custom_functions.php
* functions.php
* includes/builder/ab-testing.php
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-builder-settings.php
* includes/builder/class-et-global-settings.php
* includes/builder/core.php
* includes/builder/frontend-builder/assets.php
* includes/builder/frontend-builder/assets/scripts/react-dom.production.min.js
* includes/builder/frontend-builder/assets/scripts/react.production.min.js
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/main-structure-elements.php
* includes/builder/module/Button.php
* includes/builder/module/ContactForm.php
* includes/builder/module/ContactFormItem.php
* includes/builder/module/Signup.php
* includes/builder/module/SignupItem.php
* includes/builder/module/field/Divider.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/EmailOptinContent.php
* includes/builder/plugin-compat/sitepress-multilingual-cms.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-style.css
* js/custom.js
* options_divi.php
version 3.3.1 ( updated 05-16-2018 )
- Fixed a bug that caused toggled items in Sliders and Tabs modules to not show up.

version 3.3 ( updated 05-16-2018 )
- Added new Fluid Styles System for the Visual Builder.
- Added the ability to copy any option or option group.
- Added the ability to paste options and option groups from one module to another.
- Added the ability to reset module styles by right clicking on any module, settings tab, option group or option.
- Fixed a potential 404 error caused by incorrect email optin query parameters.
- Fixed where right clicking a locked module would cause a JavaScript error in certain scenarios.
- Fixed a visual issue where rounded corners would appear on tabs area of modal when loading a layout from the library modal.
- Fixed spelling error on section divider option name.
- Fixed a JavaScript error if TinyMCE was not instantiated.
- Fixed a bug that prevented mouse clicks directly below the Inline Editor in the Visual Builder.
- Improved some styles of the Inline Editor.
- Fixed Visual Builder RTL look when Disable Translation is enabled.
- Fixed wrong VB Testimonial module description position on the phone and tablet preview.
- Fixed incorrect `et-fixed-header` classname removal when transparent nav is used.
* core/admin/css/core.css
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/module/FullwidthHeader.php
* includes/builder/module/SliderItem.php
* includes/builder/module/field/BoxShadow.php
* includes/builder/module/field/Divider.php
* includes/builder/module/field/TextShadow.php
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-style.css
* js/custom.js

version 3.2.2 ( updated 05-07-2018 )
- Fixed a bug that caused custom unit types to not be inherited within cascading responsive input tabs.
- Fixed a bug that caused range slider inputs to become unusable after switching to tablet or smartphone responsive editing tabs in some situations.
- Fixed a bug that caused default values to appear in range slider inputs as true values instead of placeholders when resetting a range slider option after having just disabled responsive editing.
- Fixed a bug that caused range slider inputs to need to be reset twice after having disabled responsive editing options that included custom tablet and smartphone values.
* includes/builder/frontend-builder/bundle.js

version 3.2.1 ( updated 05-02-2018 )
- Fixed missing module credits in the Visual Builder.
- Fixed missing comment module comment count in Divi Builder plugin.
- Fixed inability to set blurb module widths to 100% on tablet and smartphone breakpoints.
- Fixed specialty section row padding inconsistencies in the Visual Builder.
- Fixed issue with ordered list styles not working correctly in text modules.
- Updated color palette to match new circle swatch UI.
- Added tooltips to the new color picker UI.
- Added checkered background pattern to color palettes to help distinguish between opaque and transparent colors.
- Fixed "add new element button" still being rendered when parent section or row is locked in Grid Mode.
- Fixed bug that caused line breaks to be incorrectly encoded in Custom CSS options.
- Fixed a bug that caused the Divi Builder to fail to load when disabled modules existed on the page.
- Fixed custom font selection rendering in the Visual Builder settings modal.
- Fixed issue when a WooCommerce shop page could not be set as a front static page when the page was built with the divi builder.
- Disabled keyboard shortcuts on input focus that caused unwanted modal snapping.
- Fixed Javascript error in Divi Builder that occurred when content was empty or didn't contain shortcodes.
- Fixed a bug that caused legacy padding values of "0" to be ignored as null values on the front end due to a logic error in the PHP validation method.
- Fixed incorrect preloader icon positioning when loading premade layouts.
- Fixed responsive heading font sizes for h5 and h6 tags.
- Fixed a WooCommerce issue where related products didn't clear properly when no description was provided.
* epanel/core_functions.php
* epanel/css/panel.css
* epanel/js/functions-init.js
* functions.php
* includes/builder/class-et-builder-element.php
* includes/builder/compat/woocommerce.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/frontend-builder/helpers.php
* includes/builder/functions.php
* includes/builder/module/Comments.php
* includes/builder/module/Text.php
* includes/builder/module/settings/Migration.php
* includes/builder/plugin-compat/woocommerce.php
* includes/builder/scripts/builder.js
* js/theme-customizer.js
  • Like
Reactions: benji
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock    No Thanks