Skip to content

Commit

Permalink
Bing UETQ syntax update, WP update counter, 404 counter
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisblakley committed Jan 24, 2025
1 parent 461de47 commit 553f159
Show file tree
Hide file tree
Showing 16 changed files with 133 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nebula-wp",
"title": "Nebula",
"description": "Advanced Starter WordPress Theme for Developers",
"version": "12.8.23.408",
"version": "12.8.24.006",
"homepage": "https://gearside.com/nebula/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion Nebula-Child/assets/css/admin.css

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

2 changes: 1 addition & 1 deletion Nebula-Child/resources/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//BEGIN automated edits. These will be automatically overwritten.
const THEME_NAME = 'nebula-child';
const NEBULA_VERSION = 'v12.8.23.408'; //Thursday, January 23, 2025 9:47:36 AM
const NEBULA_VERSION = 'v12.8.24.006'; //Friday, January 24, 2025 12:08:18 AM
const OFFLINE_URL = 'https://nebula.gearside.com/offline/';
const OFFLINE_IMG = 'https://nebula.gearside.com/wp-content/themes/Nebula-main/assets/img/offline.svg';
const META_ICON = 'https://nebula.gearside.com/wp-content/themes/Nebula-main/assets/img/meta/android-chrome-512x512.png';
Expand Down
4 changes: 2 additions & 2 deletions Nebula-Child/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/critical.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/login.css

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

2 changes: 1 addition & 1 deletion assets/css/pre.css

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

2 changes: 1 addition & 1 deletion assets/js/modules/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ nebula.cf7Functions = async function(){
});
window.dataLayer.push(Object.assign(thisEvent, {'event': 'nebula_form_submit_success'})); //This is the event name to use in the GTM custom event trigger
nebula.fbq('track', 'Lead', {content_name: 'Form Submit (Success)'});
nebula.uetq({ec: thisEvent.event_name, ea: 'Form Submit Success', el: thisEvent.event_label});
nebula.uetq('Form Submit Success', {event_category: thisEvent.event_category, event_action: 'Form Submit Success', event_label: thisEvent.event_label});
nebula.clarity('set', thisEvent.event_category, thisEvent.event_action);
nebula.crm('identify', {'form_contacted': 'CF7 (' + thisEvent.unit_tag + ') Submit Success'}, false);
nebula.crm('event', 'Contact Form (' + thisEvent.unit_tag + ') Submit Success');
Expand Down
Loading

0 comments on commit 553f159

Please sign in to comment.