Skip to content

Commit

Permalink
remove lets encrypt support (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Apr 19, 2024
1 parent 8ffcd6a commit d07b06a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,21 @@ If you find errors in the definitions, e.g. function calls that should be allowe
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**

- (foxriver76) removed letsEncrypt support as next controller won't support it anymore (use `@iobroker/webserver` instead)

### 3.1.0 (2024-04-16)

- (foxriver76) provide `esm` and `cjs` exports

### 3.0.6 (2024-03-24)

- (foxriver76) hotfix previous release: compatibility with next controller with new esm/cjs exports
- (foxriver76) hotfix previous release: compatibility with next controller with new esm/cjs exports

### 3.0.5 (2024-03-24)

- (foxriver76) compatibility with next controller with new esm/cjs exports
- (foxriver76) compatibility with next controller with new esm/cjs exports

### 3.0.4 (2023-10-12)

Expand Down
2 changes: 0 additions & 2 deletions src/controllerTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ export const commonTools = {
// TODO: Add more methods from lib/tools.js as needed

password: resolveNamedModule("password"),
/** @deprecated use @iobroker/webserver */
letsEncrypt: resolveNamedModule("letsencrypt"),
session: resolveNamedModule("session"),
zipFiles: resolveNamedModule("zipFiles"),
// TODO: expose more (internal) controller modules as needed
Expand Down

0 comments on commit d07b06a

Please sign in to comment.