Skip to content

Commit

Permalink
0.49.1
Browse files Browse the repository at this point in the history
This closes #21
  • Loading branch information
coni2k committed Mar 4, 2016
1 parent d596fff commit 12c6a82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
**0.49.1**

* .gitignore _system folder fix
* 404 for fontawesome-webfont.woff2
https://github.com/forCrowd/WealthEconomy/issues/21

**0.49.0**

Expand Down
2 changes: 2 additions & 0 deletions SolutionItems/Documents/Todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ And do we need it?

* http://www.asp.net/web-api/overview/testing-and-debugging/mocking-entity-framework-when-unit-testing-aspnet-web-api-2

* Check EF conventions for possible use; rowversion, datetime, id etc?

---
. addfield method should create new elementcells for this new field for the existing items! - ALREADY OK?

Expand Down
6 changes: 5 additions & 1 deletion ngClient/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
</rule>
</rules>
</rewrite>
<staticContent>
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="font/woff2" />
</staticContent>
</system.webServer>
</configuration>
</configuration>

0 comments on commit 12c6a82

Please sign in to comment.