diff --git a/README.md b/README.md index d00f4be..db0f232 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,12 @@ If you want to customize the CSS, you may do so by copying the `styles.css` fil ## Changelog -### 1.2.0 +### [1.2.1](https://github.com/CalebGrove/content-viewer/releases/tag/1.2.1) +3/28/17 + +* Hotfix for [breaking multi-lang websites](https://github.com/CalebGrove/content-viewer/issues/2). + +### [1.2.0](https://github.com/CalebGrove/content-viewer/releases/tag/1.2.0) * [Much DRYer CSS](https://github.com/CalebGrove/content-viewer/issues/1). * The content page will no longer be visible in the panel, instead, users with the role of Administrator will see a new **Edit** option for the widget. diff --git a/package.json b/package.json index 39418b2..f790114 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "content-viewer", "description": "A widget that allows you to show a block of Kirbytext or Markdown content on Kirby's panel.", "author": "Caleb Grove ", - "version": "1.2.0", + "version": "1.2.1", "type": "kirby-plugin", "license": "MIT" }