diff --git a/conf/migrations/2.0.5.sql.j2 b/conf/migrations/2.0.5.sql.j2 deleted file mode 100644 index bda68b4..0000000 --- a/conf/migrations/2.0.5.sql.j2 +++ /dev/null @@ -1,6 +0,0 @@ -INSERT INTO `{{ prefix }}plugin_settings` (`plugin_id`, `model`, `model_id`, `key`, `value`) VALUES ( (SELECT id FROM `{{ prefix }}plugins` WHERE name='Authwebserver'),NULL,NULL,'is_default','\"1\"') - ON DUPLICATE KEY UPDATE value='\"1\"'; - -{% if is_public == "1" %} -UPDATE `{{ prefix }}plugin_settings` ps, `lime_plugins` p SET ps.value='\"0\"' WHERE p.name='Authwebserver' AND p.id=ps.plugin_id AND ps.`key`='is_default'; -{% endif %} diff --git a/manifest.toml b/manifest.toml index ad8b5e3..1e68acf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,8 +59,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.4.6+240212.tar.gz" - sha256 = "56bb08660f56b53e9157959de7cc1d975251df7af71a485c1755546181820f2f" + url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.4.7+240219.tar.gz" + sha256 = "c78310123721b0d784c6ff7623d78aefec63cf08efa57a37fff3ebd8507abab6" autoupdate.strategy = "latest_github_tag" autoupdate.version_regex = "^(.*)\\+.*$"