Fixes #1630
This commit is contained in:
15
spec/fixtures/db/dynamic_finders.yml
vendored
15
spec/fixtures/db/dynamic_finders.yml
vendored
@@ -81697,24 +81697,27 @@ plugins:
|
||||
Readme:
|
||||
path: readme.txt
|
||||
themeisle-companion:
|
||||
StyleComment:
|
||||
class: BodyPattern
|
||||
path: core/assets/css/orbit-fox-admin.css
|
||||
pattern: !ruby/regexp /Version:\ (?<v>\d+\.[\.\d]+)/i
|
||||
version: true
|
||||
QueryParameter:
|
||||
files:
|
||||
- obfx_modules/menu-icons/css/public.css
|
||||
- obfx_modules/gutenberg-blocks/assets/fontawesome/css/all.min.css
|
||||
- obfx_modules/gutenberg-blocks/assets/fontawesome/css/v4-shims.min.css
|
||||
version: true
|
||||
ChangeLog:
|
||||
class: BodyPattern
|
||||
path: CHANGELOG.md
|
||||
pattern: !ruby/regexp /\#\#\# v?(?<v>\d+\.[\.\d]+) \- [\d\-\/]{8,}/i
|
||||
pattern: !ruby/regexp /\#+ (?:\[Version (?<v>\d+\.[\.\d]+)\]|v?(?<v>\d+\.[\.\d]+)
|
||||
\- [\d\-\/]{8,})/i
|
||||
version: true
|
||||
Readme:
|
||||
path:
|
||||
- readme.txt
|
||||
- readme.md
|
||||
TranslationFile:
|
||||
class: BodyPattern
|
||||
path: languages/themeisle-companion.pot
|
||||
pattern: !ruby/regexp '/Project\-Id\-Version: Orbit Fox Companion (?<v>\d+\.[\.\d]+)/i'
|
||||
version: true
|
||||
themely-security:
|
||||
Readme:
|
||||
path: readme.txt
|
||||
|
||||
20
spec/fixtures/dynamic_finders/expected.yml
vendored
20
spec/fixtures/dynamic_finders/expected.yml
vendored
@@ -44146,24 +44146,26 @@ plugins:
|
||||
- 'http://wp.lab/wp-content/plugins/themeid-caldera-form-to-slack/languages/caladea-slack.pot,
|
||||
Match: ''rsion: Theme.id''s Caldera Form to Slack 0.1.0'''
|
||||
themeisle-companion:
|
||||
StyleComment:
|
||||
number: 2.4.1
|
||||
found_by: Style Comment (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/themeisle-companion/core/assets/css/orbit-fox-admin.css,
|
||||
Match: ''Version: 2.4.1'''
|
||||
QueryParameter:
|
||||
number: 2.7.5
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/themeisle-companion/obfx_modules/menu-icons/css/public.css?ver=2.7.5
|
||||
confidence: 10
|
||||
- http://wp.lab/wp-content/plugins/themeisle-companion/obfx_modules/gutenberg-blocks/assets/fontawesome/css/all.min.css?ver=2.7.5
|
||||
- http://wp.lab/wp-content/plugins/themeisle-companion/obfx_modules/gutenberg-blocks/assets/fontawesome/css/v4-shims.min.css?ver=2.7.5
|
||||
confidence: 30
|
||||
ChangeLog:
|
||||
number: 2.7.5
|
||||
number: 2.10.4
|
||||
found_by: Change Log (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/themeisle-companion/CHANGELOG.md, Match:
|
||||
''### v2.7.5 - 2019-02-02'''
|
||||
''##### [Version 2.10.4]'''
|
||||
TranslationFile:
|
||||
number: 2.10.4
|
||||
found_by: Translation File (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/themeisle-companion/languages/themeisle-companion.pot,
|
||||
Match: ''Project-Id-Version: Orbit Fox Companion 2.10.4'''
|
||||
themepacific-review-lite:
|
||||
TranslationFile:
|
||||
number: '1.1'
|
||||
|
||||
@@ -16361,6 +16361,8 @@
|
||||
|
||||
<!-- themeisle-companion -->
|
||||
<link rel="stylesheet" id="obfx-module-pub-css-menu-icons-1-css" href="http://wp.lab/wp-content/plugins/themeisle-companion/obfx_modules/menu-icons/css/public.css?ver=2.7.5" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="font-awesome-5-css" href="http://wp.lab/wp-content/plugins/themeisle-companion/obfx_modules/gutenberg-blocks/assets/fontawesome/css/all.min.css?ver=2.7.5" media="all">
|
||||
<link rel="stylesheet" id="font-awesome-4-shims-css" href="http://wp.lab/wp-content/plugins/themeisle-companion/obfx_modules/gutenberg-blocks/assets/fontawesome/css/v4-shims.min.css?ver=2.7.5" media="all">
|
||||
|
||||
|
||||
<!-- themepaste-secure-admin -->
|
||||
|
||||
@@ -1,91 +1,281 @@
|
||||
##### [Version 2.10.4](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.3...v2.10.4) (2021-03-09)
|
||||
|
||||
### v2.7.5 - 2019-02-02
|
||||
**Changes:**
|
||||
- [Fix] Translations and text-domain issues
|
||||
- [Fix] Translation and text-domain issues.
|
||||
|
||||
##### [Version 2.10.3](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.2...v2.10.3) (2020-12-17)
|
||||
|
||||
[Fix] removes role selector from registration content form
|
||||
[Fix] ThemeIsle icons not appearing on WebKit browsers in Gutenberg blocks
|
||||
|
||||
##### [Version 2.10.2](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.1...v2.10.2) (2020-12-09)
|
||||
|
||||
- [Fix] Fatal error on older versions of PHP
|
||||
|
||||
##### [Version 2.10.1](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.0...v2.10.1) (2020-12-07)
|
||||
|
||||
- [Feat] New ascending/descending order option for Post Type Grid Elementor widget
|
||||
- [Fix] Compatibility with WP 5.6
|
||||
- [Fix] Header and Footer scripts not working on the Shop page
|
||||
- [Fix] Remove Google Plus from the social-sharing module
|
||||
|
||||
#### [Version 2.10.0](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.19...v2.10.0) (2020-10-09)
|
||||
|
||||
- New Custom Fonts module
|
||||
|
||||
##### [Version 2.9.19](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.18...v2.9.19) (2020-09-25)
|
||||
|
||||
* Fix elementor post grid jQuery dependencies
|
||||
|
||||
##### [Version 2.9.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.17...v2.9.18) (2020-09-21)
|
||||
|
||||
- [Fix] Missing FontAwesome icons when Otter Blocks plugin was active
|
||||
|
||||
##### [Version 2.9.17](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.16...v2.9.17) (2020-09-02)
|
||||
|
||||
- [Fix] Compatibility with WP 5.5
|
||||
- [Fix] Installing recommended plugins not working
|
||||
|
||||
##### [Version 2.9.16](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.15...v2.9.16) (2020-08-12)
|
||||
|
||||
fix: add permission_callback for analytics module
|
||||
|
||||
##### [Version 2.9.15](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.14...v2.9.15) (2020-08-12)
|
||||
|
||||
fix: notice showing up in the editor on the new WordPress version for users with WP_DEBUG turned on
|
||||
|
||||
##### [Version 2.9.14](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.13...v2.9.14) (2020-08-07)
|
||||
|
||||
- Remove affiliate link
|
||||
|
||||
##### [Version 2.9.13](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.12...v2.9.13) (2020-08-04)
|
||||
|
||||
- Removed Starter Sites library and import process used for the Neve theme
|
||||
- [Fix] Menu Icons module not working with WP 5.5
|
||||
- [Fix] Empty team member widget appearing on mobile in Hestia theme
|
||||
|
||||
##### [Version 2.9.12](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.11...v2.9.12) (2020-07-20)
|
||||
|
||||
- New checkbox field in the Contact widget for both Elementor and Beaver Builder
|
||||
- [Fix] Newsletter widget not taking into account the double opt-in option from Mailchimp
|
||||
|
||||
##### [Version 2.9.11](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.10...v2.9.11) (2020-07-10)
|
||||
|
||||
- Starter Sites library and import process from the Neve theme
|
||||
|
||||
##### [Version 2.9.10](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.9...v2.9.10) (2020-06-24)
|
||||
|
||||
- [Fix] JS error for some modules when the module names are translated
|
||||
|
||||
##### [Version 2.9.9](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.8...v2.9.9) (2020-06-05)
|
||||
|
||||
New Header/Footer Scripts module
|
||||
|
||||
##### [Version 2.9.8](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.7...v2.9.8) (2020-04-28)
|
||||
|
||||
- Fixed importing multiple photos and better error handling in the Mystock module
|
||||
|
||||
##### [Version 2.9.7](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.6...v2.9.7) (2020-04-22)
|
||||
|
||||
- New Hidden field in the contact form widget
|
||||
- Fix Mystock Import in the Gutenberg editor
|
||||
- Fix overlapping widgets names with Beaver Builder Pro version
|
||||
- Fix undefined index notice in Elementor Services widget
|
||||
- Upgrade FontAwesome icons to FA5 for Hestia default content
|
||||
- Make inline social icons round in Hestia
|
||||
- Fix inline social icons not applying on pages in Hestia
|
||||
|
||||
##### [Version 2.9.6](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.5...v2.9.6) (2020-04-06)
|
||||
|
||||
* Update compatibility with WordPress 5.4
|
||||
* Sync dependencies
|
||||
* Fix selective refresh for Hestia enhacements features
|
||||
|
||||
##### [Version 2.9.5](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.4...v2.9.5) (2020-03-30)
|
||||
|
||||
* Fix notice on analytics module when the codes are missing
|
||||
* Update dependencies to the latest versions
|
||||
|
||||
##### [Version 2.9.4](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.3...v2.9.4) (2020-03-23)
|
||||
|
||||
* Improve FA loading in Hestia compatibility features
|
||||
* Update dependencies
|
||||
|
||||
##### [Version 2.9.3](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.2...v2.9.3) (2020-03-05)
|
||||
|
||||
* Update dependencies
|
||||
* Fix admin notice viewed by non-admins
|
||||
|
||||
##### [Version 2.9.2](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.1...v2.9.2) (2020-02-13)
|
||||
|
||||
* Fix issue with cookie notices closing behavior.
|
||||
* Fix notice when Otter and Orbit Fox were both active.
|
||||
|
||||
##### [Version 2.9.1](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.0...v2.9.1) (2020-02-05)
|
||||
|
||||
* Fix possible error with edge case legacy module loading.
|
||||
|
||||
#### [Version 2.9.0](https://github.com/Codeinwp/themeisle-companion/compare/v2.8.14...v2.9.0) (2020-02-03)
|
||||
|
||||
* Update dependencies
|
||||
* Remove legacy modules
|
||||
|
||||
### v2.8.14 - 2019-12-02
|
||||
**Changes:**
|
||||
* Fix fatal error with Membership Pro
|
||||
* Various bug fixes to forms and Elementor widgets
|
||||
|
||||
### v2.8.13 - 2019-11-18
|
||||
**Changes:**
|
||||
* Fix dependency issues on content forms module
|
||||
|
||||
### v2.8.12 - 2019-11-18
|
||||
**Changes:**
|
||||
* sync dependencies
|
||||
|
||||
### v2.8.11 - 2019-11-18
|
||||
**Changes:**
|
||||
* Various improvements for Beaver and Elementor form widgets.
|
||||
* Improvements to the post grid Elementor module.
|
||||
* Compatibility with WordPress 5.3
|
||||
|
||||
### v2.8.10 - 2019-09-13
|
||||
**Changes:**
|
||||
* Development
|
||||
|
||||
### v2.8.8 - 2019-09-11
|
||||
**Changes:**
|
||||
* Fixes Constant Warning for Beaver Widgets Module
|
||||
|
||||
### v2.8.7 - 2019-08-13
|
||||
**Changes:**
|
||||
* Release
|
||||
|
||||
### v2.8.6 - 2019-08-12
|
||||
**Changes:**
|
||||
* Improve script loading performance
|
||||
* Fix issue with mystock import
|
||||
|
||||
### v2.8.5 - 2019-07-26
|
||||
**Changes:**
|
||||
* Merge pull request #368 from Codeinwp/master
|
||||
|
||||
### v2.8.4 - 2019-05-23
|
||||
**Changes:**
|
||||
* minor adjustments to the dashboard UI
|
||||
* various updates to the Gutenberg blocks available
|
||||
* adds compatibility with WordPress 5.2
|
||||
|
||||
### v2.8.3 - 2019-04-20
|
||||
**Changes:**
|
||||
* Fixed issue with constant not being checked in Otter
|
||||
* Added error handling in Backbone functions
|
||||
|
||||
### v2.8.2 - 2019-04-18
|
||||
**Changes:**
|
||||
* Fix PHP notice
|
||||
|
||||
### v2.8.1 - 2019-04-18
|
||||
**Changes:**
|
||||
* Fix issues with newsletter form
|
||||
|
||||
### v2.8.0 - 2019-04-02
|
||||
**Changes:**
|
||||
* Fix font awesome menu icons issue in the menu builder
|
||||
* Fix issue on dismiss nag info for OrbitFox post install
|
||||
* Fix menu icon possible conflicts report info
|
||||
* FIx undefined error on new installs for image module
|
||||
* Fix issues with mystock import on certain use cases
|
||||
* Remove image CDN module for new users, service will be migrated to optimole plugin
|
||||
* Adds recommended plugins tab into Orbitfox settings page.
|
||||
|
||||
### v2.7.5 - 2019-02-02
|
||||
**Changes:**
|
||||
* Improve compatibility with Image CDN module by disabling the feature if Optimole exits already
|
||||
|
||||
### v2.7.4 - 2019-02-01
|
||||
**Changes:**
|
||||
|
||||
### v2.7.4 - 2019-02-01
|
||||
**Changes:**
|
||||
* update Gutenberg blocks library to the latest version
|
||||
* fix dashicons issue with Neve theme
|
||||
* load fontawesome locally if is not already loaded
|
||||
|
||||
### v2.7.3 - 2018-12-12
|
||||
**Changes:**
|
||||
|
||||
### v2.7.3 - 2018-12-12
|
||||
**Changes:**
|
||||
* Revert Font Awesome 5 integration
|
||||
|
||||
### v2.7.2 - 2018-12-10
|
||||
**Changes:**
|
||||
|
||||
### v2.7.2 - 2018-12-10
|
||||
**Changes:**
|
||||
* Tested with WP 5.0
|
||||
|
||||
### v2.7.1 - 2018-12-07
|
||||
**Changes:**
|
||||
|
||||
### v2.7.1 - 2018-12-07
|
||||
**Changes:**
|
||||
* - Fix for Gutenberg blocks module loading
|
||||
|
||||
### v2.7.0 - 2018-11-26
|
||||
**Changes:**
|
||||
|
||||
### v2.7.0 - 2018-11-26
|
||||
**Changes:**
|
||||
* Fix small typo on the module activation button.
|
||||
* Improves compatibility with Hestia Theme.
|
||||
* Adds compatibility for Neve theme.
|
||||
* Fix translation text for Agree button in Cookie notice.
|
||||
|
||||
### v2.6.4 - 2018-11-12
|
||||
**Changes:**
|
||||
|
||||
### v2.6.4 - 2018-11-12
|
||||
**Changes:**
|
||||
* Fix issue with elementor content forms php notice
|
||||
* Add alignment options to content forms
|
||||
* Security enhancements
|
||||
* Performance enhancements
|
||||
|
||||
### v2.6.3 - 2018-10-29
|
||||
**Changes:**
|
||||
|
||||
### v2.6.3 - 2018-10-29
|
||||
**Changes:**
|
||||
* - Minor bug fix in Gutenberg Blocks
|
||||
|
||||
### v2.6.2 - 2018-10-29
|
||||
**Changes:**
|
||||
|
||||
### v2.6.2 - 2018-10-29
|
||||
**Changes:**
|
||||
* Adds Image Optimization and CDN module available for everyone.
|
||||
* Small improvements to the Gutenberg module.
|
||||
|
||||
### v2.6.1 - 2018-10-10
|
||||
**Changes:**
|
||||
|
||||
### v2.6.1 - 2018-10-10
|
||||
**Changes:**
|
||||
* Added backward compatibility for Font Awesome 4
|
||||
* Fixed issue with Elementor dequeuing Font Awesome
|
||||
* Fixed issue with Gutenberg Module crashing Orbit Fox dashboard
|
||||
* Fixed issue with Pie Chart causing REST API error
|
||||
* Fixed z-index issue in Accordion block.
|
||||
|
||||
### v2.6.0 - 2018-10-08
|
||||
**Changes:**
|
||||
|
||||
### v2.6.0 - 2018-10-08
|
||||
**Changes:**
|
||||
* Adds Gutenberg integration with various blocks.
|
||||
* Adds Font Awesome, Google maps, Notice, Sharing icons, Pie charts, Plugin Card, Pricing, Testimonial and Click to Tweet Gutenberg block and Post grid block.
|
||||
|
||||
### v2.5.8 - 2018-09-12
|
||||
**Changes:**
|
||||
|
||||
### v2.5.8 - 2018-09-12
|
||||
**Changes:**
|
||||
* Extend image optimization module for 50% of users.
|
||||
* Enable safe updates for all users.
|
||||
* Adds image optimization integration with Optimole.
|
||||
|
||||
### v2.5.7 - 2018-08-13
|
||||
**Changes:**
|
||||
|
||||
### v2.5.7 - 2018-08-13
|
||||
**Changes:**
|
||||
* -fixed fatal error with Elementor extra widgets
|
||||
|
||||
### v2.5.6 - 2018-07-26
|
||||
**Changes:**
|
||||
|
||||
### v2.5.6 - 2018-07-26
|
||||
**Changes:**
|
||||
* Fix Elementor content forms bug.
|
||||
|
||||
### v2.5.5 - 2018-07-23
|
||||
**Changes:**
|
||||
|
||||
### v2.5.5 - 2018-07-23
|
||||
**Changes:**
|
||||
* Add new controls for Elementor content forms.
|
||||
|
||||
### v2.5.4 - 2018-07-11
|
||||
**Changes:**
|
||||
|
||||
### v2.5.4 - 2018-07-11
|
||||
**Changes:**
|
||||
* Fixed undefined method for old elementor versions.
|
||||
|
||||
### v2.5.3 - 2018-07-11
|
||||
**Changes:**
|
||||
|
||||
### v2.5.3 - 2018-07-11
|
||||
**Changes:**
|
||||
* Small alignment fix for menu icons module
|
||||
* Added styling options for Elementor content forms
|
||||
|
||||
### v2.5.2 - 2018-07-06
|
||||
**Changes:**
|
||||
|
||||
### v2.5.2 - 2018-07-06
|
||||
**Changes:**
|
||||
* Fixes post grid pagination issue
|
||||
* Fixes post grid colors not applying correctly
|
||||
* Fixes Templates directory import issue
|
||||
@@ -93,85 +283,85 @@
|
||||
* Fixes content forms placeholder not used
|
||||
* Fixes for Hestia Theme enhancements module
|
||||
* Fixes issue where url's were replaced with CDN url for beta users
|
||||
|
||||
### v2.5.1 - 2018-07-02
|
||||
**Changes:**
|
||||
* Fix social icons saving bug.
|
||||
|
||||
### v2.5.1 - 2018-07-02
|
||||
**Changes:**
|
||||
* Fix social icons saving bug.
|
||||
* Fix z-index issue on policy notice.
|
||||
|
||||
### v2.5.0 - 2018-06-22
|
||||
**Changes:**
|
||||
|
||||
### v2.5.0 - 2018-06-22
|
||||
**Changes:**
|
||||
* Adds privacy policy module, allows users to set a notice for their visitors.
|
||||
* Adds Image CDN and Optimization module in private BETA .
|
||||
* Adds Themes Safe Updates module in private BETA.
|
||||
* Adds more Elementor templates into the library.
|
||||
* Improvements for Hestia enhancements module.
|
||||
|
||||
### v2.4.7 - 2018-05-03
|
||||
**Changes:**
|
||||
|
||||
### v2.4.7 - 2018-05-03
|
||||
**Changes:**
|
||||
* Add content forms for Beaver Builder
|
||||
* Bug fixes and performance enhancements for Hestia
|
||||
* Fix issue with plugin activation and deactivation
|
||||
|
||||
### v2.4.6 - 2018-04-12
|
||||
**Changes:**
|
||||
* Add video to readme file
|
||||
* Added notification about conflict with navwalker overrides
|
||||
* Added safeguard for navwalker overrides
|
||||
* Remove unused animation functions from Legacy Module
|
||||
|
||||
### v2.4.6 - 2018-04-12
|
||||
**Changes:**
|
||||
* Add video to readme file
|
||||
* Added notification about conflict with navwalker overrides
|
||||
* Added safeguard for navwalker overrides
|
||||
* Remove unused animation functions from Legacy Module
|
||||
* Added Azera Shop, Llorix One Lite, Shop Isle themes functionality to Legacy Module
|
||||
|
||||
### v2.4.5 - 2018-03-29
|
||||
**Changes:**
|
||||
|
||||
### v2.4.5 - 2018-03-29
|
||||
**Changes:**
|
||||
* Fixed issue with duplicated widgets in Hestia theme
|
||||
* Fix undefined errors in Analytics Module
|
||||
* Unset monitor email field on deactivation
|
||||
|
||||
### v2.4.4 - 2018-03-08
|
||||
**Changes:**
|
||||
|
||||
### v2.4.4 - 2018-03-08
|
||||
**Changes:**
|
||||
* Fixed Analytics module error.
|
||||
* UX Improvements.
|
||||
|
||||
### v2.4.3 - 2018-03-04
|
||||
**Changes:**
|
||||
|
||||
### v2.4.3 - 2018-03-04
|
||||
**Changes:**
|
||||
* Fixed Analytics module issues.
|
||||
* Better UX on module activation.
|
||||
|
||||
### v2.4.2 - 2018-03-02
|
||||
**Changes:**
|
||||
|
||||
### v2.4.2 - 2018-03-02
|
||||
**Changes:**
|
||||
* Added a new Google Analytics Integration module
|
||||
* Small UX improvements
|
||||
|
||||
### v2.4.1 - 2018-02-20
|
||||
**Changes:**
|
||||
|
||||
### v2.4.1 - 2018-02-20
|
||||
**Changes:**
|
||||
* Added intent confirmation for uptime monitor.
|
||||
* Register site to endpoint only if we have a valid email address.
|
||||
* UX improvements for module activation.
|
||||
|
||||
### v2.4.0 - 2018-02-16
|
||||
**Changes:**
|
||||
* Adds a new module for uptime monitor of your website.
|
||||
|
||||
### v2.4.0 - 2018-02-16
|
||||
**Changes:**
|
||||
* Adds a new module for uptime monitor of your website.
|
||||
* Adds 4 more hooks for modules related actions.
|
||||
|
||||
### v2.3.1 - 2018-01-17
|
||||
**Changes:**
|
||||
|
||||
### v2.3.1 - 2018-01-17
|
||||
**Changes:**
|
||||
* Disabled automatic display for sharing button on pages and added an option to toggle it.
|
||||
|
||||
### v2.3.0 - 2018-01-15
|
||||
**Changes:**
|
||||
|
||||
### v2.3.0 - 2018-01-15
|
||||
**Changes:**
|
||||
* Adds 3 forms widgets for Elementor (Contact form, Newsletter, and Registration form).
|
||||
* Improve menu icons copyright.
|
||||
* Improve menu icons copyright.
|
||||
* Allows social icons on pages.
|
||||
* Adds beaver widgets module active by default.
|
||||
|
||||
### v2.2.7 - 2017-12-21
|
||||
**Changes:**
|
||||
|
||||
### v2.2.7 - 2017-12-21
|
||||
**Changes:**
|
||||
* Fix for Hestia clients section default content
|
||||
* Beaver Builder Widgets show only if you have beaver builder installed
|
||||
* Added Screenshots desciptions
|
||||
|
||||
### v2.2.6 - 2017-12-19
|
||||
**Changes:**
|
||||
|
||||
### v2.2.6 - 2017-12-19
|
||||
**Changes:**
|
||||
* Added new Beaver Builder Widgets Module - Pricing table widget, Services widget, Posts Grid widget.
|
||||
* Better user experience for the template directory.
|
||||
* More native design for the template directory.
|
||||
@@ -179,102 +369,101 @@
|
||||
* Fixed bug with the Elementor Pricing Table widget button link.
|
||||
* Fixed php notice given by the Elementor Posts Grid widget.
|
||||
* Removed the useless Stats module.
|
||||
|
||||
### v2.2.5 - 2017-12-11
|
||||
**Changes:**
|
||||
|
||||
### v2.2.5 - 2017-12-11
|
||||
**Changes:**
|
||||
* Better UX for CC0 images import module.
|
||||
* Improved Elementor Services Widget.
|
||||
* Added new templates to the template directory.
|
||||
|
||||
### v2.2.4 - 2017-12-04
|
||||
**Changes:**
|
||||
|
||||
### v2.2.4 - 2017-12-04
|
||||
**Changes:**
|
||||
* Fixed issue with menu icons module loading.
|
||||
|
||||
### v2.2.3 - 2017-11-27
|
||||
**Changes:**
|
||||
|
||||
### v2.2.3 - 2017-11-27
|
||||
**Changes:**
|
||||
* [Hestia] Fixed issue with Team member section not opening external links in a new tab
|
||||
* [Hestia] Fixed alignment issues with the front page sections
|
||||
|
||||
### v2.2.2 - 2017-11-24
|
||||
**Changes:**
|
||||
|
||||
### v2.2.2 - 2017-11-24
|
||||
**Changes:**
|
||||
* Renamed flickr api util file.
|
||||
* Fixed issue with template directory preview plugin install modal.
|
||||
|
||||
### v2.2.1 - 2017-11-24
|
||||
**Changes:**
|
||||
|
||||
### v2.2.1 - 2017-11-24
|
||||
**Changes:**
|
||||
* Fixed module loading for Elementor widgets module.
|
||||
|
||||
### v2.2.0 - 2017-11-23
|
||||
**Changes:**
|
||||
|
||||
### v2.2.0 - 2017-11-23
|
||||
**Changes:**
|
||||
* - Added new Elementor Widgets module;
|
||||
* - Added new Template Directory module;
|
||||
* - Bug fixes for the Photos Import Module;
|
||||
* - Bug fixes for the Social Sharing module backend interface;
|
||||
* - Moved Orbit Fox Companion out of Tools Menu;
|
||||
|
||||
### v2.1.1 - 2017-11-16
|
||||
**Changes:**
|
||||
|
||||
### v2.1.1 - 2017-11-16
|
||||
**Changes:**
|
||||
* Adds compatibility with WordPress 4.9.
|
||||
|
||||
### v2.1.0 - 2017-11-08
|
||||
**Changes:**
|
||||
|
||||
### v2.1.0 - 2017-11-08
|
||||
**Changes:**
|
||||
* Adds custom icons menu module.
|
||||
* Adds free stock images integration with mystock.photos .
|
||||
|
||||
### v2.0.11 - 2017-10-19
|
||||
**Changes:**
|
||||
|
||||
### v2.0.11 - 2017-10-19
|
||||
**Changes:**
|
||||
* Fixed alignment issue for titles in Hestia
|
||||
|
||||
### v2.0.10 - 2017-10-18
|
||||
**Changes:**
|
||||
|
||||
### v2.0.10 - 2017-10-18
|
||||
**Changes:**
|
||||
* Added selective refresh options for the Show/Hide frontpage controls in Hestia
|
||||
* Make external links open in new tab for the frontpage sections in Hestia
|
||||
* Added some new filters to control the number of items per row appear in the Features and Testimonials Frontpage section - http://docs.themeisle.com/article/669-how-to-add-4-feature-items-on-a-line-in-hestia
|
||||
|
||||
### v2.0.9 - 2017-10-17
|
||||
**Changes:**
|
||||
|
||||
### v2.0.9 - 2017-10-17
|
||||
**Changes:**
|
||||
* Enhanced layout for Hestia sections.
|
||||
|
||||
### v2.0.8 - 2017-10-11
|
||||
**Changes:**
|
||||
|
||||
### v2.0.8 - 2017-10-11
|
||||
**Changes:**
|
||||
* Fixed bug with URL protocols filter priority.
|
||||
* Fixed bug with icons background styled by URL address.
|
||||
|
||||
### v2.0.7 - 2017-10-02
|
||||
**Changes:**
|
||||
|
||||
### v2.0.7 - 2017-10-02
|
||||
**Changes:**
|
||||
* New improved options for frontpage sections ordering/disabling in Hestia
|
||||
|
||||
### v2.0.6 - 2017-09-19
|
||||
**Changes:**
|
||||
|
||||
### v2.0.6 - 2017-09-19
|
||||
**Changes:**
|
||||
* Added selective refresh for titles options in the frontpage sections in Hestia
|
||||
|
||||
### v2.0.5 - 2017-09-12
|
||||
**Changes:**
|
||||
|
||||
### v2.0.5 - 2017-09-12
|
||||
**Changes:**
|
||||
* Added new Ribbon and Clients Bar sections in Hestia
|
||||
|
||||
### v2.0.4 - 2017-09-11
|
||||
**Changes:**
|
||||
* Adds PHP minimum requirement.
|
||||
|
||||
### v2.0.4 - 2017-09-11
|
||||
**Changes:**
|
||||
* Adds PHP minimum requirement.
|
||||
* Fix for admin styles loading screen.
|
||||
|
||||
### v2.0.3 - 2017-08-24
|
||||
**Changes:**
|
||||
|
||||
### v2.0.3 - 2017-08-24
|
||||
**Changes:**
|
||||
* Improved compatibility with the new Hestia version.
|
||||
|
||||
### v2.0.2 - 2017-08-16
|
||||
**Changes:**
|
||||
|
||||
### v2.0.2 - 2017-08-16
|
||||
**Changes:**
|
||||
* Fix accordion not opening to display save buttons for modules
|
||||
|
||||
### v2.0.1 - 2017-08-14
|
||||
**Changes:**
|
||||
|
||||
### v2.0.1 - 2017-08-14
|
||||
**Changes:**
|
||||
* Fixed issues with grey icons in Hestia.
|
||||
* Fixed Recommended Actions flags in customizer.
|
||||
|
||||
### v2.0.0 - 2017-08-11
|
||||
**Changes:**
|
||||
* Major code refactor ( TEST before update! )
|
||||
|
||||
### v2.0.0 - 2017-08-11
|
||||
**Changes:**
|
||||
* Major code refactor ( TEST before update! )
|
||||
* Added sharing feature.
|
||||
* Added simple reporting functionality.
|
||||
* Added support for upcoming caching, security and analytics feature.
|
||||
* Branded to Orbit Fox companion
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user