Skip to content

Commit 775e93f

Browse files
committed
new release
1 parent 4a16770 commit 775e93f

7 files changed

Lines changed: 17 additions & 14 deletions

File tree

bin/total

Lines changed: 8 additions & 9 deletions
Large diffs are not rendered by default.

changes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IN DEVELOPMENT ======= 1.7.1 (HOTFIX)
1+
======= 1.7.1 (HOTFIX)
22

33
This version will work on `io.js` without problems.
44

@@ -19,6 +19,8 @@ updated: Utils.trim() supports arrays
1919
- fixed: (CRITICAL) controller.memorize() in JSON output
2020
- fixed: (CRITICAL) uploading files, problem with the filename/name field (if it contained `;`)
2121

22+
- removed: mmr
23+
2224
======= 1.7.0
2325

2426
Framework supports a backward compatibility.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function Framework() {
162162

163163
this.id = null;
164164
this.version = 1701;
165-
this.version_header = '1.7.1 (build: 16)';
165+
this.version_header = '1.7.1';
166166

167167
var version = process.version.toString().replace('v', '').replace(/\./g, '');
168168

minify/merged/total.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minify/total.js/bin/total

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

minify/total.js/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ __Social networks__:
3737
References
3838
----------
3939

40+
- [Warstore.sk (Ecommerce)](https://www.warstore.sk)
4041
- [Spektrum-bb.sk (Ecommerce)](https://www.spektrum-bb.sk)
4142
- [Privater (WebSocket) - www.privater.eu](https://www.privater.eu)
4243
- [GPS Localization (WebSocket) - www.gpslocalization.com](http://www.gpslocalization.com)

0 commit comments

Comments
 (0)