Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Jul 11, 2017
2 parents 7ceda99 + 420f0af commit caa0ffc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bower_components/
release.sh
about.md
iOS
legacy/
cordova.plugin.backup
before_build.md
/config.xml
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.0.3"></a>
### 2.0.3 (2017-07-11)

* [BUG] Build iOS App: Error: cordovaProject.projectConfig.getFileResources is not a function <https://github.com/wordpress-clients/hybrid/issues/353>

To upgrade:

```
$ git fetch --all
$ git checkout v2.0.3
$ yarn
$ rm -rf platforms/ plugins/
$ npm run restore
```

<a name="2.0.2"></a>
### 2.0.2 (2017-04-12)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpress-hybrid-client",
"version": "2.0.0",
"version": "2.0.3",
"title": "wordpress-hybrid-client",
"description": "Build amazing iOS and Android applications for your WordPress website for free!",
"main": "index.js",
Expand Down Expand Up @@ -134,8 +134,8 @@
},
{
"platform": "ios",
"version": "4.x",
"locator": "ios@4.x"
"version": "4.1.1",
"locator": "ios@4.1.1"
}
]
}

0 comments on commit caa0ffc

Please sign in to comment.