Skip to content

Commit 4a956c3

Browse files
committed
Memoized Minimal Mode check function
1 parent ad9b4d5 commit 4a956c3

File tree

13 files changed

+34
-27
lines changed

13 files changed

+34
-27
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": "13.5.29.583",
5+
"version": "13.6.6.661",
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 = 'v13.5.29.583'; //Wednesday, October 29, 2025 1:59:00 PM
3+
const NEBULA_VERSION = 'v13.6.6.661'; //Thursday, November 6, 2025 3:51:14 PM
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: 13.5.29.583
6+
Version: 13.6.6.661
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/data/hashes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"assets\/scss\/partials\/_variables.scss": "f0981e3e330c8d6b649f76e7ba591c9daa17ec9958ef9f0c8ef989963fe6df01",
4343
"assets\/scss\/partials\/_vendor.scss": "30b5e739b86b3c5c79f15ee127041508323a6325cb417d47cef042604f17d457",
4444
"assets\/scss\/pre.scss": "6b09c698673fa6b550fc27efd8ccd6feffda55931e644ca53d2de125991e6fc3",
45-
"assets\/scss\/style.scss": "62c921c1632ef5cc8967b2c6dd43e04b2f9af1104da6091deccba9b3833dd4ed",
45+
"assets\/scss\/style.scss": "7c05392b0f20c3820e0f8d6f9de91f1d3d4002cd9463fbe89b705c4327ab6269",
4646
"attachment.php": "c22aefde32b7b6f7c59161acb789fecb8d509527f64ba9562d69278d8a47b27d",
4747
"author.php": "a02e66015f80afc191f9ff515ec12bf3b724c5868c336c44ef4f4b913be9b36e",
4848
"category.php": "302f4b6c57e0b14fc0b602f78b1b27c68d04e8ed63dfa733593a7c3dbaab1b94",
@@ -191,7 +191,7 @@
191191
"libs\/Utilities\/Device.php": "613fea07f6f26f4f6d3b5a80d7229a77f9a9889d9075f67d2109e0df2515ed20",
192192
"libs\/Utilities\/Logs.php": "978a734cd72ddce69bc485dc954a2ac650979989736cf9bbe2001a3392529ebe",
193193
"libs\/Utilities\/Sass.php": "226f428826b5b9bbfe243410480f064caab5ae5d14f3fbd627c999923ef11eb9",
194-
"libs\/Utilities\/Utilities.php": "de2cfc16f73bb0ffae5ab6801cce765445ffa602f8ffb897df4b69a8ec49bd99",
194+
"libs\/Utilities\/Utilities.php": "ac9d09b4558359b9d87e6ab22b34e58362852a41e8b7f9e9cf68c816aa967a82",
195195
"libs\/Utilities\/Warnings.php": "25dcc544ed1495a0aac8a5d86162760e549f123f480e9f9977efbfe3336b0409",
196196
"libs\/Widgets.php": "68b5e07f16e175d732003f90aea13c1b11620f1e83a9bab83e851fec8f905aa1",
197197
"loop.php": "0f94ee5b838cf14c5555cf068a9b101a334d92cd1df2d713705fc6fcc4f9f054",

0 commit comments

Comments
 (0)