Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed May 4, 2024
1 parent df18585 commit a8c6120
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/admin/wizard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '91263adafb49e551176e');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'a685834dff1d3a566931');
2 changes: 1 addition & 1 deletion assets/admin/wizard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/frontend/event-inspector.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '279d2a8bbf86dcc0b63b');
<?php return array('dependencies' => array(), 'version' => '3506d902dd7332588568');
2 changes: 1 addition & 1 deletion assets/frontend/event-inspector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Admin/IntegrationsOptionsPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public function localize_script( string $page_slug, string $script_handle ): voi
'wa' => defined( 'GTMKIT_WOO_FILE' ),
'dashboardUrl' => \menu_page_url( 'gtmkit_general', false ),
'integrationsUrl' => \menu_page_url( 'gtmkit_integrations', false ),
'templatesUrl' => \menu_page_url( 'gtmkit_templates', false ),
'pluginInstallUrl' => $admin_url . 'plugin-install.php?tab=search&type=term&s=',
'plugins' => [
'woocommerce' => \is_plugin_active( 'woocommerce/woocommerce.php' ),
Expand Down
1 change: 1 addition & 0 deletions src/Admin/SetupWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public function enqueue_assets( string $hook ) {
'root' => esc_url_raw( rest_url() ),
'nonce' => wp_create_nonce( 'wp_rest' ),
'dashboardUrl' => menu_page_url( 'gtmkit_general', false ),
'templatesUrl' => menu_page_url( 'gtmkit_templates', false ),
'settings' => $this->options->get_all_raw(),
'site_data' => $this->util->get_site_data( $this->options->get_all_raw() ),
'install_data' => ( new PluginDataImport() )->get_all(),
Expand Down

0 comments on commit a8c6120

Please sign in to comment.