Skip to content

Latest commit

 

History

History
130 lines (86 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

130 lines (86 loc) · 5.33 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. Among those there are config/config.dev.cson and config/config.prod.cson. Those two files overwrite config/config.default.cson (this on is read only, do not modify).

1.7.1 (WIP)

  • [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