mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
ChangeLog: Be explicit about the steps for config update.
This commit is contained in:
parent
04b29928ed
commit
6d6ff00490
@ -221,9 +221,12 @@ Plugin Developers
|
||||
|
||||
Setting still uses `config.set(...)`.
|
||||
|
||||
For ease of maintaining compatibility with pre-5.0.0 versions include
|
||||
this code in at least one module/file (no harm in it being in all that
|
||||
manipulate plugin config):
|
||||
So:
|
||||
|
||||
1. Replace all instances of `config.get()` and `config.getint()` as above.
|
||||
2. For ease of maintaining compatibility with pre-5.0.0 versions include
|
||||
this code in at least one module/file (no harm in it being in all that
|
||||
manipulate plugin config):
|
||||
|
||||
```
|
||||
from config import config
|
||||
|
Loading…
x
Reference in New Issue
Block a user