diff --git a/README.md b/README.md index 248140c..c19107c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ mixedImage - modx custom TV ## version 2.-.- +### 2.0.9 +By [shatov](https://github.com/shatov) +* Исправлен баг с Доступ запрещен в MODx 2.8.0 + + ### 2.0.8 * Исправлено отображение в MIGX CMP diff --git a/_build/build.config.php b/_build/build.config.php index a93e4fa..b020e0f 100644 --- a/_build/build.config.php +++ b/_build/build.config.php @@ -2,7 +2,7 @@ define('PKG_NAME', 'mixedImage'); define('PKG_NAME_LOWER',str_replace(' ','',strtolower(PKG_NAME))); - define('PKG_VERSION','2.0.8'); + define('PKG_VERSION','2.0.9'); define('PKG_RELEASE','beta'); diff --git a/core/components/mixedimage/docs/changelog.txt b/core/components/mixedimage/docs/changelog.txt index 4588bb2..9b19498 100644 --- a/core/components/mixedimage/docs/changelog.txt +++ b/core/components/mixedimage/docs/changelog.txt @@ -3,6 +3,10 @@ Extra: mixedImage - Custom TV +-------------------- +# Version 2.0.9-beta +:: Fix Access Denied in MODx 2.8.0 + -------------------- # Version 2.0.8-beta :: Fix MIGX CMP