Skip to content

Commit

Permalink
V11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWunderlich committed Aug 22, 2019
1 parent c930377 commit 43722b6
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 81 deletions.
7 changes: 7 additions & 0 deletions Doc/ChangeLog.txt
@@ -1,3 +1,10 @@
Version 11.3
- This release is a rollup of bug fixes and compatabilty updates for QV12.
- New routine, Qvc.DropTable. Credit to Stanislav Chernov.
- Russian language corrections and various other fixes from Stanislav Chernov.
- Qvc.Calender correction to future date variable from walteryiphk.
- Qvc.DbExtract updated for syntax compatability with QV12.

Version 11.2
- Fixed issue 62, Qvc.IncrementalSetup script error when QVD not exists in QV12.10.
- Added new routine, Qvc.ExportTables.
Expand Down
Binary file modified Doc/QVC Documentation.qvf
Binary file not shown.
Binary file added Doc/Qlikview Components Release Notes V11.3.pdf
Binary file not shown.
Binary file modified Doc/Qlikview Components Release Notes.docx
Binary file not shown.
Binary file modified Doc/QvcDocumentation.qvw
Binary file not shown.
Binary file added Examples/DropTable.qvw
Binary file not shown.
2 changes: 1 addition & 1 deletion QVC_Source/Qvc_Global.qvs
Expand Up @@ -18,7 +18,7 @@ along with this program. If not, see http://www.gnu.org/licenses/licenses.html
///$tab Global
// Qvc.Global.v.Version MUST be specified in the 3 line format to be picked up as an ANT property!
SET
Qvc.Global.v.Version = 11.2
Qvc.Global.v.Version = 11.3
;
LET Qvc.Global.v.ScriptStart = now(1);

Expand Down

0 comments on commit 43722b6

Please sign in to comment.