Skip to content

Commit 135c495

Browse files
committed
Added other internal domains for broader internal analytics audience categorization
1 parent f4f7ecf commit 135c495

File tree

16 files changed

+92
-47
lines changed

16 files changed

+92
-47
lines changed

.github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nebula-wp",
33
"title": "Nebula",
44
"description": "Advanced Starter WordPress Theme for Developers",
5-
"version": "12.10.27.410",
5+
"version": "12.10.28.356",
66
"homepage": "https://gearside.com/nebula/",
77
"repository": {
88
"type": "git",

Nebula-Child/assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Nebula-Child/resources/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//BEGIN automated edits. These will be automatically overwritten.
22
const THEME_NAME = 'nebula-child';
3-
const NEBULA_VERSION = 'v12.10.27.410'; //Thursday, March 27, 2025 9:50:49 AM
3+
const NEBULA_VERSION = 'v12.10.28.356'; //Friday, March 28, 2025 8:33:00 AM
44
const OFFLINE_URL = 'https://nebula.gearside.com/offline/';
55
const OFFLINE_IMG = 'https://nebula.gearside.com/wp-content/themes/Nebula-main/assets/img/offline.svg';
66
const META_ICON = 'https://nebula.gearside.com/wp-content/themes/Nebula-main/assets/img/meta/android-chrome-512x512.png';

Nebula-Child/style.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/login.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/pre.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Theme URI: https://nebula.gearside.com
44
Description: Nebula is a springboard WordPress theme framework for developers. Like other WordPress startup themes, it has custom functionality built-in (like shortcodes, styles, and JS/PHP functions), but unlike other themes Nebula is not meant for the end-user.
55
Author: Nebula
6-
Version: 12.10.27.410
6+
Version: 12.10.28.356
77
License: GNU General Public License v2.0 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Text Domain: nebula

inc/analytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function gtag(){dataLayer.push(arguments);}
176176
});
177177
<?php endif; ?>
178178

179-
<?php if ( nebula()->is_staff() ): ?>
179+
<?php if ( nebula()->is_staff() || nebula()->is_internal_referrer() ): ?>
180180
gtag('set', 'user_properties', {
181181
traffic_type: 'internal' //This is a default GA4 property name/value for internal traffic filtering
182182
});

0 commit comments

Comments
 (0)