Skip to content

Commit

Permalink
V10 Release, PHP min version to 7.3, FA6 fixes, device detection impr…
Browse files Browse the repository at this point in the history
…ovements, last commit before GA4 migration

#2199, #2165

This is the last commit before Nebula shifts to using Google Analytics v4 (GA4)!!
  • Loading branch information
chrisblakley committed May 1, 2022
1 parent e520c97 commit d0a7879
Show file tree
Hide file tree
Showing 20 changed files with 102 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Nebula follows [WordPress recommended requirements](https://wordpress.org/about/

To take full advantage of Nebula's features, the following are recommended:
+ WordPress Latest
+ PHP 7.2+
+ PHP 7.3+
+ MySQL 5.6+
+ SSL

Expand Down
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": "9.10.18.437",
"version": "10.0.1.009",
"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 = 'v9.10.18.437'; //Friday, March 18, 2022 10:29:41 AM
const NEBULA_VERSION = 'v10.0.1.009'; //Sunday, May 1, 2022 12:12:24 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 OFFLINE_GA_DIMENSION = 'cd2';
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.

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

12 changes: 6 additions & 6 deletions assets/scss/partials/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
*/
@mixin font-awesome($type: "solid"){
@if $type == "solid" {
font-family: "Font Awesome 5 Solid", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands"; font-weight: 900;
font-family: "Font Awesome 6 Solid", "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands"; font-weight: 900;
} @else if $type == "regular" {
font-family: "Font Awesome 5 Regular", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands"; font-weight: 400; //If this falls back to free, the font weight may not be compatible...
font-family: "Font Awesome 6 Regular", "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands"; font-weight: 400; //If this falls back to free, the font weight may not be compatible...
} @else if $type == "light" {
font-family: "Font Awesome 5 Light", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands"; font-weight: 300; //If this falls back to free, the font weight may not be compatible...
font-family: "Font Awesome 6 Light", "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands"; font-weight: 300; //If this falls back to free, the font weight may not be compatible...
} @else if $type == "duotone" {
font-family: "Font Awesome 5 Duotone", "Font Awesome 5 Solid", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands"; font-weight: 900; //If this falls back to free, the font weight may not be compatible...
font-family: "Font Awesome 6 Duotone", "Font Awesome 6 Solid", "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands"; font-weight: 900; //If this falls back to free, the font weight may not be compatible...
} @else if $type == "free" {
font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands"; font-weight: 900;
font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands"; font-weight: 900;
} @else if $type == "brand" {
font-family: "Font Awesome 5 Brands"; font-weight: 400;
font-family: "Font Awesome 6 Brands"; font-weight: 400;
}
}

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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.
Author: Pinckney Hugo Group
Author URI: http://www.pinckneyhugo.com
Version: 9.10.18.437
Version: 10.0.1.009
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, threaded-comments, theme-options, sticky-post, post-formats, microformats, full-width-template, front-page-post-form, flexible-header, featured-images, featured-image-header, editor-style, custom-menu, custom-colors, accessibility-ready
Expand Down
2 changes: 1 addition & 1 deletion inc/data/nebula_theme.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.10.18.437",
"version": "10.0.1.009",
"details_url": "https://github.com/chrisblakley/Nebula/commits/main",
"download_url": "https://github.com/chrisblakley/Nebula/archive/main.zip"
}
Loading

0 comments on commit d0a7879

Please sign in to comment.