Skip to content

Releases: Elgg/Elgg

Elgg 4.3.7

10 Feb 10:04
94e326e
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (4)

Bug Fixes

  • icons: improved handling of invalid cropping coordinates (db7cf911)
  • upgrades: use correct function to report upgrade failure (a860911e)

Elgg 4.3.6

20 Jan 14:23
520e248
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (5)

Bug Fixes

  • cache: correctly load simplecache from database (0f92673f)
  • comments:
    • no longer add duplicate html ID in threaded comments (242d9a5d)
    • correctly remove threaded comments (65817a0e)
  • discussions: correctly handle last comment (bfc1700c)

Elgg 4.3.5

07 Dec 14:54
50faf1f
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (7)

Bug Fixes

  • account: improved valid username detection (0115b714)
  • developers: correctly show metadata boolean values (189370c3)
  • icon: improved handling of multiple icon uploads on the same page (d7da537a)
  • register: set correct middleware on registration action (39648e30)
  • webservices: pass authentication failure message to api result (5d852205)

Elgg 4.3.4

27 Oct 08:42
80f637d
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (8)
  • Jeroen Dalsem (2)

Bug Fixes

  • groups: correctly detect default access based on input parameters (4a8a05c9)
  • users: correctly redirect after user deletion (b5b35701)

Elgg 4.3.3

07 Oct 12:12
5086409
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (3)

Bug Fixes

  • db: correctly handle sort_by clauses on more tables (1c7d6392)
  • session: show correct login error message for unvalidated accounts (713fde5d)

Elgg 3.3.25

07 Oct 08:40
1800401
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (2)

This is a security update thanks to @Vautia for reporting the issues on https://huntr.dev/repos/elgg/elgg

Elgg 4.3.2

23 Sep 07:56
7b84cd5
Compare
Choose a tag to compare

Contributors

  • Jeroen Dalsem (1)

Bug Fixes

  • output: allow mailto and tel scheme if used directly via output/url (bad4de81)

Elgg 4.3.1

26 Aug 07:47
9cac2f0
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (5)

Bug Fixes

  • icons: correctly remove all icons (85f4ba0f)
  • plugins: sanitize plugins path (66a066ab)

Elgg 4.3.0

05 Aug 07:30
8418514
Compare
Choose a tag to compare

Contributors

  • Jeroen Dalsem (7)
  • Jerôme Bakker (7)
  • Nikolai Shcherbin (1)

Features

  • relationships: added \ElggEntity->getRelationship() (31a03961)

Bug Fixes

  • cache: separated cache namespaces should not interfere (0a2e40ca)
  • developers: gear settings popup works again (8ba956dc)
  • navigation: correctly merge multiple link classes for menu items (3f94a30b)

Elgg 4.3.0-rc.1

21 Jul 07:13
fffbd2c
Compare
Choose a tag to compare
Elgg 4.3.0-rc.1 Pre-release
Pre-release

Contributors

  • Jeroen Dalsem (50)
  • Jerôme Bakker (31)
  • Ally Petitt (1)
  • Nikolai Shcherbin (1)

Features

  • admin: open recent cron log in lightbox instead of in widget (db25a973)
  • ckeditor: updated to ckeditor v4.19.0 (d0e47c05)
  • core:
    • add path sanitization function (c7abf151)
    • implement generic namespace of exceptions (0fd13f0e)
    • move the PAM handlers to a service (4cb55938)
  • discussions: added group selection when starting a global topic (dfe38f67)
  • forms: added class to fields that have been disabled (b95821f6)
  • groups: moved group tool field into its own view (77ff14cc)
  • html: added SRI validation to local scripts and stylesheets (516412e4)
  • icons:
    • added config flag to enabled/disable webp icons (c2a78165)
    • added FontAwesome zip upload so admins can update icons (02a4030a)
  • menus: added support for a custom tag name for section headers (a3c521c3)
  • notifications:
    • allow to provide a notification actor (a314571f)
    • notification handlers can controll e-mail mute link (422019b9)
    • added triggers to track en/dequeue events (9569225e)
  • registration: allow to register with a valid invitation code (04127336)
  • system_log:
    • added event type to the event action logged (eb4273cf)
    • improved logbrowser features (4a7b350c)
  • user: added internal cache for profile data (7be4ca64)
  • users:
    • allow filtering of inactive users (6ca3d63a)
    • added confirmation form when deleting a user (2234de28)
  • views:
    • added widget_more element to entity listings (6ca4c78a)
    • added html5 video support to the file plugin (d713749e)

Performance

  • core: added config flag to disable file exist check in classloader (234e9891)

Documentation

  • release: update core release documentation (600b7517)
  • support: added 4.3 to the support page (9216020e)

Bug Fixes

  • annotations: save/update annotations return false on null values (4947ede8)
  • core: generate correct URLs in special request cases (8f602520)
  • notifications: handle exceptions during notification processing (d94cb193)
  • user: only show language completeness on user settings for admins (65205220)
  • users: briefdescription icon should be false by default (f40750cc)

Deprecations

  • annotations: annotate event is deprecated (072ca669)
  • config:
    • changed the way config variables are protected (3a53a6cd)
    • deprecated some more config variables (c8190587)
    • do not use config->elgg_settings_file (14b8073c)
  • core:
    • renamed various user related lib functions (0f1d15fb)
    • prefix relationship functions with elgg_ (4467cb8b)
    • renamed various session related lib functions (82b6ffe4)
    • prefix core functions with elgg_ (517e9d25)
    • various lib functions and hooks deprecated (22fe011a)
  • db:
    • old style database configuration (5c5d2394)
    • using order_by_[metadata|annotation] is deprecated (ae12730d)
  • forms: clear a single sticky form value (d950a3d3)
  • friends: Friends trait functions (1221d6ce)
  • hooks: old or obsolete hooks have been deprecated (d46f320a)
  • icons: replaced the 'classes', 'icon' hook (0acb87fc)
  • js: toggle and popup now init with a class instead of rel (97ba1790)
  • metadata: delete metadata by id (d7b3c1fb)
  • views: (un)register external views (2aa22ba7)