Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
14 | Active |
13 | Active |
12 | Active |
11 | Rejected |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Rejected |
3 | Active |
2 | Active |
1 | Active |
Please don't create objects in `init()`. This should only be done in `enable()` and object should be destroyed in `disable()`. Creating object in `init()` prevents the garbage collector from ever being able to free the memory, even if your extension is disabled or uninstalled.
Ok thanks ! v2 is uploaded now.