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)