Skip to content

Commit

Permalink
Update module resources path
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed May 28, 2024
1 parent 151d799 commit c6895c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 2 additions & 5 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit c6895c2

Please sign in to comment.