Skip to content

Latest commit

 

History

History
278 lines (189 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

278 lines (189 loc) · 11.1 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-beta16 (2016-11-12)

To upgrade:

$ git fetch --all
$ git checkout v2.0.0-beta16
$ npm i
$ npm run restore

If you upgrade you will need to remove this crosswalk rule from your config.xml => https://github.com/shprink/wordpress-hybrid-client/commit/8143a93839972d16f430349cd091e7eb91c219db#diff-b6bb989dd6bb152b38e30e84f2d7e195L25

  • upgrade cordova-ios
  • upgrade cordova-android (API 25)
  • upgrade crosswalk
  • add more logs to admobs

2.0.0-beta15 (2016-11-01)

To upgrade checkout git fetch --all && git checkout v2.0.0-beta15 and run npm i

2.0.0-beta14 (2016-10-30)

To upgrade checkout git fetch --all && git checkout v2.0.0-beta14 and run npm i

2.0.0-beta13 (2016-10-22)

To upgrade checkout git fetch --all && git checkout v2.0.0-beta13 and run npm i

  • [FEATURE] Display app icon in the menu header wordpress-clients/hybrid#5
  • [FEATURE] Progressive Web App support (Manifest & service workers)
  • Remove share button on browser

2.0.0-beta12 (2016-09-18)

  • [BUG] Display category/tag title instead of slug wordpress-clients/hybrid#59
  • [BUG] Fix Russian/Chinese author title encoding
  • [BUG] Removing Native transitions
  • iOS 10 ready. See notes on BUILD.md

2.0.0-beta11 (2016-09-04)

  • [UPGRADE] Ionic 1.3.1
  • [UPGRADE] ionic-plugin-keyboard 2.2.0
  • [COMMAND] Adds npm start to replace npm run devserver (kept for backward compat)

2.0.0-beta10 (2016-06-08)

  • [UPGRADE] Crosswalk 1.6
  • [UPGRADE] Cordova-android 5.x (API-23)

Breaking changes:

You now need to have API-23 installed on your Android SDK.

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/hybrid#174
  • [FEATURE] Adding push notification switch (register/unregister) in the params page when enabled wordpress-clients/hybrid#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/hybrid#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/hybrid#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

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