mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
reset discord_richpresence
This commit is contained in:
parent
5e71b03bdc
commit
52d56ca5a1
4 changed files with 348 additions and 455 deletions
|
|
@ -1,5 +1,9 @@
|
|||
## Plugin Manager (dd-mm-yyyy)
|
||||
|
||||
### 1.0.19 (05-05-2024)
|
||||
|
||||
- Fixed an issue where changelog were not found
|
||||
|
||||
### 1.0.18 (28-04-2024)
|
||||
|
||||
- Fixed errors which were caused due to no internet connection.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||
"versions": {
|
||||
"1.0.19": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "30f0b9d",
|
||||
"released_on": "04-05-2024",
|
||||
"md5sum": "f0a9ed605dd91e2210a47a0cd6067ded"
|
||||
},
|
||||
"1.0.18": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "5af504e",
|
||||
|
|
|
|||
|
|
@ -1475,6 +1475,7 @@ class PluginManager:
|
|||
def unset_index_global_cache(self):
|
||||
try:
|
||||
del _CACHE["index"]
|
||||
del _CACHE["changelog"]
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue