• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Плагин Elegant Themes Plugins (Divi Builder + Addons)

Diamir

Мой дом здесь!
Регистрация
21 Май 2013
Сообщения
183
Реакции
427
anticipate-plugin-main-image.jpg

Anticipate
Maintenance Mode Plugin
Quickly create a “Coming Soon” page for your upcoming website before its official release. Let visitors know about your new project and connect with them via email and other social networks.
Для просмотра ссылки Войди или Зарегистрируйся
 
Divi Builder 2.0.37 (hotfix)
version 2.0.37
- Fixed a bug that caused animated sections to disappear when they were saved as global sections.
- Fixed a compatibility issue with old deprecated versions of PHP that was introduced in the options harmony update.
- Fixed a bug that caused a whitespace to be added in button href attributes that made the button unclickable.
* includes/builder/class-et-builder-element.php
* includes/builder/framework.php
* includes/builder/main-modules.php

version 2.0.36 (updated 9-14-2017 )
- Added width options to all modules, rows and sections.
- Added module alignment options to all modules.
- Added row alignment options to all rows.
- Added section alignment options to all sections
- Added text alignment options to all modules and all module sub elements, such as as title and body text option groups.
- Added background color options to all modules.
- Added background image options to all modules.
- Added background image position and repeat options to all modules.
- Added parallax background image options to all modules.
- Added background gradient options to all modules.
- Added background video options to all modules.
- Added padding top/bottom/left/right options to all modules.
- Added margin top/bottom/left/right options to all modules.
- Improved options clarity by removing confusing double negatives and ambiguous choices.
- Improved options usability by migrating legacy Divi options to more modern and relevant control types.
* includes/builder/class-et-builder-element.php
* includes/builder/class-et-global-settings.php
* includes/builder/functions.php
* includes/builder/main-modules.php
* includes/builder/main-structure-elements.php
* includes/builder/module/settings/Migration.php
* includes/builder/module/settings/migration/OptionsHarmony.php
* includes/builder/scripts/builder.js
* includes/builder/styles/frontend-builder-style.css
* includes/builder/styles/style.css
* includes/builder/frontend-builder/helpers.php
* includes/builder/frontend-builder/bundle.js
 
Последнее редактирование:
Divi Builder 2.0.37
Скрытое содержимое доступно для зарегистрированных пользователей!
version 2.0.37 ( updated 9-15-2017 )
- Fixed a bug that caused animated sections to disappear when they were saved as global sections.
- Fixed a compatibility issue with old deprecated versions of PHP that was introduced in the options harmony update.
- Fixed a bug that caused a whitespace to be added in button href attributes that made the button unclickable.
- Fixed a bug that caused global sections to inherit animation properties from child modules and rows.
* includes/builder/class-et-builder-element.php
* includes/builder/framework.php
* includes/builder/main-modules.php
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-style.css
Выделены изменения, относительно HOTFIX - версии.
 
Divi Builder 2.0.38
version 2.0.38 ( updated 9-21-2017 )
- Added email optin module integration for the following email service providers: ConvertKit, Mailerlite, Mailster, Infusionsoft, Ontraport, iContact, HubSpot, GetResponse, Feedblitz, ConstantContact, Sendinblue, ActiveCampaign, SalesForce, CampaignMonitor, MailPoet 2.x, and MailPoet 3.
- Added success actions system to the email optin module.
- Add the ability to redirect users to a custom URL after opting in via the email optin module.
- Improved API wrappers for iContact, Constant Contact, HubSpot, MadMimi and MailPoet.
- Fixed a bug that caused the Divi Builder to become unresponsive when editing certain modules due to failed Ajax requests while localstorage was full.
- Fixed a bug that often caused copy/paste to fail when using the classic Divi Builder in Safari due to insufficient localstorage space.
- Greatly reduced Divi's use of localstorage space by compressing backbone templates using LZstring compression.
- Fixed a bug with older web browsers that caused the Divi Builder to fail to load in IE11 and Safari 9.0, resulting in an inaccurate "Builder Cache Warning" popup.
- Fixed a bug that caused bar counter titles to remain visible in the Visual Builder after having been completely deleted.
- Fixed an error that occurred in the Visual Builder after adding an empty row to an empty page, and then saving that empty row without making any changes to it.
- Prevented Chrome from automatically increasing text sizes on mobile devices.
- Fixed an issue that caused custom video play button colors to not work when the Divi Builder was being used on a post instead of a page, due to post format styling.
- Comment module meta text alignment options will now work correctly.
- Animation CSS classes will no longer be shown in the Custom CSS settings when editing a module, since these custom classes are not editable.
- Custom background colors applied via the Divi Builder page settings will now show up correctly when using the Visual Builder's responsive preview modes.
- Fixed an error that occurred when discarding changes after having just added a new filterable portfolio module to the page in the Visual Builder.
- Default values in the Visual Builder input fields will now be rendered as input placeholders, instead of actual values. This makes it easy to backspace or delete values and revert to default without any additional data validation.
- Fixed a bug where backspacing to delete values in the Visual Builder input fields was difficult or impossible due to data validation timing.
- Fixed a bug that caused some default text orientation settings to be set to "left" when in fact the default should have been center after saving the page in the classic Divi Builder.
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/scripts/lz-string.min.js
* includes/builder/main-modules.php
* includes/builder/functions.php
* includes/builder/frontend-builder/init.php
* includes/builder/frontend-builder/helpers.php
* includes/builder/core.php
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js
* core/functions.php
* core/components/data/init.php
* core/components/data/Utils.php
* core/components/api/email/init.php
* core/components/api/email/iContact.php
* core/components/api/email/_ProviderName.php
* core/components/api/email/Providers.php
* core/components/api/email/Provider.php
* core/components/api/email/MailPoet.php
* core/components/api/email/MadMimi.php
* core/components/api/email/HubSpot.php
* core/components/api/email/GetResponse.php
* core/components/api/email/Feedblitz.php
* core/components/api/email/Emma.php
* core/components/api/email/ConvertKit.php
* core/components/api/email/ConstantContact.php
* core/components/api/email/CampaignMonitor.php
* core/components/api/email/Aweber.php
* core/components/api/email/ActiveCampaign.php
* core/components/api/Service.php
* core/components/Logger.php
* core/components/HTTPInterface.php
 
Bloom 1.2.18
version 1.2.18 ( updated 9-21-2017 )
- Improved API wrappers for iContact, Constant Contact, HubSpot, MadMimi, and MailPoet and moved them to core.
- Added support for MailPoet 3.
* core/functions.php
* core/components/data/init.php
* core/components/data/Utils.php
* core/components/api/email/init.php
* core/components/api/email/iContact.php
* core/components/api/email/_ProviderName.php
* core/components/api/email/Providers.php
* core/components/api/email/Provider.php
* core/components/api/email/MailPoet.php
* core/components/api/email/MadMimi.php
* core/components/api/email/HubSpot.php
* core/components/api/email/GetResponse.php
* core/components/api/email/Feedblitz.php
* core/components/api/email/Emma.php
* core/components/api/email/ConvertKit.php
* core/components/api/email/ConstantContact.php
* core/components/api/email/CampaignMonitor.php
* core/components/api/email/Aweber.php
* core/components/api/email/ActiveCampaign.php
* core/components/api/Service.php
* core/components/Logger.php
* core/components/HTTPInterface.php
 
Divi Builder 2.0.39
version 2.0.39 ( updated 9-29-2017 )
- Fixed background color inconsistencies on slider and fullwidth slider module.
- Fixed Javascript type error after clearing layout in zoom out mode.
- Fixed audio module responsive settings for title font size not being applied.
- Fixed error when google maps script was missing.
- Removed Grid-specific "Show Pagination" from Gallery module settings.
- Fixed incorrect slide item background-related styling property due to CSS specificity.
- Fixed font settings not being applied to radio and checkboxes fields title in the contact form module.
- Fixed slider image alignment on mobile.
- Fixed PHP error "trying to get property of non-object" when adding blog module in the VB.
- Fixed PHP error "Undefined Index" Occurred on Migration File Caused by Migrated Global Module.
- Fixed Blurb's missing "Design > Sizing > Content Width" field on BB.
- Fixed Blurb module icon size.
- Fixed Page Settings CSS, No Effect When Removing Custom CSS.
- Fixed Aweber error: "Missing required argument: ".
- Fixed error in GetResponse wrapper.
- Fixed display issue with name field for providers that support only one name field.
- Updated Visual Builder to automatically closed settings modal when module is dragged.
- Fixed issue where the submit and cancel buttons were not shown when attempting to add an account for providers which don't have any other fields besides the account name.
- Fixed animation visibility issues on Safari.
- Visual Builder, Accordion, Fixed unwanted jumping effect when accordion has one item and being hovered in VB.
- Fixed reset background-color which causes background blend outputting unexpected output on section when gradient, image, and some blend mode is used.
- Fixed inconsistent history with global layout.
- Fixed error occurring in Constant Contact API call regarding the list id.
- Visual Builder, Accordion, make sure that first accordion item is opened if no accordion item is opened.
- Fixed builder toggle button error.
- Improved the clear cache functionality to prevent errors due to changes in 3rd party provider's code.
- Add plugin compatibility class for Yoast SEO to enable support for Image Module images to appear in sitemaps.
- Fixed incorrect true parallax image background of first module when minified js and transparent nav are used.
- Added minified JS and minified CSS to body class name and global JS variable.
- Fixed a JavaScript error when there is no WooCommerce Gallery.
- Fixed a typo in the Email Opt-in Module's HTML that caused the last name field to not be sent to provider apis.
- Fixed error occurring when mailpoet wrapper classes used more than once.
- Fix issue where the submit and cancel buttons were not shown when attempting to add an account for providers which don't have any other fields besides the account name.
- Removed a stray ampersand from stylesheet.
- Fixed filterable portfolio not working properly when pagination is disabled.
- Fixed error when accessing settings while the tooltip is still opened.
- Added animation class name during `componentWillReceiveProps()` to avoid incorrect props used to build animation class name during undo.
- Fixed the typo in Sortable function which lead to broken UI after moving sections sometimes.
- Fixed disappearing blog posts when blog - fullwidth style is pasted to blog - grid style module.
- Fixed the error when moving modules outside of Global parents.
- Fixed the issue when waypoint modules were not loaded in Blog on 2+ pages.
- Fixed bug in the Email Opt-in module that made it impossible to exclude the name field.
* core/components/api/email/ConstantContact.php
* core/components/api/email/GetResponse.php
* core/components/api/email/MailPoet.php
* core/components/api/email/_MailPoet2.php
* core/components/api/email/Provider.php
* core/components/api/email/Providers.php
* core/components/data/Utils.php
* core/components/init.php
* core/components/lib/BluehostCache.php
* includes/builder/class-et-builder-element.php
* includes/builder/core.php
* includes/builder/functions.php
* includes/builder/main-modules.php
* includes/builder/module/Blog.php
* includes/builder/module/Blurb.php
* includes/builder/module/ContactFormItem.php
* includes/builder/module/FilterablePortfolio.php
* includes/builder/module/Gallery.php
* includes/builder/module/Signup.php
* includes/builder/module/SliderItem.php
* includes/builder/plugin-compat/wordpress-seo.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
* js/custom.js
 
А Bloom и Monarch тоже обновились?
 
Bloom 1.2.19
version 1.2.19 ( updated 9-29-2017 )
- Updated core framework to the latest version.
* core/components/api/email/ConstantContact.php
* core/components/api/email/GetResponse.php
* core/components/api/email/MailPoet.php
* core/components/api/email/_MailPoet2.php
* core/components/api/email/Provider.php
* core/components/api/email/Providers.php
* bloom.php
* js/admin.js
Monarch 1.3.21
version 1.3.21 ( updated 9-29-2017 )
- Updated core framework to the latest version.
* core/components/api/email/ConstantContact.php
* core/components/api/email/GetResponse.php
* core/components/api/email/MailPoet.php
* core/components/api/email/_MailPoet2.php
* core/components/api/email/Provider.php
* core/components/api/email/Providers.php
 
Divi Builder 2.0.41
version 2.0.41 ( updated 10-09-2017 )
- Fixed conditionally hidden fields being shown in message pattern.
- Fixed a bug in the Visual Builder where the selective sync status icon for global modules' settings was not updated properly when the status changed.
- Ensure that all post-based modules display the "No Results" template when there are no posts to be displayed.
- Improve clearing backend builder template cache.
- Updated epanel shortcodes CSS image path.
- Enable RTL when Disable Translations is enabled.
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/scripts/builder.js
* includes/builder/functions.php
* includes/builder/frontend-builder/init.php
* includes/builder/frontend-builder/view.php
* includes/builder/main-modules.php
* includes/builder/module/Blog.php
* includes/builder/module/FilterablePortfolio.php
* includes/builder/module/FullwidthPortfolio.php
* includes/builder/module/Portfolio.php
* includes/builder/module/PostSlider.php
* includes/builder/module/Shop.php
* includes/builder/module/type/PostBased.php
* includes/builder/styles/frontend-builder-style.css
* epanel/shortcodes/css/shortcodes.css
* epanel/shortcodes/shortcodes.php
 
Divi Booster 2.5.7
= 2.5.7 =
* Fixed app-style header causing horizontal scroll bar to appear
* Prevented box layout header overlap from applying on non-box layouts
* Fixed gallery title hiding not applied to popups
* Fixed umlauts and other characters being unnecessarily encoded in text before mobile menu button
Divi Builder 2.0.44
version 2.0.44 ( updated 10-12-2017 )
- Fixed image alignment issue that prevented alignment options from working correctly.
- Fixed a bug that caused the blurb left icon alignment option to not work correctly.
* style.css

version 2.0.43 ( updated 10-12-2017 )
- Add box shadow options to all modules, including a new UI that includes box shadow presets, as well as options to customize all aspects of the box shadow.
* includes/builder/class-et-builder-element.php
* includes/builder/frontend-builder/bundle.js
* includes/builder/main-structure-elements.php
* includes/builder/module/Accordion.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/Code.php
* includes/builder/module/ContactForm.php
* includes/builder/module/ContactFormItem.php
* includes/builder/module/Cta.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/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/Portfolio.php
* includes/builder/module/PostSlider.php
* includes/builder/module/PostsNavigation.php
* includes/builder/module/PricingTables.php
* includes/builder/module/PricingTablesItem.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/Toggle.php
* includes/builder/module/Video.php
* includes/builder/module/VideoSlider.php
* includes/builder/module/VideoSliderItem.php
* includes/builder/module/field/Base.php
* includes/builder/module/field/BoxShadow.php
* includes/builder/module/field/Factory.php
* includes/builder/scripts/builder.js
* includes/builder/scripts/frontend-builder-global-functions.js
* includes/builder/scripts/frontend-builder-scripts.js
* includes/builder/styles/frontend-builder-style.css
* includes/builder/styles/style.css

version 2.0.42 ( updated 10-11-2017 )
- Fixed a bug that caused the Divi Builder to disappear for some users due to a function scope issue.
- Fixed email opt-in module phone preview in VB.
- Fixed settings window in BB not being translated after switching language.
* includes/builder/framework.php
* includes/builder/styles/frontend-builder-style.css
* includes/builder/scripts/builder.js
Шаблоны с интегрированным Divi Builder в Для просмотра ссылки Войди или Зарегистрируйся
 
Последнее редактирование:
Назад
Сверху