Skip to content

Commit

Permalink
chore: release v4.0.0
Browse files Browse the repository at this point in the history
NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Fixed last update time
  • Loading branch information
klein0r committed May 29, 2022
1 parent 5e9d466 commit 4ac8892
Show file tree
Hide file tree
Showing 7 changed files with 212 additions and 191 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 2.0.1 (2021-11-06)

* (klein0r) Fixed missing translations

## 2.0.0 (2021-11-04)

* (klein0r) Admin 5 Support
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To get an API-Key you have to go to [console.developers.google.com](https://cons
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.0.0 (2022-05-29)

NodeJS 14.x is required (NodeJS 12.x is EOL)

Expand All @@ -78,10 +78,6 @@ NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Fixed missing VIS widget

### 2.0.1 (2021-11-06)

* (klein0r) Fixed missing translations

## License

The MIT License (MIT)
Expand Down
383 changes: 202 additions & 181 deletions io-package.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.youtube",
"version": "3.0.1",
"version": "4.0.0",
"description": "ioBroker YouTube Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down
2 changes: 1 addition & 1 deletion widgets/youtube.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
ioBroker.vis YouTube Widget-Set
Version: '3.0.1'
Version: '4.0.0'
Copyright 2022 Matthias Kleine [email protected]
-->
Expand Down
2 changes: 1 addition & 1 deletion widgets/youtube/js/youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $.extend(

// this code can be placed directly in youtube.html
vis.binds['youtube'] = {
version: '3.0.1',
version: '4.0.0',
showVersion: function () {
if (vis.binds['youtube'].version) {
console.log('Version youtube: ' + vis.binds['youtube'].version);
Expand Down

0 comments on commit 4ac8892

Please sign in to comment.