Skip to content

Commit ad9b4d5

Browse files
committed
Preferred AI options, File Editor diagnostics, Requested URL PR cleanup
#2315
1 parent 6ac1425 commit ad9b4d5

File tree

22 files changed

+92
-65
lines changed

22 files changed

+92
-65
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.4.22.687",
5+
"version": "13.5.29.583",
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.4.22.687'; //Monday, September 22, 2025 4:29:57 PM
3+
const NEBULA_VERSION = 'v13.5.29.583'; //Wednesday, October 29, 2025 1:59:00 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: 2 additions & 2 deletions
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/js/admin-modules/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ nebula.developerMetaboxes = function(){
254254
});
255255

256256
//Copy AI Code Review Prompt and open the AI tool in a new window
257-
jQuery('#review-continue-wrapper a').on('click', function(e){
257+
jQuery('.prompt-launchpad-function-review').on('click', function(e){
258258
e.preventDefault();
259259

260260
let prompt = 'Please review the following WordPress function:\n\n```php\n' + jQuery(this).attr('data-function') + '\n```';

0 commit comments

Comments
 (0)