Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
31 | Active |
30 | Rejected |
29 | Active |
28 | Active |
27 | Active |
26 | Rejected |
25 | Rejected |
24 | Rejected |
23 | Rejected |
22 | Active |
21 | Active |
20 | Active |
19 | Active |
18 | Rejected |
17 | Active |
16 | Inactive |
15 | Active |
14 | Active |
13 | Rejected |
12 | Active |
11 | Active |
10 | Active |
9 | Rejected |
8 | Active |
7 | Active |
6 | Inactive |
5 | Active |
4 | Active |
3 | Inactive |
2 | Inactive |
1 | Rejected |
1. As mentioned before, you should do this in disable: ```js this._providers = []; this._unitConversion = null; this._currencyConversion = null; ``` 2. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logg 3. Add to the description that this extension is using exchangerate-api.com for currency plugin. 4. Where do you use `plugins/units/tests/conv.js`? 5. You cannot create instance of objects in global scope (line 12 `plugins/units/units.js`): [EGO Review Guidelines: Initialization](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) 6. Any code copied from other extensions or libraries need to include the copyright.