From c6895c25f630076f19ed58a7db29bb6a33f4773b Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Tue, 28 May 2024 11:38:12 +0200 Subject: [PATCH] Update module resources path --- Module.php | 7 ++----- docs/CHANGELOG.md | 6 +++++- module.json | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Module.php b/Module.php index c5f62b3d..237a3f46 100644 --- a/Module.php +++ b/Module.php @@ -14,12 +14,9 @@ class Module extends ContentContainerModule { - const ICON = 'fa-file-text-o'; - - const SETTING_MIGRATION_KEY = 'global_pages_migrated_visibility'; - - public $resourcesPath = 'resources'; + public const ICON = 'fa-file-text-o'; + public const SETTING_MIGRATION_KEY = 'global_pages_migrated_visibility'; /** * @see https://twig.symfony.com/doc/3.x/api.html#sandbox-extension diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3d90183d..982b5612 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,11 @@ Changelog ========= -Unreleased +1.11.0 (Unreleased) +--------------------- +- Fix #329: Update module resources path + +1.10.4 (Unreleased) --------------------- - Fix #328: Missing Iframe attributes in snippet diff --git a/module.json b/module.json index d796c995..fd89abac 100644 --- a/module.json +++ b/module.json @@ -3,9 +3,9 @@ "name": "Custom Pages", "description": "Create custom pages and widgets and share them with your users. Take advantage of a wide range of editing options, including HTML and Markdown.", "keywords": ["pages", "custom", "iframe", "markdown", "link", "navigation", "spaces"], - "version": "1.10.3", + "version": "1.11.0", "homepage": "https://github.com/humhub/custom-pages", "humhub": { - "minVersion": "1.14" + "minVersion": "1.17" } }