1.7.3 (August 11, 2026)
- Enh: Update the bundled SunEditor library to 3.3.0 (bug fixes to Enter/Backspace/Delete handling, a crash when pasting into a table cell, and a keyboard-accessibility issue)
- Fix: "Class cuzyapp\suneditor\widgets\SuneditorContent not found" when a wall entry was rendered from the stream's "load more" AJAX request, which never triggers the module's own init() and therefore never loaded its bundled SunEditor autoloader
1.7.2 (August 9, 2026)
- Enh: Replace the TinyMCE description editor (borrowed from the Custom Pages module, with a CodeMirror fallback when that module was disabled) with the SunEditor field, so it no longer requires the Custom Pages module to be enabled. Images, video, audio and other files can now also be embedded inline through the editor's own toolbar, in addition to the existing "Attach Files" dropzone.
- Fix: Purify the post description before rendering it in the stream. It is populated straight from the external feed's own HTML with no user or permission check in between, so a compromised or malicious feed could otherwise run arbitrary script in the browser of anyone who can see the space's stream.
1.7.1 (July 30, 2026)
- Enh: Merge changes in version 1.6.3 about cache fix
1.7.0 (July 16, 2026)
- Fix: Compatibility with HumHub 1.19
1.6.3 (July 30, 2026)
- Fix:
Class "Yiisoft\Cache\ArrayCache" not found when the cron job retrieves feeds
- Enh: Cache feeds in the HumHub application cache instead of a request-only in-memory cache, and drop the
yiisoft/cache dependency
1.6.2 (May 6, 2026)
- Fix: Compatibility with PHP 8.5
1.6.1 (March 17, 2025)
- Enh: Use Symfony HttpClient instead of Yii2 one
- Fix: Proxy settings since HumHub 1.18
1.6.0 (September 3, 2025)
- Enh: Migration to Bootstrap 5 for HumHub 1.18
1.5.4 (February 28, 2025)
- Enh: Upgrade simplepie/simplepie library (1.8.0 => 1.8.1)
- Fix: Replace
& with & in the permalink to the external article
1.5.3 (October 27, 2024)
- Fix: The "Prepend the feed title to the post title" option was not working anymore (since version 1.4.1)
Info: Since HumHub version 1.15.3, when "Default post visibility" is set to "Public", posts are still private "Private" (see issue https://github.com/humhub/humhub/issues/7276 and fix https://github.com/humhub/humhub/pull/7277/files). This issue is fixed in HumHub version 1.16.3.
1.5.2 (October 21, 2024)
- Fix: Retrieving feeds since version 1.5.1
1.5.1 (October 20, 2024)
- Enh: Added an HTML editor to the description of a post created from the web feed
- Enh: Added the possibility to add/remove attached images to a post created from the web feed
1.5.0 (October 17, 2024)
- Cgh: Replaced the possibility to archive with the possibility to hide posts created from the web feed (allow posts moderation before being visible)
- Enh: Added the possibility to hide/unhide posts created from the web feed in the stream
- Enh: Possibility to edit the title and the description of a post created from the web feed
1.4.1 (October 13, 2024)
- Enh: Add the new option "Prepend the feed title to the post title", allowing to choose if the title should be displayed on not
1.4.0 (October 12, 2024)
- Enh: In the module configuration, add the possibility to archive posts when created from the web feed (allow posts moderation before being visible)
- Chg: When a web feed has an empty title, in the stream, don't show anything in front of the post title
- Chg: In the stream, don't show the author of the posts
- Enh: Add GitHub HumHub PHP workflows (tests & CS fixer)
1.3.5 (Sept 26, 2024)
- Fix: 1.3.4 introduced a bug when retrieving web feeds (duplicated feeds)
1.3.4 (Sept 26, 2024)
- Fix: Retrieve web feeds if a proxy is configured in HumHub settings for some server configurations
- Fix: Don't retrieve feeds having an empty ID
- Fix: Truncating the title of the feed when the title is too long
- Chg: PHP minimum version is now 8.1
1.3.3 (April 5, 2024)
- Enh: Added a tip in the module settings to avoid having the "Show more" button in the stream
- Enh: Added the new
requirements.php file (https://github.com/humhub/humhub/issues/6831)
- Enh: Get image from the feed when available before searching in the external article (allows covering more specific feed cases and increases retrieval speed)
- Fix: Compatibility with HumHub 1.16
- Chg: The minimum version of HumHub is now 1.16
1.3.2 (Jan 16, 2024)
- Chg: Require PHP 8.0 or later
- Fix: Removed the possibility to enable the module in a user profile
1.3.1 (Jan 5, 2024)
1.3.0 (Nov 9, 2023)
- Enh: If a proxy is configured in HumHub settings, use it to retrieve the web feeds
- Chg: Messages from
content to post
- Fix: Added
Module::getContentClasses() for stream filter in HumHub 1.16
- Chg: Update
Simplepie library to version 1.8
- Enh:
Simplepie use PSR-16 cache
- Chg: Minimum HumHub version is now 1.15 because cache for
Simplepie library now requires PHP >=8.0
1.2.3 (July 25, 2023)
- Chg: Removal of
Module::getEnabledContentContainers() to use the new native one of HumHub 1.13
- Fix: Depreciation with PHP 8.2 when retrieving images from the content
1.2.2 (May 1, 2023)
- Fix: Hard delete records on disable module and on integrity check (for HumHub 1.14)
- Chg: Minimum HumHub version is now 1.14
1.2.1 (April 27, 2023)
- Fix: Page not found if URL rewriting (Pretty URLs) are disabled
- Fix: Removed errors in the log if a page in the feed is blank
1.2.0 (April 20, 2023)
- Enh: Added "Minimum date to retrieve feed content" field in the feeds settings
- Fix: Removed useless Html tags (header and body) in the content description (no visible change)
1.1.0 (February 27, 2023)
- Enh: Added module configuration allowing to choose the fetching frequency of web feeds from external sites
- Enh: Added server checks in the config view
- Fix: PHP 8.1 depreciation warning
1.0.4 (February 11, 2023)
- Fix: Removed HTML tags in web feed content titles
1.0.3 (December 8, 2022)
- Enh: Added more information in the logs in case of error retrieving a web feed
- Fix: Access to the module settings in the user account if not administrator
1.0.2 (December 1, 2022)
- Enh: Added a global configuration file with the instructions to use the module
1.0.1 (November 20, 2022)
- Enh: Compatibility with HumHub 1.13
1.0 (November 8, 2022)