This commit is contained in:
erwanlr
2021-04-12 14:51:14 +02:00
parent 26867873e2
commit 850662902b
6 changed files with 4583 additions and 3824 deletions

View File

@@ -81697,24 +81697,27 @@ plugins:
Readme: Readme:
path: readme.txt path: readme.txt
themeisle-companion: themeisle-companion:
StyleComment:
class: BodyPattern
path: core/assets/css/orbit-fox-admin.css
pattern: !ruby/regexp /Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter: QueryParameter:
files: files:
- obfx_modules/menu-icons/css/public.css - 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 version: true
ChangeLog: ChangeLog:
class: BodyPattern class: BodyPattern
path: CHANGELOG.md 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 version: true
Readme: Readme:
path: path:
- readme.txt - readme.txt
- readme.md - 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: themely-security:
Readme: Readme:
path: readme.txt path: readme.txt

View File

@@ -44146,24 +44146,26 @@ plugins:
- 'http://wp.lab/wp-content/plugins/themeid-caldera-form-to-slack/languages/caladea-slack.pot, - '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''' Match: ''rsion: Theme.id''s Caldera Form to Slack 0.1.0'''
themeisle-companion: 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: QueryParameter:
number: 2.7.5 number: 2.7.5
found_by: Query Parameter (Passive Detection) found_by: Query Parameter (Passive Detection)
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/themeisle-companion/obfx_modules/menu-icons/css/public.css?ver=2.7.5 - 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: ChangeLog:
number: 2.7.5 number: 2.10.4
found_by: Change Log (Aggressive Detection) found_by: Change Log (Aggressive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/themeisle-companion/CHANGELOG.md, Match: - '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: themepacific-review-lite:
TranslationFile: TranslationFile:
number: '1.1' number: '1.1'

View File

@@ -16361,6 +16361,8 @@
<!-- themeisle-companion --> <!-- 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="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 --> <!-- themepaste-secure-admin -->

View File

@@ -1,3 +1,193 @@
##### [Version 2.10.4](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.3...v2.10.4) (2021-03-09)
- [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 ### v2.7.5 - 2019-02-02
**Changes:** **Changes:**
@@ -277,4 +467,3 @@
* Added simple reporting functionality. * Added simple reporting functionality.
* Added support for upcoming caching, security and analytics feature. * Added support for upcoming caching, security and analytics feature.
* Branded to Orbit Fox companion * Branded to Orbit Fox companion