Skip to content

Commit ea9776f

Browse files
committed
🔖 Preparing 2020.09.23
1 parent c95ff9f commit ea9776f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

‎README.md‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ or manually using this URL:
2020

2121
https://github.com/OctoPrint/OctoPrint-FirmwareCheck/archive/master.zip
2222

23+
To install and/or rollback to a specific version `<version>`, either use this URL in the plugin manager:
24+
25+
https://github.com/OctoPrint/OctoPrint-FirmwareCheck/archive/<version>.zip
26+
27+
or run
28+
29+
pip install OctoPrint-FirmwareCheck==<version>
30+
31+
in your OctoPrint virtual environment, substituting `<version>` accordingly.
32+
2333
## Events
2434

2535
### plugin_firmware_check_warning
@@ -45,7 +55,7 @@ for a list of currently known to be affected printers.
4555

4656
### Broken firmware
4757

48-
#### "CBD" firmware
58+
#### "CBD"/"ZWLF" firmware
4959

5060
Please refer to the [entry on the "broken CBD firmware" warning in OctoPrint's FAQ](https://faq.octoprint.org/warning-firmware-broken-cbd)
5161
for a list of currently known to be affected printers.

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "OctoPrint-FirmwareCheck"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "2020.09.14"
17+
plugin_version = "2020.09.23"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module

0 commit comments

Comments
 (0)