Skip to content

Commit 7110cd1

Browse files
Release 3.1.1 (#3)
# Release 3.1.1 ## Bugfix - Did not stop the image provider based on "OnStopFlowConfigProviders" event
1 parent 830b19d commit 7110cd1

5 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## Release 3.1.1
5+
6+
### Bugfix
7+
- Did not stop the image provider based on "OnStopFlowConfigProviders" event
8+
49
## Release 3.1.0
510

611
### Improvements

CSK_Module_ImagePlayer/project.mf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ INFO: If the internal resizeFactor is changed, this module will notify the "OnNe
223223
</crown>
224224
</crown>
225225
<meta key="author">SICK AG</meta>
226-
<meta key="version">3.1.0</meta>
226+
<meta key="version">3.1.1</meta>
227227
<meta key="priority">low</meta>
228228
<meta key="copy-protected">false</meta>
229229
<meta key="read-protected">false</meta>

CSK_Module_ImagePlayer/scripts/Sensors/ImagePlayer/FlowConfig/ImagePlayer_FlowConfig.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ local function handleOnClearOldFlow()
1616
end
1717
end
1818
Script.register('CSK_FlowConfig.OnClearOldFlow', handleOnClearOldFlow)
19-
Script.register('CSK_FlowConfig.OnStopFlowConfigProviders', handleOnStopProvider)
19+
Script.register('CSK_FlowConfig.OnStopFlowConfigProviders', handleOnClearOldFlow)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Tested on
1818
|SICK AppEngine|V1.7.0|V3.1.0|
1919
|SICK AppEngine|V1.7.0|V3.0.0|
2020
|SICK AppEngine|V1.3.2|<V3.0.0|
21+
|SIM1012|V2.4.2|V3.1.1|
2122
|SIM1012|V2.4.2|V3.0.0|
2223
|SIM1012|V2.2.0|<V3.0.0|
2324
|TDC-E|V2.0.0|V4.0.0|

docu/CSK_Module_ImagePlayer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 2.0.12">
88
<meta name="author" content="SICK AG">
9-
<title>Documentation - CSK_Module_ImagePlayer 3.1.0</title>
9+
<title>Documentation - CSK_Module_ImagePlayer 3.1.1</title>
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1111
<style>
1212
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
@@ -615,10 +615,10 @@
615615
</head>
616616
<body class="article toc2 toc-left">
617617
<div id="header">
618-
<h1>Documentation - CSK_Module_ImagePlayer 3.1.0</h1>
618+
<h1>Documentation - CSK_Module_ImagePlayer 3.1.1</h1>
619619
<div class="details">
620620
<span id="author" class="author">SICK AG</span><br>
621-
<span id="revnumber">version 3.1.0,</span>
621+
<span id="revnumber">version 3.1.1,</span>
622622
<span id="revdate">2025-02-18</span>
623623
</div>
624624
<div id="toc" class="toc2">
@@ -736,7 +736,7 @@ <h2 id="_document_metadata">Document metadata</h2>
736736
</tr>
737737
<tr>
738738
<th class="tableblock halign-left valign-top"><p class="tableblock">Version</p></th>
739-
<td class="tableblock halign-left valign-top"><p class="tableblock">3.1.0</p></td>
739+
<td class="tableblock halign-left valign-top"><p class="tableblock">3.1.1</p></td>
740740
</tr>
741741
<tr>
742742
<th class="tableblock halign-left valign-top"><p class="tableblock">Date</p></th>
@@ -3018,7 +3018,7 @@ <h3 id="API:Enum:CSK_ImagePlayer.ImageTypes"><span class="api-enum">CSK_ImagePla
30183018
</div>
30193019
<div id="footer">
30203020
<div id="footer-text">
3021-
Version 3.1.0<br>
3021+
Version 3.1.1<br>
30223022
Last updated 2025-02-18 13:44:15 +0100
30233023
</div>
30243024
</div>

0 commit comments

Comments
 (0)