Skip to content

Commit

Permalink
Spellcheck audit, utility optimizations, video page structured data, …
Browse files Browse the repository at this point in the history
…library updates

Note: video page structured data still requires the child theme template (or blocks) to supplement it with the actual video information.
  • Loading branch information
chrisblakley committed Sep 17, 2024
1 parent b868f6c commit b4ff74c
Show file tree
Hide file tree
Showing 39 changed files with 280 additions and 145 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.3.21.479",
"version": "12.4.17.457",
"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.

6 changes: 4 additions & 2 deletions Nebula-Child/resources/htaccess-root.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,21 @@
# Conditionals for various Apache versions and enabled modules
#############################

#Note: No compression on video files to avoid high CPU usage with potential worse file sizes or no improvement

<IfModule mod_brotli.c>
FilterDeclare BROTLI_COMPRESS

#Specify content types to compress
FilterProvider BROTLI_COMPRESS BROTLI "%{CONTENT_TYPE} =~ m#^text/(html|css|plain|xml|x-component)#i"
FilterProvider BROTLI_COMPRESS BROTLI "%{CONTENT_TYPE} =~ m#^application/(javascript|json|xml|xhtml+xml|rss+xml|atom+xml|vnd.ms-fontobject|x-font-ttf|x-font-woff|wasm)#i"
FilterProvider BROTLI_COMPRESS BROTLI "%{CONTENT_TYPE} =~ m#^image/(svg+xml)#i"
FilterProvider BROTLI_COMPRESS BROTLI "%{CONTENT_TYPE} =~ m#^image/(svg+xml|jpeg|jpg|png|webp|gif|x-icon)#i"
FilterProvider BROTLI_COMPRESS BROTLI "%{CONTENT_TYPE} = 'font/opentype'"

FilterChain BROTLI_COMPRESS
FilterProtocol BROTLI_COMPRESS BROTLI change=yes;byteranges=no

#Brotli compression quality (optional, defaults to 5, range is 0-11)
#Brotli compression quality (optional, default is 5, range is 0 (fastest compression, larger file sizes) to 11 (slowest compression, smaller file sizes))
BrotliCompressionQuality 6
</IfModule>

Expand Down
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.3.21.479'; //Wednesday, August 21, 2024 11:30:22 AM
const NEBULA_VERSION = 'v12.4.17.457'; //Tuesday, September 17, 2024 10:57:53 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.

4 changes: 2 additions & 2 deletions 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.

Binary file modified assets/css/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/css/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/css/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified assets/css/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified assets/css/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/css/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file modified assets/css/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file modified assets/css/webfonts/fa-v4compatibility.woff2
Binary file not shown.
Loading

0 comments on commit b4ff74c

Please sign in to comment.