From 00f61964fb859fa902f7a4f94048708c0f5f0386 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 3 Apr 2020 20:30:30 +0200 Subject: [PATCH] docs(updating): modify the guides for 2.0.0 final --- site/docs-md/android/updating.md | 14 ++------------ site/docs-md/ios/updating.md | 13 ++----------- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/site/docs-md/android/updating.md b/site/docs-md/android/updating.md index cf22b18ed..7a2d6cf28 100644 --- a/site/docs-md/android/updating.md +++ b/site/docs-md/android/updating.md @@ -37,17 +37,7 @@ Recommended change: * Update `strings.xml` file inside `android/app/src/main/res/values/` folder with [this change](https://github.com/ionic-team/capacitor/commit/ed6647b35a8da08d26a7ff13cc9f4fd918b923a0#diff-15c65f143d85c95277307da1bdd0528e) -### From <= 1.5.1 to 2.0.0-beta.1 - -Since Capacitor 2.0 is still beta, install it using `next` tag - -```bash -npm install @capacitor/cli@next -npm install @capacitor/core@next -npm install @capacitor/android@next -npx cap sync android -npx cap open android -``` +### From <= 1.5.1 to 2.0.0 Mandatory change: @@ -124,4 +114,4 @@ Recommended changes: In `android/app/src/main/AndroidManifest.xml` file, add `|smallestScreenSize|screenLayout|uiMode` in the activity `android:configChanges` attribute. -For API changes check the [Release Notes](https://github.com/ionic-team/capacitor/releases/tag/2.0.0-beta.1) +For API changes check the [Release Notes](https://github.com/ionic-team/capacitor/releases/tag/2.0.0) diff --git a/site/docs-md/ios/updating.md b/site/docs-md/ios/updating.md index 1e10cf863..117159562 100644 --- a/site/docs-md/ios/updating.md +++ b/site/docs-md/ios/updating.md @@ -36,16 +36,7 @@ Recommended change: * Update `.gitignore` file inside `ios` folder with [this changes](https://github.com/ionic-team/capacitor/commit/91941975ea5fe5389e0b09bb8331d5cb16ea6a78#diff-ea346566a7f09b5e88ed28d3d6362ec3) -### From <= 1.5.1 to 2.0.0-beta.1 - -Since Capacitor 2.0 is still beta, install it using `next` tag - -```bash -npm install @capacitor/cli@next -npm install @capacitor/core@next -npm install @capacitor/ios@next -npx cap sync ios -``` +### From <= 1.5.1 to 2.0.0 Recommended change: @@ -60,4 +51,4 @@ Recommended change: Finally, click the `Update` button. -For API changes check the [Release Notes](https://github.com/ionic-team/capacitor/releases/tag/2.0.0-beta.1) \ No newline at end of file +For API changes check the [Release Notes](https://github.com/ionic-team/capacitor/releases/tag/2.0.0) \ No newline at end of file