File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 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+
15======= 3.4.4
26
37- added: schema options `$.successful(function(response) {})`
Original file line number Diff line number Diff line change 2121
2222/**
2323 * @module Framework
24- * @version 3.4.4
24+ * @version 3.4.5
2525 */
2626
2727'use strict' ;
@@ -957,7 +957,7 @@ function Framework() {
957957
958958 self . $id = null ; // F.id ==> property
959959 self . version = 3440 ;
960- self . version_header = '3.4.4 ' ;
960+ self . version_header = '3.4.5 ' ;
961961 self . version_node = process . version . toString ( ) ;
962962 self . syshash = ( __dirname + '-' + Os . hostname ( ) + '-' + Os . platform ( ) + '-' + Os . arch ( ) + '-' + Os . release ( ) + '-' + Os . tmpdir ( ) + JSON . stringify ( process . versions ) ) . md5 ( ) ;
963963 self . pref = global . PREF ;
Original file line number Diff line number Diff line change 6666 "name" : " Sarp Aykent" ,
6767 "email" : " shackhers@gmail.com"
6868 }],
69- "version" : " 3.4.4 " ,
69+ "version" : " 3.4.5 " ,
7070 "homepage" : " http://www.totaljs.com" ,
7171 "bugs" : {
7272 "url" : " https://github.com/totaljs/framework/issues" ,
You can’t perform that action at this time.
0 commit comments