humhub/CHANGELOG-DEV.md

26 lines
1.5 KiB
Markdown
Raw Normal View History

2023-04-04 16:50:26 +02:00
HumHub Changelog
================
1.15.0 (Unreleased)
-------------------
- Enh #6270: Add tests for SettingsManager
- Enh #6272: Always return integer from settings, if value can be converted
- Fix #6267: SettingsManager::flushContentContainer() only clears the collection in the current instance, not the underlying cache
- Enh #6271: Add input and type checks, as well as strict types to SettingsManager
- Fix #6266: BaseSettingsManager::deleteAll() does use prefix as wildcard
Add json extension as requirement (#6259) * Add json extension as requirement * Add pdo extension as requirement * Update composer dependencies $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 39 updates, 1 removal - Removing phpunit/php-token-stream (4.0.4) - Upgrading codeception/phpunit-wrapper (8.1.6 => 9.0.9) - Upgrading codeception/verify (1.1.0 => 1.5.0) - Upgrading firebase/php-jwt (v5.5.1 => v6.4.0) - Upgrading guzzlehttp/psr7 (2.4.4 => 2.5.0) - Upgrading imagine/imagine (1.3.3 => 1.3.4) - Upgrading laminas/laminas-servicemanager (3.15.0 => 3.17.0) - Locking nikic/php-parser (v4.15.4) - Upgrading npm-asset/blueimp-file-upload (9.24.1 => 9.34.0) - Upgrading npm-asset/blueimp-gallery (2.36.0 => 2.44.0) - Locking npm-asset/natives (1.1.6) - Upgrading npm-asset/select2-bootstrap-theme (0.1.0-beta.4 => 0.1.0-beta.10) - Upgrading npm-asset/swiped-events (1.0.9 => 1.1.6) - Upgrading phpunit/php-code-coverage (7.0.15 => 9.2.26) - Upgrading phpunit/php-file-iterator (2.0.5 => 3.0.6) - Locking phpunit/php-invoker (3.1.1) - Upgrading phpunit/php-text-template (1.2.1 => 2.0.4) - Upgrading phpunit/php-timer (2.1.3 => 5.0.3) - Upgrading phpunit/phpunit (8.5.33 => 9.6.7) - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading psr/http-client (1.0.1 => 1.0.2) - Upgrading psr/http-factory (1.0.1 => 1.0.2) - Upgrading psr/http-message (1.0.1 => 1.1) - Locking roave/security-advisories (dev-latest 0139f58) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (1.0.2 => 2.0.3) - Upgrading sebastian/comparator (3.0.5 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (3.0.3 => 4.0.4) - Upgrading sebastian/environment (4.2.4 => 5.1.5) - Upgrading sebastian/exporter (3.1.5 => 4.0.5) - Upgrading sebastian/global-state (3.0.2 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (3.0.4 => 4.0.4) - Upgrading sebastian/object-reflector (1.1.2 => 2.0.4) - Upgrading sebastian/recursion-context (3.0.1 => 4.0.5) - Upgrading sebastian/resource-operations (2.0.2 => 3.0.3) - Upgrading sebastian/type (1.1.4 => 3.2.1) - Upgrading sebastian/version (2.0.1 => 3.0.2) - Upgrading symfony/console (v5.4.21 => v5.4.22) - Upgrading symfony/event-dispatcher (v5.4.21 => v5.4.22) - Upgrading symfony/http-client (v5.4.21 => v5.4.22) - Upgrading symfony/mailer (v5.4.21 => v5.4.22) - Upgrading symfony/process (v5.4.21 => v5.4.22) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) - Upgrading symfony/string (v5.4.21 => v5.4.22) - Upgrading yiisoft/yii2-gii (2.2.2 => 2.2.5) Writing lock file Package fgrosse/phpasn1 is abandoned, you should avoid using it. No replacement was suggested. Package symfony/oh-my-smtp-mailer is abandoned, you should avoid using it. Use symfony/mail-pace-mailer instead. * Update yiisoft/yii2 $ composer update Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading yiisoft/yii2 (dev-master e2b40a2 => dev-master 344ce38) Writing lock file * Update node modules * Fix regression form updating firebase/php-jwt from v5.5.1 to v6.4.0 * Small code improvements without breaking BC
2023-04-28 10:32:42 +02:00
- Fix #6259: Add json & pdo extensions as requirement; updating composer dependencies and node modules
- Fix #6192: Where Group::getAdminGroupId() would sometimes return int, sometimes string
- Enh #6260: Improve migration class
2023-04-26 09:19:26 +02:00
- Fix #6199: Module manager Add types to properties
- Fix #6189: Module settings survive deactivation in cache
- Enh #6236: Logging: Show log entries from migrations with category migration
- Fix #6216: Spaces icon in admin menu
- Fix #6229: Bug on saving forms: Zend OPcache API is restricted by "restrict_api"
- Enh #6240: Add ability to set showAtDashboard in SpaceMembership::addMember method
- Enh #29: AutoStart Tour for new Users
- Fix #6243: Do not send notification when ApprovalRequest is not valid
- Enh #6215: Added `LongRunningActiveJob` to avoid timeout for long running queue jobs
- Enh #6253: Remove `DefaultSwipeOnMobile` checkbox
- Enh #10: Added `collapsedPostHeight` to the Post module for set collapsed post default height
- Enh #6285: Change background color for confirmation of oembed content