diff --git a/CHANGELOG.md b/CHANGELOG.md index 18950d6..964d8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log -## Version 2.0 (Latest stable version) +## Version 2.0.1 (Latest stable version) + +* Fix PHP warning when the subnavigation is not available (issue #91) +* Fix tags overlaping on mobile devices (issue #92) + +## Version 2.0 * Improved wordpress integration. Now displays login and register links in the drop-down when the user is not logged in * Fixed PHP warning message (issue #86) diff --git a/qa-plugin/Donut-admin/metadata.json b/qa-plugin/Donut-admin/metadata.json index f73baaa..40fb635 100644 --- a/qa-plugin/Donut-admin/metadata.json +++ b/qa-plugin/Donut-admin/metadata.json @@ -2,8 +2,8 @@ "name": "Donut theme Admin Panel", "uri": "https://github.com/amiyasahu/Donut/", "description": "Provides customization support for Donut theme", - "version": "2.0.0", - "date": "2018-09-08", + "version": "2.0.1", + "date": "2018-12-01", "author": "Amiya Sahu", "author_uri": "http://www.amiyasahu.github.io/", "license": "GPLv3", diff --git a/qa-theme/Donut-theme/metadata.json b/qa-theme/Donut-theme/metadata.json index 96737c8..3a879a2 100644 --- a/qa-theme/Donut-theme/metadata.json +++ b/qa-theme/Donut-theme/metadata.json @@ -1,10 +1,10 @@ { "name": "Donut", "description": "Modern and Responsive theme for Question2Answer ( Q2A ) websites", - "version": "2.0.0", - "date": "2018-09-08", + "version": "2.0.1", + "date": "2018-12-01", "author": "Amiya Sahu", "author_uri": "http://www.amiyasahu.github.io/", "license": "GPLv2", "min_q2a": "1.8" -} \ No newline at end of file +}