Skip to content

Commit 2c4c36c

Browse files
committed
Readme and version metadata updated ⏫
1 parent ec91f8a commit 2c4c36c

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
A PHP Laravel Valet status indicator and manager extension (GNOME Panel Applet) for GNOME Shell.
44

55
![Screenshot](./screenshot.png)
6-
![Screenshot2](./screenshot2.png)
76

87
## Supports
98

109
|Extension Version|Gnome Shell Version|
1110
|:-:|:-:|
12-
|8|46|
11+
|9|46|
1312
|7|45|
1413
|5|44, 43, 42, 41, 40|
1514

@@ -21,7 +20,7 @@ A PHP Laravel Valet status indicator and manager extension (GNOME Panel Applet)
2120

2221
- Install this extension from [extensions.gnome.org](https://extensions.gnome.org/extension/4985/php-laravel-valet).
2322

24-
### Or
23+
## Manual Installation
2524

2625
- Download the zip from the source.
2726
- Create a folder named `php-laravel-valet@rahulhaque` under `~/.local/share/gnome-shell-extensions` folder and extract all the files in this repo.

extension.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ import Gio from 'gi://Gio'
33
import St from 'gi://St'
44
import Clutter from 'gi://Clutter'
55

6-
import {Extension, gettext as _} from 'resource:///org/gnome/shell/extensions/extension.js'
6+
import { Extension, gettext as _ } from 'resource:///org/gnome/shell/extensions/extension.js'
77
import * as PanelMenu from 'resource:///org/gnome/shell/ui/panelMenu.js'
88
import * as PopupMenu from 'resource:///org/gnome/shell/ui/popupMenu.js'
99
import * as Utils from './utils.js'
1010

1111
import * as Main from 'resource:///org/gnome/shell/ui/main.js'
12-
import {phpVersion} from './utils.js'
1312

1413
const PhpLaravelValet = GObject.registerClass(
1514
class PhpLaravelValet extends PanelMenu.Button {
@@ -155,8 +154,7 @@ const PhpLaravelValet = GObject.registerClass(
155154
return state
156155
}
157156

158-
menuSection3()
159-
{
157+
menuSection3() {
160158
if (! this.shouldShowMenuSection3()) {
161159
return
162160
}

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
],
99
"url": "https://github.com/rahulhaque/php-laravel-valet-gnome-shell-extension",
1010
"uuid": "php-laravel-valet@rahulhaque",
11-
"version": 8
11+
"version": 9
1212
}

screenshot.png

-15.7 KB
Loading

screenshot2.png

-51 KB
Binary file not shown.

0 commit comments

Comments
 (0)