File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ======= 3.4.5
2
+
3
+ - fixed: a problem with persistent images
4
+
1
5
======= 3.4.4
2
6
3
7
- added: schema options `$.successful(function(response) {})`
Original file line number Diff line number Diff line change 21
21
22
22
/**
23
23
* @module Framework
24
- * @version 3.4.4
24
+ * @version 3.4.5
25
25
*/
26
26
27
27
'use strict' ;
@@ -957,7 +957,7 @@ function Framework() {
957
957
958
958
self . $id = null ; // F.id ==> property
959
959
self . version = 3440 ;
960
- self . version_header = '3.4.4 ' ;
960
+ self . version_header = '3.4.5 ' ;
961
961
self . version_node = process . version . toString ( ) ;
962
962
self . syshash = ( __dirname + '-' + Os . hostname ( ) + '-' + Os . platform ( ) + '-' + Os . arch ( ) + '-' + Os . release ( ) + '-' + Os . tmpdir ( ) + JSON . stringify ( process . versions ) ) . md5 ( ) ;
963
963
self . pref = global . PREF ;
Original file line number Diff line number Diff line change 66
66
"name" : " Sarp Aykent" ,
67
67
68
68
}],
69
- "version" : " 3.4.4 " ,
69
+ "version" : " 3.4.5 " ,
70
70
"homepage" : " http://www.totaljs.com" ,
71
71
"bugs" : {
72
72
"url" : " https://github.com/totaljs/framework/issues" ,
You can’t perform that action at this time.
0 commit comments