Skip to content

Commit

Permalink
bump beta13
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Oct 22, 2016
1 parent dac2827 commit 2d79064
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
* [CONFIG] There is no more dev/prod distinction, WPHC turn debug OFF when building the prod app automatically.
* [ABOUT] The About feature has been removed. You can use Pages to achieve the same purpose.

<a name="2.0.0-beta13"></a>
### 2.0.0-beta13 (2016-10-22)

To upgrade checkout `git checkout v2.0.0-beta13` and run `npm i`

* [FEATURE] Display app icon in the menu header <https://github.com/shprink/wordpress-hybrid-client/issues/5>
* [FEATURE] Progressive Web App support (Manifest & service workers)
* Remove share button on browser


<a name="2.0.0-beta12"></a>
### 2.0.0-beta12 (2016-09-18)

Expand Down
4 changes: 3 additions & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ For instance if you want to modify the way the menu is displayed, you will need

After that you will need to register your new template in `lib/templates/index.js` (read the comments for help)

## Service Workers (Experiemental)
## Service Workers (Experimental)

WPHC supports progressive web apps. When [enabled](#serviceWorker) make sure you modify `config/manifest.json` with your own app informations (title, description etc.) and overwrite all the icons in `config/icons`.

PWA requires a HTTPS connection, make sure to have an SSL certificate.

Chrome dev tools allow you to test the "add to homescreen" feature on the browser.

![image](https://cloud.githubusercontent.com/assets/1388706/19619167/740031b0-9860-11e6-9ca0-ebb5bb9bb152.png)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpress-hybrid-client",
"version": "2.0.0-beta12",
"version": "2.0.0-beta13",
"title": "wordpress-hybrid-client",
"description": "AngularJS client using Ionic Framework and based on the json-rest-api plugin: https://wordpress.org/plugins/json-rest-api/ with CORS enabled.",
"main": "index.js",
Expand Down

0 comments on commit 2d79064

Please sign in to comment.