diff --git a/content/blog/tina-v-0.69.0.md b/content/blog/tina-v-0.68.14.md similarity index 96% rename from content/blog/tina-v-0.69.0.md rename to content/blog/tina-v-0.68.14.md index cc8d4d821a..200fbc661b 100644 --- a/content/blog/tina-v-0.69.0.md +++ b/content/blog/tina-v-0.68.14.md @@ -1,11 +1,11 @@ --- -title: 'TinaCMS V0.69' +title: 'TinaCMS V0.68.14' date: '2022-07-21T04:00:00.000Z' last_edited: '2022-07-21T04:00:00.000Z' author: Logan Anderson --- -TinaCMS Version `0.69` brings some extensive improvements to Tina. Here is a short list of a few of the major features: +TinaCMS Version `0.68.14` brings some extensive improvements to Tina. Here is a short list of a few of the major features: 1. New unified client that can be used on the frontend and backend. 2. Data layer is enabled by default @@ -29,7 +29,7 @@ There are only a couple of small changes to be made in order to update. Instead of passing an `apiURL` into `defineConfig`, now the clientId, branch and read only token (NEW) are all configured in the schema. The generated `client` must be passed to `defineConfig`. -Instead of needing to configure localhost as the `apiURL`, the local graphql api is now used by default with `yarn dev`. +Instead of needing to configure localhost as the `apiURL`, the local graphql api is now used by default with `yarn dev`. This requires a change to the schema and the scripts: diff --git a/now.json b/now.json index 878a818a87..04ed125686 100644 --- a/now.json +++ b/now.json @@ -16,6 +16,10 @@ }, "redirects": [ { "source": "/cloud/", "destination": "/" }, + { + "source": "/blog/tina-v-0.69.0/", + "destination": "/blog/tina-v-0.68.14" + }, { "source": "/docs/extending-tina/customizing-forms/", "destination": "/docs/extending-tina/overview/"