Version Description
Download this release
Release Info
Developer | themeisle |
Plugin | Orbit Fox by ThemeIsle |
Version | 2.10.12 |
Comparing to | |
See all releases |
Code changes from version 2.10.11 to 2.10.12
- CHANGELOG.md +6 -0
- core/app/class-orbit-fox-admin.php +3 -7
- core/includes/class-orbit-fox.php +1 -1
- languages/themeisle-companion.pot +4 -4
- obfx_modules/policy-notice/init.php +2 -1
- obfx_modules/social-sharing/views/hestia-social-sharing-tpl.php +1 -1
- obfx_modules/social-sharing/views/social-sharing-tpl.php +1 -0
- readme.md +10 -1
- readme.txt +10 -1
- themeisle-companion.php +1 -1
- vendor/autoload.php +6 -1
- vendor/composer/InstalledVersions.php +2 -0
- vendor/composer/autoload_classmap.php +1 -1
- vendor/composer/autoload_files.php +3 -3
- vendor/composer/autoload_namespaces.php +1 -1
- vendor/composer/autoload_psr4.php +1 -1
- vendor/composer/autoload_real.php +9 -32
- vendor/composer/autoload_static.php +6 -6
- vendor/composer/installed.php +6 -6
CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
##### [Version 2.10.11](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.10...v2.10.11) (2022-02-17)
|
2 |
|
3 |
- Replace the templates module with the one based on Neve and Cloud Templates & Patterns collection
|
1 |
+
##### [Version 2.10.12](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.11...v2.10.12) (2022-05-27)
|
2 |
+
|
3 |
+
- [Fix] Accessibility issue on social links.
|
4 |
+
- [Fix] PHP 8 deprecation warning from uksort function.
|
5 |
+
- [Fix] The policy notice can't be dismissed on cached website.
|
6 |
+
|
7 |
##### [Version 2.10.11](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.10...v2.10.11) (2022-02-17)
|
8 |
|
9 |
- Replace the templates module with the one based on Neve and Cloud Templates & Patterns collection
|
core/app/class-orbit-fox-admin.php
CHANGED
@@ -418,7 +418,7 @@ class Orbit_Fox_Admin {
|
|
418 |
'multiple-pages-generator-by-porthas',
|
419 |
];
|
420 |
|
421 |
-
$th_plugins
|
422 |
'wp-landing-kit' => [
|
423 |
'banner' => esc_url( OBFX_URL ) . '/dashboard/assets/wp-landing.jpg',
|
424 |
'name' => 'WP Landing Kit',
|
@@ -454,12 +454,8 @@ class Orbit_Fox_Admin {
|
|
454 |
foreach ( $th_plugins as $plugin_slug => $plugin_data ) {
|
455 |
$data[ $plugin_slug ] = $plugin_data;
|
456 |
}
|
457 |
-
|
458 |
-
|
459 |
-
function() {
|
460 |
-
return rand() > rand();
|
461 |
-
}
|
462 |
-
);
|
463 |
|
464 |
return $data;
|
465 |
}
|
418 |
'multiple-pages-generator-by-porthas',
|
419 |
];
|
420 |
|
421 |
+
$th_plugins = [
|
422 |
'wp-landing-kit' => [
|
423 |
'banner' => esc_url( OBFX_URL ) . '/dashboard/assets/wp-landing.jpg',
|
424 |
'name' => 'WP Landing Kit',
|
454 |
foreach ( $th_plugins as $plugin_slug => $plugin_data ) {
|
455 |
$data[ $plugin_slug ] = $plugin_data;
|
456 |
}
|
457 |
+
|
458 |
+
shuffle( $data );
|
|
|
|
|
|
|
|
|
459 |
|
460 |
return $data;
|
461 |
}
|
core/includes/class-orbit-fox.php
CHANGED
@@ -69,7 +69,7 @@ class Orbit_Fox {
|
|
69 |
|
70 |
$this->plugin_name = 'orbit-fox';
|
71 |
|
72 |
-
$this->version = '2.10.
|
73 |
|
74 |
$this->load_dependencies();
|
75 |
$this->set_locale();
|
69 |
|
70 |
$this->plugin_name = 'orbit-fox';
|
71 |
|
72 |
+
$this->version = '2.10.12';
|
73 |
|
74 |
$this->load_dependencies();
|
75 |
$this->set_locale();
|
languages/themeisle-companion.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GPL-2.0+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Orbit Fox Companion 2.10.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://github.com/Codeinwp/themeisle-companion/issues\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -2329,11 +2329,11 @@ msgstr ""
|
|
2329 |
msgid "Accept"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#: obfx_modules/policy-notice/init.php:
|
2333 |
msgid "Not Set"
|
2334 |
msgstr ""
|
2335 |
|
2336 |
-
#: obfx_modules/policy-notice/init.php:
|
2337 |
msgid "Default Core Policy"
|
2338 |
msgstr ""
|
2339 |
|
2 |
# This file is distributed under the GPL-2.0+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Orbit Fox Companion 2.10.12\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://github.com/Codeinwp/themeisle-companion/issues\n"
|
8 |
+
"POT-Creation-Date: 2022-05-27 14:33:32+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
2329 |
msgid "Accept"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
+
#: obfx_modules/policy-notice/init.php:361
|
2333 |
msgid "Not Set"
|
2334 |
msgstr ""
|
2335 |
|
2336 |
+
#: obfx_modules/policy-notice/init.php:364
|
2337 |
msgid "Default Core Policy"
|
2338 |
msgstr ""
|
2339 |
|
obfx_modules/policy-notice/init.php
CHANGED
@@ -256,6 +256,7 @@ class Policy_Notice_OBFX_Module extends Orbit_Fox_Module_Abstract {
|
|
256 |
<style>
|
257 |
.obfx-cookie-bar-container {
|
258 |
height: 0;
|
|
|
259 |
}
|
260 |
|
261 |
.obfx-checkbox-cb {
|
@@ -267,10 +268,10 @@ class Policy_Notice_OBFX_Module extends Orbit_Fox_Module_Abstract {
|
|
267 |
position: fixed;
|
268 |
z-index: 9999;
|
269 |
text-align: center;
|
|
|
270 |
bottom: 0;
|
271 |
left: 0;
|
272 |
right: 0;
|
273 |
-
display: block;
|
274 |
min-height: 40px;
|
275 |
background: #fff;
|
276 |
border: 1px solid #333;
|
256 |
<style>
|
257 |
.obfx-cookie-bar-container {
|
258 |
height: 0;
|
259 |
+
display: none;
|
260 |
}
|
261 |
|
262 |
.obfx-checkbox-cb {
|
268 |
position: fixed;
|
269 |
z-index: 9999;
|
270 |
text-align: center;
|
271 |
+
display:block;
|
272 |
bottom: 0;
|
273 |
left: 0;
|
274 |
right: 0;
|
|
|
275 |
min-height: 40px;
|
276 |
background: #fff;
|
277 |
border: 1px solid #333;
|
obfx_modules/social-sharing/views/hestia-social-sharing-tpl.php
CHANGED
@@ -35,7 +35,7 @@ if ( ! empty( $social_links_array ) ) { ?>
|
|
35 |
}
|
36 |
?>
|
37 |
<li class="<?php echo esc_attr( $class ); ?>">
|
38 |
-
<a rel="tooltip" data-original-title="<?php echo esc_attr( __( 'Share on ', 'themeisle-companion' ) . $network_data['nicename'] ); ?>" class = "btn btn-just-icon btn-round btn-<?php echo esc_attr( $network_data['icon'] ); ?>"
|
39 |
<?php
|
40 |
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
|
41 |
echo ( isset( $network_data['target'] ) && $network_data['target'] != '0' ) ? 'target="_blank"' : '';
|
35 |
}
|
36 |
?>
|
37 |
<li class="<?php echo esc_attr( $class ); ?>">
|
38 |
+
<a rel="tooltip" aria-label="<?php echo esc_html( $network_data['nicename'] ); ?>" data-original-title="<?php echo esc_attr( __( 'Share on ', 'themeisle-companion' ) . $network_data['nicename'] ); ?>" class = "btn btn-just-icon btn-round btn-<?php echo esc_attr( $network_data['icon'] ); ?>"
|
39 |
<?php
|
40 |
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
|
41 |
echo ( isset( $network_data['target'] ) && $network_data['target'] != '0' ) ? 'target="_blank"' : '';
|
obfx_modules/social-sharing/views/social-sharing-tpl.php
CHANGED
@@ -37,6 +37,7 @@ if ( ! empty( $social_links_array ) ) { ?>
|
|
37 |
?>
|
38 |
<li class="<?php echo esc_attr( $class ); ?>">
|
39 |
<a class = "<?php echo esc_attr( $network_data['icon'] ); ?>"
|
|
|
40 |
<?php
|
41 |
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
|
42 |
echo ( isset( $network_data['target'] ) && $network_data['target'] != '0' ) ? 'target="_blank"' : '';
|
37 |
?>
|
38 |
<li class="<?php echo esc_attr( $class ); ?>">
|
39 |
<a class = "<?php echo esc_attr( $network_data['icon'] ); ?>"
|
40 |
+
aria-label="<?php echo esc_html( $network_data['nicename'] ); ?>"
|
41 |
<?php
|
42 |
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
|
43 |
echo ( isset( $network_data['target'] ) && $network_data['target'] != '0' ) ? 'target="_blank"' : '';
|
readme.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [codeinwp](https://profiles.wordpress.org/codeinwp), [rodicaelena](https://profiles.wordpress.org/rodicaelena), [baicusandrei](https://profiles.wordpress.org/baicusandrei), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani)
|
3 |
**Tags:** widget, admin, widgets, sharing, sections, themes, stock photos, custom icons, icons, menu icons, stock, templates, header, footer, scripts, custom fonts
|
4 |
**Requires at least:** 4.7
|
5 |
-
**Tested up to:**
|
6 |
**Requires PHP:** 5.6
|
7 |
**Stable tag:** trunk
|
8 |
**License:** GPLv2 or later
|
@@ -107,6 +107,15 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
|
|
107 |
|
108 |
## Changelog ##
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
##### [Version 2.10.11](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.10...v2.10.11) (2022-02-17)
|
111 |
|
112 |
- Replace the templates module with the one based on Neve and Cloud Templates & Patterns collection
|
2 |
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [codeinwp](https://profiles.wordpress.org/codeinwp), [rodicaelena](https://profiles.wordpress.org/rodicaelena), [baicusandrei](https://profiles.wordpress.org/baicusandrei), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani)
|
3 |
**Tags:** widget, admin, widgets, sharing, sections, themes, stock photos, custom icons, icons, menu icons, stock, templates, header, footer, scripts, custom fonts
|
4 |
**Requires at least:** 4.7
|
5 |
+
**Tested up to:** 6.0
|
6 |
**Requires PHP:** 5.6
|
7 |
**Stable tag:** trunk
|
8 |
**License:** GPLv2 or later
|
107 |
|
108 |
## Changelog ##
|
109 |
|
110 |
+
##### [Version 2.10.12](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.11...v2.10.12) (2022-05-27)
|
111 |
+
|
112 |
+
- [Fix] Accessibility issue on social links.
|
113 |
+
- [Fix] PHP 8 deprecation warning from uksort function.
|
114 |
+
- [Fix] The policy notice can't be dismissed on cached website.
|
115 |
+
|
116 |
+
|
117 |
+
|
118 |
+
|
119 |
##### [Version 2.10.11](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.10...v2.10.11) (2022-02-17)
|
120 |
|
121 |
- Replace the templates module with the one based on Neve and Cloud Templates & Patterns collection
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: themeisle, codeinwp, rodicaelena, baicusandrei, hardeepasrani
|
3 |
Tags: widget, admin, widgets, sharing, sections, themes, stock photos, custom icons, icons, menu icons, stock, templates, header, footer, scripts, custom fonts
|
4 |
Requires at least: 4.7
|
5 |
-
Tested up to:
|
6 |
Requires PHP: 5.6
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
@@ -107,6 +107,15 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
##### [Version 2.10.11](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.10...v2.10.11) (2022-02-17)
|
111 |
|
112 |
- Replace the templates module with the one based on Neve and Cloud Templates & Patterns collection
|
2 |
Contributors: themeisle, codeinwp, rodicaelena, baicusandrei, hardeepasrani
|
3 |
Tags: widget, admin, widgets, sharing, sections, themes, stock photos, custom icons, icons, menu icons, stock, templates, header, footer, scripts, custom fonts
|
4 |
Requires at least: 4.7
|
5 |
+
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
##### [Version 2.10.12](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.11...v2.10.12) (2022-05-27)
|
111 |
+
|
112 |
+
- [Fix] Accessibility issue on social links.
|
113 |
+
- [Fix] PHP 8 deprecation warning from uksort function.
|
114 |
+
- [Fix] The policy notice can't be dismissed on cached website.
|
115 |
+
|
116 |
+
|
117 |
+
|
118 |
+
|
119 |
##### [Version 2.10.11](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.10...v2.10.11) (2022-02-17)
|
120 |
|
121 |
- Replace the templates module with the one based on Neve and Cloud Templates & Patterns collection
|
themeisle-companion.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: Orbit Fox Companion
|
16 |
* Plugin URI: https://orbitfox.com/
|
17 |
* Description: This swiss-knife plugin comes with a quality template library, menu/sharing icons modules, Gutenberg blocks, and newly added Elementor/BeaverBuilder page builder widgets on each release.
|
18 |
-
* Version: 2.10.
|
19 |
* Author: Themeisle
|
20 |
* Author URI: https://orbitfox.com/
|
21 |
* License: GPL-2.0+
|
15 |
* Plugin Name: Orbit Fox Companion
|
16 |
* Plugin URI: https://orbitfox.com/
|
17 |
* Description: This swiss-knife plugin comes with a quality template library, menu/sharing icons modules, Gutenberg blocks, and newly added Elementor/BeaverBuilder page builder widgets on each release.
|
18 |
+
* Version: 2.10.12
|
19 |
* Author: Themeisle
|
20 |
* Author URI: https://orbitfox.com/
|
21 |
* License: GPL-2.0+
|
vendor/autoload.php
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
|
3 |
// autoload.php @generated by Composer
|
4 |
|
|
|
|
|
|
|
|
|
|
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
2 |
|
3 |
// autoload.php @generated by Composer
|
4 |
|
5 |
+
if (PHP_VERSION_ID < 50600) {
|
6 |
+
echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
|
7 |
+
exit(1);
|
8 |
+
}
|
9 |
+
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
+
return ComposerAutoloaderInit5907d177bb5d198f878741ba5670ee08::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -21,6 +21,8 @@ use Composer\Semver\VersionParser;
|
|
21 |
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
22 |
*
|
23 |
* To require its presence, you can require `composer-runtime-api ^2.0`
|
|
|
|
|
24 |
*/
|
25 |
class InstalledVersions
|
26 |
{
|
21 |
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
22 |
*
|
23 |
* To require its presence, you can require `composer-runtime-api ^2.0`
|
24 |
+
*
|
25 |
+
* @final
|
26 |
*/
|
27 |
class InstalledVersions
|
28 |
{
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_classmap.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_classmap.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_files.php
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
|
3 |
// autoload_files.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
10 |
-
'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
|
11 |
'9c67151ae59aff4788964ce8eb2a0f43' => $vendorDir . '/clue/stream-filter/src/functions_include.php',
|
12 |
'8cff32064859f4559445b89279f3199c' => $vendorDir . '/php-http/message/src/filters.php',
|
|
|
|
|
13 |
'2e85745cdd367ff6e5579a8598f422b9' => $vendorDir . '/codeinwp/elementor-extra-widgets/load.php',
|
14 |
'62bc7c35996f19a64625f7ff3ba2fb5e' => $vendorDir . '/codeinwp/full-width-page-templates/load.php',
|
15 |
'7b1f4385ddfc86d120fe4380e8cb0fa6' => $vendorDir . '/codeinwp/themeisle-content-forms/load.php',
|
2 |
|
3 |
// autoload_files.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
|
|
|
|
9 |
'9c67151ae59aff4788964ce8eb2a0f43' => $vendorDir . '/clue/stream-filter/src/functions_include.php',
|
10 |
'8cff32064859f4559445b89279f3199c' => $vendorDir . '/php-http/message/src/filters.php',
|
11 |
+
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
12 |
+
'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
|
13 |
'2e85745cdd367ff6e5579a8598f422b9' => $vendorDir . '/codeinwp/elementor-extra-widgets/load.php',
|
14 |
'62bc7c35996f19a64625f7ff3ba2fb5e' => $vendorDir . '/codeinwp/full-width-page-templates/load.php',
|
15 |
'7b1f4385ddfc86d120fe4380e8cb0fa6' => $vendorDir . '/codeinwp/themeisle-content-forms/load.php',
|
vendor/composer/autoload_namespaces.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_namespaces.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_namespaces.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_psr4.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_psr4.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_psr4.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,41 +24,18 @@ class ComposerAutoloaderInit1401fee286570c50a77b21979a87318c
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
-
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
require __DIR__ . '/autoload_static.php';
|
34 |
-
|
35 |
-
call_user_func(\Composer\Autoload\ComposerStaticInit1401fee286570c50a77b21979a87318c::getInitializer($loader));
|
36 |
-
} else {
|
37 |
-
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
-
foreach ($map as $namespace => $path) {
|
39 |
-
$loader->set($namespace, $path);
|
40 |
-
}
|
41 |
-
|
42 |
-
$map = require __DIR__ . '/autoload_psr4.php';
|
43 |
-
foreach ($map as $namespace => $path) {
|
44 |
-
$loader->setPsr4($namespace, $path);
|
45 |
-
}
|
46 |
-
|
47 |
-
$classMap = require __DIR__ . '/autoload_classmap.php';
|
48 |
-
if ($classMap) {
|
49 |
-
$loader->addClassMap($classMap);
|
50 |
-
}
|
51 |
-
}
|
52 |
|
53 |
$loader->register(true);
|
54 |
|
55 |
-
|
56 |
-
$includeFiles = Composer\Autoload\ComposerStaticInit1401fee286570c50a77b21979a87318c::$files;
|
57 |
-
} else {
|
58 |
-
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
-
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
@@ -70,7 +47,7 @@ class ComposerAutoloaderInit1401fee286570c50a77b21979a87318c
|
|
70 |
* @param string $file
|
71 |
* @return void
|
72 |
*/
|
73 |
-
function
|
74 |
{
|
75 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
76 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit5907d177bb5d198f878741ba5670ee08
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit5907d177bb5d198f878741ba5670ee08', 'loadClassLoader'), true, true);
|
28 |
+
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit5907d177bb5d198f878741ba5670ee08', 'loadClassLoader'));
|
30 |
|
31 |
+
require __DIR__ . '/autoload_static.php';
|
32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit5907d177bb5d198f878741ba5670ee08::getInitializer($loader));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
36 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInit5907d177bb5d198f878741ba5670ee08::$files;
|
|
|
|
|
|
|
|
|
37 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
38 |
+
composerRequire5907d177bb5d198f878741ba5670ee08($fileIdentifier, $file);
|
39 |
}
|
40 |
|
41 |
return $loader;
|
47 |
* @param string $file
|
48 |
* @return void
|
49 |
*/
|
50 |
+
function composerRequire5907d177bb5d198f878741ba5670ee08($fileIdentifier, $file)
|
51 |
{
|
52 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
53 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
-
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
11 |
-
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
12 |
'9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
|
13 |
'8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
|
|
|
|
|
14 |
'2e85745cdd367ff6e5579a8598f422b9' => __DIR__ . '/..' . '/codeinwp/elementor-extra-widgets/load.php',
|
15 |
'62bc7c35996f19a64625f7ff3ba2fb5e' => __DIR__ . '/..' . '/codeinwp/full-width-page-templates/load.php',
|
16 |
'7b1f4385ddfc86d120fe4380e8cb0fa6' => __DIR__ . '/..' . '/codeinwp/themeisle-content-forms/load.php',
|
@@ -268,9 +268,9 @@ class ComposerStaticInit1401fee286570c50a77b21979a87318c
|
|
268 |
public static function getInitializer(ClassLoader $loader)
|
269 |
{
|
270 |
return \Closure::bind(function () use ($loader) {
|
271 |
-
$loader->prefixLengthsPsr4 =
|
272 |
-
$loader->prefixDirsPsr4 =
|
273 |
-
$loader->classMap =
|
274 |
|
275 |
}, null, ClassLoader::class);
|
276 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit5907d177bb5d198f878741ba5670ee08
|
8 |
{
|
9 |
public static $files = array (
|
|
|
|
|
10 |
'9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
|
11 |
'8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
|
12 |
+
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
13 |
+
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
14 |
'2e85745cdd367ff6e5579a8598f422b9' => __DIR__ . '/..' . '/codeinwp/elementor-extra-widgets/load.php',
|
15 |
'62bc7c35996f19a64625f7ff3ba2fb5e' => __DIR__ . '/..' . '/codeinwp/full-width-page-templates/load.php',
|
16 |
'7b1f4385ddfc86d120fe4380e8cb0fa6' => __DIR__ . '/..' . '/codeinwp/themeisle-content-forms/load.php',
|
268 |
public static function getInitializer(ClassLoader $loader)
|
269 |
{
|
270 |
return \Closure::bind(function () use ($loader) {
|
271 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit5907d177bb5d198f878741ba5670ee08::$prefixLengthsPsr4;
|
272 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit5907d177bb5d198f878741ba5670ee08::$prefixDirsPsr4;
|
273 |
+
$loader->classMap = ComposerStaticInit5907d177bb5d198f878741ba5670ee08::$classMap;
|
274 |
|
275 |
}, null, ClassLoader::class);
|
276 |
}
|
vendor/composer/installed.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
-
'pretty_version' => 'v2.10.
|
4 |
-
'version' => '2.10.
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => 'codeinwp/themeisle-companion',
|
10 |
'dev' => false,
|
11 |
),
|
@@ -51,12 +51,12 @@
|
|
51 |
'dev_requirement' => false,
|
52 |
),
|
53 |
'codeinwp/themeisle-companion' => array(
|
54 |
-
'pretty_version' => 'v2.10.
|
55 |
-
'version' => '2.10.
|
56 |
'type' => 'wordpress-plugin',
|
57 |
'install_path' => __DIR__ . '/../../',
|
58 |
'aliases' => array(),
|
59 |
-
'reference' => '
|
60 |
'dev_requirement' => false,
|
61 |
),
|
62 |
'codeinwp/themeisle-content-forms' => array(
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
+
'pretty_version' => 'v2.10.12',
|
4 |
+
'version' => '2.10.12.0',
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => '408262b9cd669c1c22dc51a28ba4f0800b176c95',
|
9 |
'name' => 'codeinwp/themeisle-companion',
|
10 |
'dev' => false,
|
11 |
),
|
51 |
'dev_requirement' => false,
|
52 |
),
|
53 |
'codeinwp/themeisle-companion' => array(
|
54 |
+
'pretty_version' => 'v2.10.12',
|
55 |
+
'version' => '2.10.12.0',
|
56 |
'type' => 'wordpress-plugin',
|
57 |
'install_path' => __DIR__ . '/../../',
|
58 |
'aliases' => array(),
|
59 |
+
'reference' => '408262b9cd669c1c22dc51a28ba4f0800b176c95',
|
60 |
'dev_requirement' => false,
|
61 |
),
|
62 |
'codeinwp/themeisle-content-forms' => array(
|