Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Merge branch 'Release-v0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
TBSliver committed Aug 14, 2017
2 parents d5b629e + b5dc1ec commit d123dc5
Show file tree
Hide file tree
Showing 36 changed files with 2,111 additions and 462 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ $RECYCLE.BIN/
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate

config/config-dev.json
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

# v0.0.2

* Reduced image quality to increase upload speed
* Reformatted Leaderboard layout
* Added User Settings editing
* Added First Boot page & Help prompt
* Added receipt purchase time
* Added Display name to front page

# v0.0.1

* Initial Release
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.peartrade.localloop" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.peartrade.localloop" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>LocalLoop</name>
<description>Tracking Local Money for Local People.</description>
<author email="[email protected]" href="http://github.com/pear-trading">Pear Trading Development Team</author>
Expand Down
3 changes: 0 additions & 3 deletions config/config-dev.json

This file was deleted.

3 changes: 3 additions & 0 deletions config/config-dev.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"api_url": "http://dev.peartrade.org/api"
}
Loading

0 comments on commit d123dc5

Please sign in to comment.