diff --git a/Changelog.md b/Changelog.md index 00a79b2..7b2c259 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ ## [x.x.x] - xx.xx.xxxx +## [3.0.0beta9] - 20.05.2023 + + ## [3.0.0beta8] - 19.05.2023 diff --git a/package.yml b/package.yml index 40feb44..86a132e 100644 --- a/package.yml +++ b/package.yml @@ -1,5 +1,5 @@ package: statistics -version: 3.0.0beta8 +version: 3.0.0beta9 author: Andreas Lenhardt supportpage: https://github.com/AndiLeni/statistics diff --git a/update.php b/update.php index 9bc56b0..9335f3c 100644 --- a/update.php +++ b/update.php @@ -18,5 +18,6 @@ rex_config::set("statistics", "statistics_media_log_mm", rex_config::get("statistics/media", "statistics_media_log_mm")); } -// remove plugins from config -rex_package_manager::synchronizeWithFileSystem(); \ No newline at end of file +// remove plugins +rex_dir::delete(rex_path::addon('statistics', 'plugins')); +rex_package_manager::synchronizeWithFileSystem();