Skip to content

Latest commit

 

History

History
208 lines (142 loc) · 8.99 KB

CHANGELOG.md

File metadata and controls

208 lines (142 loc) · 8.99 KB

2.0.0 (WIP)

milestone

Breaking changes:

  • [CONFIG] config.json does not exist anymore. The installation (npm run installWPHC) creates several config files in the config folder. config/config.cson file overwrites config/config.default.cson (this on is read only, do not modify).
  • [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.

2.0.0-beta09 (2016-05-18)

2.0.0-beta08 (2016-03-31)

2.0.0-beta07 (2016-03-18)

2.0.0-beta06 (2016-02-20)

  • [FEATURE] Adding hybrid loading service wordpress-clients#174
  • [FEATURE] Adding push notification switch (register/unregister) in the params page when enabled wordpress-clients#83
  • [CONFIG] Change cordova statusbar to show by default (most apps have the statubar displayed).

2.0.0-beta05 (2016-02-16)

2.0.0-beta04 (2016-02-09)

2.0.0-beta03 (2016-02-02)

2.0.0-beta02 (2016-01-12)

  • Remove Ionic and Cordova as global packages
  • Upgrade Cordova analytics and push notif plugins so there is no conflicts wordpress-clients#144
  • Remove GooglePlayServices cordova plugin

2.0.0-beta01 (2016-01-08)

  • Doc Update
  • Force crosswalk to generate two apks

2.0.0-alpha6 LATEST ALPHA! (2016-01-07)

2.0.0-alpha5 (2015-12-22)

  • [BUG] Fix WP-API api changes to work with WP-API-beta9

1.7.1

  • [BUG] Fix white screen after splashscreen on iOS: wordpress-clients#91
  • [CONFIG CORDOVA]: Add the following to your config.xml: <preference name="CrosswalkAnimatable" value="true" />

Breaking Changes

  • [CONFIG]: cordova.nativeTransitions.options changed to cordova.nativeTransitions.defaultOptions to follow ionic-native-transitions lib changes

1.7.0 (2015-10-08)

milestone

1.6.0 (2015-09-24)

milestone

1.5.1 (2015-09-03)

milestone

Breaking Changes

  • "cache.views" and "cache.forward" configuration (within config.json) were move to "ionicConfig.views.maxCache" and "ionicConfig.views.forwardCache" respectively

1.5.0 (2015-08-30)

milestone

1.4.2 (2015-07-24)

  • Installation is now Linux ready.
  • Adding more npm command (listed in README.md)

1.4.1 (2015-07-23)

  • Update doc

1.4.0 (2015-07-22)

milestone

  • New command to install cordova npm run installCordova
  • Offline mode (Bookmarks) wordpress-clients#10
  • release.sh.dist changed
  • Adding Whitelist Cordova plugin wordpress-clients#33
  • Update Crosswalk
  • Fix appRate

Breaking Changes

The menu configuration is now located in menu.list within the config.json file. You will need to update it accordingly to the following changes:

  1. menu.settings changed to settings in the config.json file
  2. menu.wordpress is removed from config.json file
  3. menu.social is removed from config.json file
  4. menu.list is the new menu declaration object

1.3.0 (2015-06-24)

milestone

1.2.0 (2015-06-21)

milestone

  • Adding Docker support (There is still problems with mapping users to be able to edit files outside and inside docker)
  • Syntax highlighter

1.1.0 (2015-06-01)

milestone

1.0.0 (2015-05-18)

Initial release